What database are people using?
BlitzPlus Forums/BlitzPlus Programming/What database are people using?| 
 | ||
| Hi Has anybody managed to connect to a third party database from Bltz+? If so what method did you use? Thanks | 
| 
 | ||
| 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. | 
| 
 | ||
| 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. | 
| 
 | ||
| TODD Yes please that would great. Thanks | 
| 
 | ||
| I would also be interested :) | 
| 
 | ||
| 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 |