directly access to MySQL
Blitz3D Forums/Blitz3D Programming/directly access to MySQL| 
 | ||
| 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. | 
| 
 | ||
| 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. | 
| 
 | ||
| If i remember not really. The login itself is impossible to get to work through tcp, at least for me. | 
| 
 | ||
| I've found BlitzSQL . Thanks anyway. | 
| 
 | ||
| http://www.codersworkshop.com/viewshowcase.php?id=76 |