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 Wanet Telecoms Ltd 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
 
Or if you're using Access 2000 you can use a project type database to link to SQL (File,New,Project(Existing Database))

You can also use ADO to connect to SQL

You should probably create a view or a stored procedure in SQL, so that you are only returning a few thousand over the network rather than your 4gigs!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top