PB Database access over the net?
PB Database access over the net?
I've been trying to figure out how to use PB's database commands to connect to a hosted database over the net. Is this even possible or do I need to use a .dll like MYSQL.dll.
Windows 7 Ultimate x64 / PureBasic 5.21 LTS / ProGUI Platinum / PureVision / http://www.linkedin.com/groups/PureBasi ... =&trk=tyah
Re: PB Database access over the net?
Possible with mysql odbc drivers.
Examples around the forum.
Examples around the forum.
Re: PB Database access over the net?
Hi,
with all native inbiuld databases it's possible to access databases on other servers.
Only SQLite can not
MySQL is not a dadtabase you can access directly with PB commands.
(Only via ODBC)
If you need MySQL, than you can use a wrapper for the mysql.dll.
But be sure that your program will respect the MySQL license.
Bernd
with all native inbiuld databases it's possible to access databases on other servers.
Only SQLite can not

MySQL is not a dadtabase you can access directly with PB commands.
(Only via ODBC)
If you need MySQL, than you can use a wrapper for the mysql.dll.
But be sure that your program will respect the MySQL license.
Bernd