My visual basic program, when ran on someone else's machine, breaks for him at this line:
db.Execute "delete * from Banana"
The error message he gets is "3617 - Deleting data in a linked table is not supported by this ISAM."
I know he has Access 97 running on his computer, and I am pretty sure the program successfully accesses db previous to this error.
Does anyone know what error 3617 entails?
Perhaps he has Paradox or dbase running parrallel to Access and he has other than Access registered for handling SQL commands coming from Visual Basic?
Any help would be greatly appreciated... this is not a school project.
Thank you very much,
Brian
db.Execute "delete * from Banana"
The error message he gets is "3617 - Deleting data in a linked table is not supported by this ISAM."
I know he has Access 97 running on his computer, and I am pretty sure the program successfully accesses db previous to this error.
Does anyone know what error 3617 entails?
Perhaps he has Paradox or dbase running parrallel to Access and he has other than Access registered for handling SQL commands coming from Visual Basic?
Any help would be greatly appreciated... this is not a school project.
Thank you very much,
Brian