Database Update

A

Anthony Ching

I have an application where the codings reside in the local machine and the
linked tables reside in a remote server. When I generated the exec on my
development machine everything works fine. However, when the same exec are
generated on other machines, they keep saying run-time error whenever an
update query is executed.
 
A

Arvin Meyer [MVP]

Anthony Ching said:
I have an application where the codings reside in the local machine and the
linked tables reside in a remote server. When I generated the exec on my
development machine everything works fine. However, when the same exec are
generated on other machines, they keep saying run-time error whenever an
update query is executed.

There are any number of reasons for runtime errors. Please give us the full
error message, just as you are receiving it. Also it may also help to post
the code and/or SQL statement.
 
J

John W. Vinson

I have an application where the codings reside in the local machine and the
linked tables reside in a remote server. When I generated the exec on my
development machine everything works fine. However, when the same exec are
generated on other machines, they keep saying run-time error whenever an
update query is executed.

In addition to Arvin's points, be sure that you're running the SAME version
and service packs on both machines, or a Runtime generated on the development
machine; and that all the References match on both machines.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top