Import Sybase table

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
 
V

Van T. Dinh

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
....
 
Top