Hi Mark, thank you for your feedback. I will fix the problems and repack tntdb 1.0.0.
Can you tell me, why this <string.h> is needed? If it is for size_t <sys/types.h> might be better. I have to think about the integer constant for drivers. The problem is, that it will be a magic constant, which would always limit the number of drivers to the number of known magic constants. If someone else will create a driver for say firebird, he needs to get a constant. And what if someone writes a driver for odbc? Which constant will the driver return? Since the application itself will deliver the driver name, why shouldn't the application itself store that for reference. The application knows better, for which drivers the SQL is optimized for. Tommi ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
