Loading

vb.net client server database logon problem

2 posts / 0 new
Last post
Offline
Joined: 11/20/2009
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.

cedrick blas's picture
Offline
Joined: 09/13/2009
re: vb.net client server database logon problem

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"

Pages

Add new comment

Filtered HTML

  • You may insert videos with [video:URL]
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <html4strict>, <java>, <javascript>, <mysql>, <php>, <python>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.