Hi
HELP!!
I have some VB6 code that connects to a SQL server database and loads in data from a textfile. I need to check if a file has already been imported before loading it into the database. I store the filename, and then select from the Header table 'WHERE FileName = fName'. This was all working fine until my table reached 100 rows and now I get the rather unhelpful 'ODBC Call Failed' message.
Is there any way when opening a recordset using DAO, to change the maximum number of rows. I'm assuming this is the problem, because as soon as my table has 100 records in it, the whole thing fails. Any help would be much appreciated.
Thanks
Jo
HELP!!
I have some VB6 code that connects to a SQL server database and loads in data from a textfile. I need to check if a file has already been imported before loading it into the database. I store the filename, and then select from the Header table 'WHERE FileName = fName'. This was all working fine until my table reached 100 rows and now I get the rather unhelpful 'ODBC Call Failed' message.
Is there any way when opening a recordset using DAO, to change the maximum number of rows. I'm assuming this is the problem, because as soon as my table has 100 records in it, the whole thing fails. Any help would be much appreciated.
Thanks
Jo