Page 1 of 1
How to use MySql in PureBasic!
Posted: Wed Jun 22, 2011 12:25 pm
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!
Re: How to use MySql in PureBasic!
Posted: Wed Jun 22, 2011 9:11 pm
by blueznl
Re: How to use MySql in PureBasic!
Posted: Wed Jun 22, 2011 9:39 pm
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
Re: How to use MySql in PureBasic!
Posted: Tue Jun 28, 2011 3:26 pm
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.