Open and execute an Access query from another application?

G

Guest

Hi,

I'd like to open and execute an Access (version 2003) query from another
program using a hiperlink stored in a dbf table in the program.

The idea is that the hiperlink will give the query the value neccessary to
execute it. The program in qustion is a geographical information system,
written in Java.

Thanks in advance,

Matt
 
G

Guest

I don't know much about Java, but I think you want to do this using ADO. This
will allow you to connect to the database, declare parameters, and execute a
recordset.

Barry
 

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