Using Poco::Data library for the first time.
I can successfully connect to a Sybase database using the ODBC SqlServer Testsuite that comes with the download.
My testcase for table creation
- Code: Select all
CREATE TABLE Strings (str VARCHAR(32))
using
- Code: Select all
INSERT INTO Strings VALUES (?)", use(str)
I am wondering if there is a way to specify str vector elements are VARCHAR and not TEXT.
Many thanks in advance for your help.
Dece





