Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

anyone know what err 3134 is ???

Status
Not open for further replies.

iono

Programmer
Oct 14, 2001
31
0
0
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 ???
 
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?
 
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
 

This is a syntax error in the sql Select statement you are using in the routine.

 
thanks all now found the problem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top