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

Microsoft Sequel Server with Access front end

Status
Not open for further replies.

jrh1

Programmer
May 8, 2003
5
US
Our Access database is getting to be huge (300 megs).

Have tried to use Sybase to hold tables, but peformance was poor.

Has anyone tried MS Sequel Server or any other MS product that would work?

Thanks,
Jeff
 
Access-XP (2002) has the feature where you can define the backend database in SQL Server and then have the Front End in Access. I think it may be called ADP (Projects). Have not used them yet, but co-workers have without any issues... htwh,

Steve Medvid
"IT Consultant & Web Master"

Chester County, PA Residents
Please Show Your Support...
 
The advantage of SQL Server is that Microsoft provides a different front end product in Access called a Project (ADP) and the ADP uses an ADO connection that performs much better generally than using ODBC linked tables as you probably did with Sybase. The Project is available in Access 2000 and above. You can limit the amount of data transferred to the desktop much easier in an ADP.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top