MySQL Support in PureBasic

Everything else that doesn't fall into one of the other PB categories.
jcoleuk
User
User
Posts: 12
Joined: Mon Apr 18, 2005 5:20 pm
Location: UK

MySQL Support in PureBasic

Post 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?
Tommeh
Enthusiast
Enthusiast
Posts: 149
Joined: Sun Aug 29, 2004 2:25 pm
Location: United Kingdom

Post 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 :)
jcoleuk
User
User
Posts: 12
Joined: Mon Apr 18, 2005 5:20 pm
Location: UK

Post by jcoleuk »

ok thanks. :)
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4792
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Also on PureArea

Post 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.
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Post Reply