|
-
Jul 2nd, 2002, 07:05 AM
#1
Thread Starter
Junior Member
VB and MySQL Database
Can I use VB6 to interact with a MySQL Database stored online? I need my program to check the users name and password which is used to access my site and is stored in my database online.
Thanks in advance
ale.
-
Jul 3rd, 2002, 08:20 PM
#2
Thread Starter
Junior Member
I take it this cant be done?
Thanks anyway.
-
Sep 26th, 2002, 11:52 PM
#3
Fanatic Member
yeah it can be done, use ODBC drivers to connect.
personally i have an access database with "linked" tables to an online mysql database.
and my vb app simply interfaces with the access database (stored locally) as if it was just any other database, and access updates the online one whenever i update IT.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|