ari Guest
|
Posted: Tue Jan 13, 2004 3:31 am Post subject: strange with the MsSql+DbExpress+ClientDataSet + nText Field |
|
|
Hi All,
i found a strange thing when i program with the dbExpress!
I use the struct with MsSql2000 + SQLConnection1 + SQLDataSet1 +
DataSetProvider1 + ClientDataSet1 to query some datas! all control setted at
default params except I set the first field's ProviderFlags with pfInKey at
SQLDataSet1! The Last Field name is nt, type is ntext!
Then, everytime I query the data, the nt field just return the first
character! But, when a add a new field to the database, the nt field return
all the right characters now! I never changed any control's params during
whole process!
So, can someone tell why? I am so puzzle now!
regards,
Ari
|
|