I am developing an InstantDB application using VisualCafe Expert
Edition 4.0a. Using their wizard interface I created a very simple
application that connects to the "tester" table in the InstantDB
examples. (for reference I have attached the SQL text below)
When I run my application, I get errors complaining that "maximum width
size for column 3 is: 5"
After a thorough survey of the Symantec code, it looks to me like
VisualCafe is looking at the column display size in the column meta
data.
So is there a way to influence the column display size that InstantDB
reports? Has anyone else run into this problem?
Thanks,
Brian Sanchez
bsanchez@ara.com
The table SQL text is:
e CREATE TABLE tester (
id int PRIMARY KEY,
fullName CHAR(30),
email CHAR(60),
login CHAR(8),
password CHAR(20) );
e INSERT INTO tester VALUES (1,"Alice","Alice@isp","Alice","Alice");
e INSERT INTO tester VALUES (2,"Bob","Bob@isp","Bob","Bob");
...
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|