Forums

This topic is locked

mySQL

Posted 07 Feb 2001 18:31:23
1
has voted
07 Feb 2001 18:31:23  juanluis posted:
ok this might seem basic, but I have made the move recently from access to mysql for our server's DB, but for some reason having a ton of trouble connecting. What sort of connection do I make? I have requested they make a system dsn with a mySQL driver, but they seem to have set it up as access instead. Anyhow, would I connect to it through ultradev, the same way I would an access DB in my connections window? I assume that if I use the DSN name, then it would connect, but what address does it run on? My domain name, or the server's mySQL URL that we access it to administer the DB?

Replies

Replied 08 Feb 2001 10:56:40
08 Feb 2001 10:56:40 George Petrov replied:
Try to use ADO connection String - you can create one very easy, as described on www.udzone.com/go?312

Greetings,
George Petrov
UDzone.com
Replied 08 Feb 2001 12:02:59
08 Feb 2001 12:02:59 Semih MEMIS replied:
Maybe I misunderstood the tutorial, but doesn't an ADO connection string still have to use a DSN name? If so, it doesnt help my situation, as the drivers are still wrong in the DSN
Replied 08 Feb 2001 12:05:51
08 Feb 2001 12:05:51 George Petrov replied:
When you don't choose a ODBC DSN, but directly the database - then an ADO Connections String is DSN-less
Just don't choose any ODBC DSN's - choose your DB directly

Greetings,
George Petrov
UDzone.com
Replied 09 Feb 2001 11:58:21
09 Feb 2001 11:58:21 Aaron Jay replied:
I think I might be still in the dark on this one, but the mySQL database I have is in the bin folder, and is broken up into different files, I can't select one single database file to make the connection string. I am still forced to use the dsn, which unfortunately hasnt been fixed by the ISP.

Replied 15 Feb 2001 10:04:31
15 Feb 2001 10:04:31 Bas van Steijnen replied:
I downloaded MySQL and to be honest i can't understand it. How the H..... can i insert my data?



Replied 12 Apr 2001 00:27:09
12 Apr 2001 00:27:09 Marcellino Bommezijn replied:
Walk through this tutorial on devshed.com and some things will get more clear on how to use mysql/access to insert/update data.

www.devshed.com/Server_Side/MySQL/ODBC/

Reply to this topic