What's new

Database

Doomulation

?????????????????????????
I'm really in need of a new database solution. Because really, Microsoft's CDatabase for ODBC SUCKS. I did try to write my own but I encountered problems sending long binary data in that a function returned a function sequence error when it should return success or failiure. Duh. I couldn't figure out the problem, even when copying the code of existing samples, it failed.

So anyway, a good database support with support for preparing sql (like odbc). Dao is deprecated in vc 2005 too I think, so I dunno if it's a good idea to use it in case of the future, or? I'm currently using 2003 since 2005 is friggin' buggy, bad and annoying. Dao I heard is best for the jet engine (i'm using an microsoft access database for simplicty's sake; no installation of anything required!).

Any help would be appreciated.
 

Top