|
Hi All,
I use D6 and MS SQL Server.
when drivername in tDatabase used "MSSQL", then the
tDBMemo only get 255 char,
but when drivername changed to "SQL Server", then
the tDBMemo get more than 255 char.
Field ini create table
create table ... (
id
int,
description varchar(1000)
null
)
tDBMemo field was "description"
Any one have idea, because I prefer to use native
driver from delphi (MSSQL) then ODBC (SQL Sever)
regards,
|
