What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Connecting to a online SQL dabatase

Connecting to a online SQL dabatase
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Connecting to a online SQL dabatase
Hello

Look at this post http://shoutbox.menthix.net/showthread.php?tid=62...d=696175#pid696175

that connects to a Access database, to connect a mysql one you need to do two things.

to enable the use of mysql you will have to download the odbc connector http://dev.mysql.com/downloads/connector/odbc/3.51.html

then change the db.Open line to

code:
db.Open("DRIVER={MySQL ODBC 3.51 Driver};SERVER=SERVERADDRESS;UID=USERNAME;PWD=PASSWORD;DATABASE=DATABASE;");


with that change you should be able to use the code in the linked post to connect to mysql : >


(Im assuming you meant Mysql, but you can apply this post to any database, you just need to the correct connector and connection string)
[Image: dt2.0v2.png]      Happy Birthday, WDZ
04-04-2007 02:36 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Connecting to a online SQL dabatase - by LifelesS on 04-03-2007 at 06:19 PM
RE: Connecting to a online SQL dabatase - by absorbation on 04-03-2007 at 07:00 PM
RE: Connecting to a online SQL dabatase - by LifelesS on 04-03-2007 at 08:40 PM
RE: Connecting to a online SQL dabatase - by ShawnZ on 04-03-2007 at 09:36 PM
RE: Connecting to a online SQL dabatase - by -dt- on 04-04-2007 at 02:36 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On