1. I found problem FW: Updating EUSQL
- Posted by "sixs" <sixs at ida.net> Jul 14, 2004
- 531 views
Subject: I found problem FW: Updating EUSQL I found my error. I was trying to add to an autonumber in my sql statement. How do I identify datatypes. I checked for for autonumber and it shows a "9", Integer is a "+" Jim
2. Re: I found problem FW: Updating EUSQL
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Jul 15, 2004
- 513 views
sixs wrote: > > Subject: I found problem FW: Updating EUSQL > > > I found my error. I was trying to add to an autonumber in my sql statement. > How do I identify datatypes. I checked for for autonumber and it shows a > "9", Integer is a "+" > Jim Those correspond to the constants EUSQL_EU_INTEGER, EUSQL_AUTONUMBER. EDB converts these, as stored in TABLEDEF, to a string, since the values all happen to be printable. You can see the datatype on the table definition page, or fetch the datatype using the get_field_datatype() function in EuSQL. Matt Lewis