Import Sybase table

  • Thread starter Thread starter Andrea
  • Start date Start date
A

Andrea

Hi,
i must import into a mdb table same field from a sybase table.
How can i do??
Thank's in advance

Andrea
 
Do you have an ODBC driver for your SyBase Server?

If you do, set up a DSN (Data Source Name) on your PC pointing to the
relevant database on the SyBase server. You can then link the SyBase Tables
to your Access MDB file as Linked Tables and then use the linked Tables as
the source for your Make-Table Query.

There are other alternatives but the first thing you need is the ODBC driver
....
 

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

Back
Top