Subject | Re: [IBO] IB_Connection.fetSQLType |
---|---|
Author | Jason Wharton |
Post date | 2002-04-18T07:47:31Z |
It isn't really in ideal condition but what it is intended to do is use the
SQL TYPE like:
SQL_VARYING=VARCHAR
But, where I haven't nailed things down yet is what if you only wanted
VARCHAR( 20 )?
Tinker and peek in the sources and see what bites.
I'm still quite ill and heading to bed in a few minutes.
Seem to be a little better today but not a lot.
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
SQL TYPE like:
SQL_VARYING=VARCHAR
But, where I haven't nailed things down yet is what if you only wanted
VARCHAR( 20 )?
Tinker and peek in the sources and see what bites.
I'm still quite ill and heading to bed in a few minutes.
Seem to be a little better today but not a lot.
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "H.Klomann" <nibler@...>
To: "IBO-Group" <IBObjects@yahoogroups.com>
Sent: Thursday, April 18, 2002 12:32 AM
Subject: [IBO] IB_Connection.fetSQLType
> Hi,
>
> anyone knows to configure IB_Connection.fetSQLType ?
>
> I tried:
> -------
> IB_Connection.fetSQLType=TRUE
> IB_Connection.ColumnAttributes:SQL_VARYING=YESLIKE
>
> No Success !?
>
> Thanks
> Harald
>