Run ODBC from Macro

G

Gerrym

Can I execute an ODBC connection to a SYBASE database and
extract data from one table using a macro. I do not want
to LINK the database as I only want to extract from sybase
and not update sybase.
I can do this manually but would like to automate it.
 
D

Douglas J. Steele

The TransferDatabase action should do what you want. Of course, I would
think that it would better to use VBA than a macro for something like this,
so that you can put in error checking.
 

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