qinligeng-9Onoh4P/[EMAIL PROTECTED] wrote:
if you create a table use following statement (script generated from
MS SQL Server 2000) CREATE TABLE [XTollData] (
[DutyID] [char] (32) NOT NULL ,
[CarNumber] [char] (10) NULL
);

SQLite3_Column_decltype will treat DutyID as data type 'char' but not
'char(32)'

SQLite ignores length restriction. Any cell may store a string of arbitrary length (or, indeed, any other supported data type). For more details, see http://sqlite.org/datatype3.html

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to