LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 25 Sep 2002 20:22:07 -0400
Reply-To:     Carlos A Caceres <ckaceres@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Carlos A Caceres <ckaceres@YAHOO.COM>
Subject:      MSACCESS TO SAS VIA SAS/ACCESS TO ODBC

Hi:

I'm using SAS/Access to ODBC in order to get access to a MSAccess database. The name of one of the tables is "PRESUPUESTO 2002". SAS recognizes "PRESUPUESTO 2002" as a invalid table name. So I can't print, query, copy with this table.

Is there any way to get access to this table from SAS/Access to ODBC?

My connection statement is like:

libname mydblib odbc user=testuser password=testpass datasrc=mydatasource;

Did I miss any special option?

Note: Renaming the table in the MSAccess database isn't an option.

Thanks :(

CarlosA


Back to: Top of message | Previous page | Main SAS-L page