What database are people using?

BlitzPlus Forums/BlitzPlus Programming/What database are people using?

CodeGit(Posted 2003) [#1]
Hi

Has anybody managed to connect to a third party database from Bltz+? If so what method did you use?

Thanks


Imphenzia(Posted 2003) [#2]
I'm not at the moment, but when the time comes to give it a try it'll be MySQL for me if it's a serverside project and probably Access database if it should be included with something on a client side.


Todd(Posted 2003) [#3]
I've successfully connected to an ODBC (Access) database using a DLL I wrote for it. I just made some wrapper functions for odbc32.dll. It's not finished yet, but I've got the Dll if you want it.


CodeGit(Posted 2003) [#4]
TODD

Yes please that would great.

Thanks


Imphenzia(Posted 2003) [#5]
I would also be interested :)


Kanati(Posted 2003) [#6]
I've got a rough framework working to connect directly (bypassing odbc connections) to an access database or SQL database, but it's got a lotta work to do yet.

Kanati