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!
How to use MySql in PureBasic!
Re: How to use MySql in PureBasic!
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... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
Re: How to use MySql in PureBasic!
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
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
- ultralazor
- Enthusiast
- Posts: 186
- Joined: Sun Jun 27, 2010 9:00 am
Re: How to use MySql in PureBasic!
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.
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..