directly access to MySQL

Blitz3D Forums/Blitz3D Programming/directly access to MySQL

regaa(Posted 2005) [#1]
A php solution is not the top job. I need a direct access via dll. Sqlite is nice, but it isn't a server. Is there sth. out to deal as communication layer between Blitz3D and MySQL ? If so let me know, if not i am forced to write the server in c#, because the way over php is stressing too much the serverhardware and it should be REALLY fast.


octothorpe(Posted 2005) [#2]
If there's no Blitz DLL, you could use Blitz's TCP commands. If I remember correctly, the TCP interface to MySQL is very simple.


regaa(Posted 2005) [#3]
If i remember not really. The login itself is impossible to get to work through tcp, at least for me.


regaa(Posted 2005) [#4]
I've found BlitzSQL . Thanks anyway.


Barliesque(Posted 2005) [#5]
http://www.codersworkshop.com/viewshowcase.php?id=76