Ok i have now made a database and A Login in vb6 but how do i connect it to my database online ?

Recommended Answers

All 5 Replies

When you say database online are you talking over the internet, or your private network? Because there is a big difference between the two and the types of databases you can access over the web. For connection string information see http://www.connectionstrings.com...

Good Luck

I mean ONLINE databse MSQL connection for login form in vb6

Once again, when you say ONLINE are you talking about over the INTERNET or your own PRIVATE NETWORK? As it can be interpreted that a database is online when the service is running. A computer can be online even though it is the only machine for 100 miles with no connection to a network or the internet! So which is it?!?!?

Once again, when you say ONLINE are you talking about over the INTERNET or your own PRIVATE NETWORK? As it can be interpreted that a database is online when the service is running. A computer can be online even though it is the only machine for 100 miles with no connection to a network or the internet! So which is it?!?!?

Internet yes

Okay, and so you say that you are using M$ SQL Server right? Have you gone to http://www.connectionstrings.com yet and looked at their connections strings for SQL Server? Because if I remember correctly, they have a version or two for opening a database over the internet. Then they also have several versions for opening a database over a network.

Then, if you need to learn ADO, use your friends (yahoo, google, ask, answers, bing) and search for vb6 ado tutorial...

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.