Page 1 of 1

MySQL Support in PureBasic

Posted: Mon Apr 18, 2005 5:37 pm
by jcoleuk
Is there any support for connecting to a remote MySQL database in PureBasic, or any way at all to connect to one using PB?

Posted: Mon Apr 18, 2005 5:57 pm
by Tommeh
Yeah sure :), but personaly i like this way the best

use Libmysql.dll and example code from: http://www.purearea.net/pb/CodeArchiv/D ... Example.pb

Its very easy to control MySQL on remote machines :)

Posted: Mon Apr 18, 2005 6:05 pm
by jcoleuk
ok thanks. :)

Also on PureArea

Posted: Tue Apr 19, 2005 12:21 am
by Fangbeast
Also on PureArea are various tutorials on using various types of SLQ including MySQL and they contain examples of the routines Tommeh pointed you to but with the code expanded as reusable modules.

Num3 has a good tutorial on all sorts of sql and LarsG and I did a nice rambling one but there is a MySQL example program you can rip out of ours that is expanded some more.