Page 1 of 1

LongStrings ???

Posted: Thu 30 Jun 2005 22:46
by Guest
Hi, I'm evaluating your driver.
I have a table with a varchar2(1000) field, and, having leaved LongString=True, I expected to find a memo field. Instead, creating persistent fields.. it's a string field!!!

Not a big problem.. but I'd like to understand how LongStrings works !!

Bye

..and...

Posted: Thu 30 Jun 2005 22:49
by Guest
..I've also leaved EnabledBCD=True, but all my number(x,x) fields are float!!! :roll:

Posted: Fri 01 Jul 2005 10:59
by Paul
LongString parameter works with TCRSQLConnection component only. If you set
LongString=True you will receive TStringField's. If you set LongString=False
you will receive TMemoField's from varchar2(1000) field.