Forums
This topic is locked
Can I use ultradev with MySql
Posted 30 May 2001 19:09:23
1
has voted
30 May 2001 19:09:23 Michael O'Neill posted:
I have purchased a virtual server that has Apache and chilisoft and I have access to a MySql database. Can UD4 connect to the MySQl database in the same way as the Access database on my ISP's NT machine (dsnless connection). I cannot find basic info on this subject anywhere. Thanks in advance
Mike.
Replies
Replied 31 May 2001 01:29:06
31 May 2001 01:29:06 Tony Edwards replied:
I'd get a copy of Ultradev 4 - The Complete Reference. Has quite a large section on using Ultradev with MySQL. Hope that helps.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I have purchased a virtual server that has Apache and chilisoft and I have access to a MySql database. Can UD4 connect to the MySQl database in the same way as the Access database on my ISP's NT machine (dsnless connection). I cannot find basic info on this subject anywhere.
Thanks in advance
Mike.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I have purchased a virtual server that has Apache and chilisoft and I have access to a MySql database. Can UD4 connect to the MySQl database in the same way as the Access database on my ISP's NT machine (dsnless connection). I cannot find basic info on this subject anywhere.
Thanks in advance
Mike.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Replied 31 May 2001 03:42:39
31 May 2001 03:42:39 Tim Green replied:
To connect to a MySQL Database using a DSN-less connection use the following string:-
driver={mysql}; database=yourdatabase;uid=username;pwd=password;option=16386;
For more information about connection strings and connecting to databases visit Tom Muck's website www.basic-ultradev.com
Hope this helps :-)
Edited by - rawveg on 05/31/2001 03:43:21
driver={mysql}; database=yourdatabase;uid=username;pwd=password;option=16386;
For more information about connection strings and connecting to databases visit Tom Muck's website www.basic-ultradev.com
Hope this helps :-)
Edited by - rawveg on 05/31/2001 03:43:21
Replied 01 Jun 2001 00:39:48
01 Jun 2001 00:39:48 Michael O'Neill replied:
Thanks Guys I'll do both!