How to use MySql in PureBasic!

Everything else that doesn't fall into one of the other PB categories.
hamza204
New User
New User
Posts: 6
Joined: Wed Sep 01, 2010 10:25 am

How to use MySql in PureBasic!

Post by hamza204 »

hai!
can someone please tell me how i can use MySQL functions in purebasic.
MySQL server version, like the MySQL database, through which this (Pure Forum) is running!
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: How to use MySql in PureBasic!

Post by blueznl »

Last edited by blueznl on Thu Jun 23, 2011 6:19 pm, edited 2 times in total.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Henrik
Enthusiast
Enthusiast
Posts: 404
Joined: Sat Apr 26, 2003 5:08 pm
Location: Denmark

Re: How to use MySql in PureBasic!

Post by Henrik »

Yes
But be aware that you probably will have to register your IP at forum host, or at your domain configuration, to be able to access the database


Use GoogleTranslate and go here
http://www.purebasic.fr/french/search.p ... Rechercher
http://www.purebasic.fr/french/viewtopi ... bmysql.pbi

Henrik
User avatar
ultralazor
Enthusiast
Enthusiast
Posts: 186
Joined: Sun Jun 27, 2010 9:00 am

Re: How to use MySql in PureBasic!

Post by ultralazor »

most host only allow it through a local privileged user. This is why you'll probably end up going through http->cgi to use it(php,python,perl,ruby,asp etc..).

I'm not sure any native systems, like PB uses, support SQL connections. Portable SQLlite and CGI gateways are the most supported.
so many ideas so little time..
Post Reply