TomMarasco
New Member
Hi,
I am creating a table in my C++ application using the Merant 3.70 32 bit Progress Driver as such: CREATE TABLE TomTemp(cb_acnt_type character(2)). The table gets created however, the table name and field name are in upper case. Is there a way to maintain the table name and field name case as it is specified in the SQL statement?
Regards,
Tom
I am creating a table in my C++ application using the Merant 3.70 32 bit Progress Driver as such: CREATE TABLE TomTemp(cb_acnt_type character(2)). The table gets created however, the table name and field name are in upper case. Is there a way to maintain the table name and field name case as it is specified in the SQL statement?
Regards,
Tom