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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access with SQL backend???????

Status
Not open for further replies.

DaveMac

Technical User
Apr 9, 2000
161
US
Can Access be used as a the interface for an SQL database? What I’m thinking is can you have an Access DB with all the info coming from an SQL DB. That way you get the power of SQL 7 and the interface of Access. I have used Visual Fox in the past and now am using Access. I like it but the speed and limitations are of concern. My company has an IT dept that uses SQL but all we have in my area is Access. I would like to have forms that are based on programs or queries in SQL that reduce 4 gig files with a couple of billion records to 10 meg table with a couple of thousand.


Thanks
 
Dave,

Access with SQL Server backend is a common practice.

You can simply link the tables via an ODBC connection but to get the full benefit you need to write server side procedures ( Stored Procedures).


Bill Paton
william.paton@ubsw.com
Check out my website !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top