We created a new database and used an ODBC connection to create the
tables.
The char fields now have a "fixc" datatype. I'm trying to re-use some code that was orginally used when we the dataserver odbc to connect to the SQL database.
Now using the new Progress/SQL tables I'm getting lots of incompatible datatypes.
My first question is did we set the Progress/SQL table incorrectly?
(ie create table junk
(blah character 8,
stuff character 10)
Second question, I'm assigning char fields in Progress to some of these
values, and I'm now getting incompatible data types??
Thanks for any help...
Pat
tables.
The char fields now have a "fixc" datatype. I'm trying to re-use some code that was orginally used when we the dataserver odbc to connect to the SQL database.
Now using the new Progress/SQL tables I'm getting lots of incompatible datatypes.
My first question is did we set the Progress/SQL table incorrectly?
(ie create table junk
(blah character 8,
stuff character 10)
Second question, I'm assigning char fields in Progress to some of these
values, and I'm now getting incompatible data types??
Thanks for any help...
Pat