D
Daniel Carollo
Good Afternoon everybody!
On Access 97, some tables were created with fields containing NULL. These
fields were of type Text (dbText, 10). The same queries in Access 2000 (and
2002) create fields of type binary (dbBinary, 9).
I simplified the queries to: SELECT NULL as MyField INTO MyTable;
Is there a way to force the type of field being created? The current
application is broken because a comparison on a string stored in a binary
field is case sensitive...
For practical reasons, it's not possible to leave the table structure intact
and insert the records, although that solves the problem. The table has to be
created "on the fly".
Thanks in advance for any help.
Daniel
On Access 97, some tables were created with fields containing NULL. These
fields were of type Text (dbText, 10). The same queries in Access 2000 (and
2002) create fields of type binary (dbBinary, 9).
I simplified the queries to: SELECT NULL as MyField INTO MyTable;
Is there a way to force the type of field being created? The current
application is broken because a comparison on a string stored in a binary
field is case sensitive...
For practical reasons, it's not possible to leave the table structure intact
and insert the records, although that solves the problem. The table has to be
created "on the fly".
Thanks in advance for any help.
Daniel