Subj:  ASE & ACCESS 2.0			Section: Database/SQL
  To:  Dejan Corovic, 100120,3037	Monday, March 13, 1995 6:57:01 PM
From:  Jojo Guingao [Adesk], 73172,3211	#260958

Here's the steps needed to link Access 2.0 with AutoCAD R12Win:
 
1. In the Windows Control Panel, select the ODBC icon. 
2. Press the add button.  You will see a list of supported ODBC database            drivers.
3. Select the database driver you want to use and press OK.
4. Enter the data source name (this is your name for the database, for             example MYDBASE).  This name is also used by ASE's Set 
Database 
    function.
5. Press the dirctory button to specify the directory that holds your database
    files. Press OK.
7. Start AutoCAD/ASE.
8.  Specify
	Driver=		ODBC
	Database=	MYDBASE (data source name)
	Table=		EMPLOYEE (actual table name in .mdb)

9. You should be able to link successully at this time.
