dbTalk Databases Forums  

real world question :- is Access a good front end to a SQL server or should I use VB, .net etc..

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss real world question :- is Access a good front end to a SQL server or should I use VB, .net etc.. in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Vince
 
Posts: n/a

Default real world question :- is Access a good front end to a SQL server or should I use VB, .net etc.. - 07-03-2003 , 11:15 AM






Hi,

I have a rather 'busy' Access DB used by no more than 10 users at the mo',
it doesn't have lots of records, (under 100k), bu the user drag and the way
that the tables get their data for queries means I am thinking of using SQL
as a back end.

As I have over 100 forms, 250 reports and quite a lot of code I am not to
keen to start from sractch..however, would this be the best bet in the long
run or can access REALLY be a front end to a SQL database. I want to end up
with about 40 concurrent users with results being brought back in about 2
seconds max. Records wil grow to about 150k over time...

Any thoughts folks?

Many thanks,

Vince



Reply With Quote
  #2  
Old   
Mary Chipman
 
Posts: n/a

Default Re: real world question :- is Access a good front end to a SQL server or should I use VB, .net etc.. - 07-03-2003 , 03:03 PM






Since you already have a substantial investment in the Access
front-end, especially with all those forms and reports, I'd recommend
sticking with it. You'd be hard pressed to re-create all of that using
VB, and you'd need to learn to use another report writer. However, in
order for your app to be efficient in supporting more concurrent
users, you need to take a long, hard look at how your forms are
working with data. Techniques, such as binding forms and combo/list
boxes to entire tables, that have little impact in an Access/Jet app
can really bog down the server. You can probably re-work your existing
app to fetch only needed data, use stored procedures for reports, and
take advantage of other SQLS features with far less work than redoing
it all from scratch.

-- Mary
Microsoft Access Developer's Guide to SQL Server
http://www.amazon.com/exec/obidos/ASIN/0672319446

On Thu, 3 Jul 2003 17:15:03 +0100, "Vince" <NOSPAM (AT) dial (DOT) pipex.com>
wrote:

Quote:
Hi,

I have a rather 'busy' Access DB used by no more than 10 users at the mo',
it doesn't have lots of records, (under 100k), bu the user drag and the way
that the tables get their data for queries means I am thinking of using SQL
as a back end.

As I have over 100 forms, 250 reports and quite a lot of code I am not to
keen to start from sractch..however, would this be the best bet in the long
run or can access REALLY be a front end to a SQL database. I want to end up
with about 40 concurrent users with results being brought back in about 2
seconds max. Records wil grow to about 150k over time...

Any thoughts folks?

Many thanks,

Vince



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.