We have an application that uses FoxPro tables that I need to get updates transfered to an Oracle database. I have tried SELECT CNT(*) FROM <tblname> and using SQLExecute to try and get the number of records in the Oracle table with no luck.
Can anyone help me determine, using ODBC, the number of records in our Oracle tables?
Thanks for any and all help.
Can anyone help me determine, using ODBC, the number of records in our Oracle tables?
Thanks for any and all help.