I have a database that is accessed externally and when someone tries to download some tables they get this error:
0: The INSERT INTO statement contains the following unknown field name 'UpdatedOn'. Make sure you've typed the name correctly, and try the operation again.
3127: The INSERT INTO statement contains the following unknown field name 'UpdatedOn'. Make sure you've typed the name correctly, and try the operation again.
I have verified that the field name is correct and the stored procedure name is the same.
I have no problem using the same program and down loading the tables from an internal system.
The program is a custom ACCESS 97 application.
0: The INSERT INTO statement contains the following unknown field name 'UpdatedOn'. Make sure you've typed the name correctly, and try the operation again.
3127: The INSERT INTO statement contains the following unknown field name 'UpdatedOn'. Make sure you've typed the name correctly, and try the operation again.
I have verified that the field name is correct and the stored procedure name is the same.
I have no problem using the same program and down loading the tables from an internal system.
The program is a custom ACCESS 97 application.