DateTime binding (work in progress)

This commit is contained in:
Aleksandar Fabijanic
2007-06-02 01:51:38 +00:00
parent b55004813d
commit 0bde32efac
21 changed files with 505 additions and 164 deletions

View File

@@ -84,7 +84,8 @@ void ODBCDB2Test::testBareboneODBC()
"Second VARCHAR(30),"
"Third BLOB,"
"Fourth INTEGER,"
"Fifth FLOAT)";
"Fifth FLOAT,"
"Sixth TIMESTAMP)";
_pExecutor->bareboneODBCTest(_dbConnString, tableCreateString, SQLExecutor::PB_IMMEDIATE, SQLExecutor::DE_MANUAL);
_pExecutor->bareboneODBCTest(_dbConnString, tableCreateString, SQLExecutor::PB_IMMEDIATE, SQLExecutor::DE_BOUND);