vb.net client server database logon problem

Hi to everybody. I am new in vb.net and i had a question on client server database program in vb.net, if anyone know pls help. Problem: using winsock component in vb.net when i in client side, i want to logon to the server side using "username and password". How client connect to the server side and match the database and get the username and password that store in MS.Access. Can anyone make a tutorial for me Thank you.
Submitted bycedon Thu, 05/13/2010 - 16:05

i think u need to modify ur connection string, i never tried creating server client application, but now im in a project where in it is a server-client application.(task management -web based) ive distinguish that its better to use a SQL server or MYsQL in a server-client app. cause it uses IP addresses or Domain name, Server name to connect with it :) MS Access is just a "data file" and not intended for server use :) but just in case u want to use it. just share the database (the path of ur database) to ur client.. e.g. "Provider=Microsoft.Jet.Oledb.4.0;Data Source = \\ServerName\DatabasePath\Data.mdb"

Add new comment