May 9, 2003 #1 iono Programmer Oct 14, 2001 31 GB i have a routine that queries an access 2000 db and uses sql to move data - since moving the db to a server the routine fails and I get the error 3134 anyone know what it is ???
i have a routine that queries an access 2000 db and uses sql to move data - since moving the db to a server the routine fails and I get the error 3134 anyone know what it is ???
May 9, 2003 #2 LlomaxX Programmer Nov 7, 2002 64 US Probably need more to go on, but a 3134 is an Application or Object defined error. The line of code that generates the error would be great. Are you creating an instance of the Access 2000 application in your code? Let's then state the obvious - Is Access 2000 installed on the server? Upvote 0 Downvote
Probably need more to go on, but a 3134 is an Application or Object defined error. The line of code that generates the error would be great. Are you creating an instance of the Access 2000 application in your code? Let's then state the obvious - Is Access 2000 installed on the server?
May 9, 2003 Thread starter #3 iono Programmer Oct 14, 2001 31 GB ummm not sure it certainly was on the standalone machine - i will have to check on monday and if necessary install - thanks a lot for that Upvote 0 Downvote
ummm not sure it certainly was on the standalone machine - i will have to check on monday and if necessary install - thanks a lot for that
May 10, 2003 #4 CCLINT Programmer Feb 22, 2002 3,802 DE This is a syntax error in the sql Select statement you are using in the routine. Upvote 0 Downvote
May 10, 2003 Thread starter #5 iono Programmer Oct 14, 2001 31 GB thanks all now found the problem Upvote 0 Downvote