LongStrings ???

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
Guest

LongStrings ???

Post by Guest » Thu 30 Jun 2005 22:46

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

Guest

..and...

Post by Guest » Thu 30 Jun 2005 22:49

..I've also leaved EnabledBCD=True, but all my number(x,x) fields are float!!! :roll:

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Fri 01 Jul 2005 10:59

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.

Post Reply