Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL2000 / Access 2010 connectivity

Status
Not open for further replies.

mutley1

MIS
Jul 24, 2003
909
0
0
Hey guys,

I have an access 2010 DB on my desktop and want to connect SQL 2000 to it so I can use SQL to manipulate the data. I have googled but everthing that comes back is regarding access upsizing etc. or creating linked tables (which I don't really want to do I just want to access the raw data). I can write more complex scripts in SQL so just wanthed help with connection strings etc. as I din;t know which one to use.......Jet4.0?

Thanks,

Matt.
 
If you just want to play with the data linked tables are the way to go. You will see the tables just like they are native Access Tables.

If you want to just run sql statements against them then you will need to set up some vba programming. Google connection strings.

Simi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top