473,545 Members | 2,043 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access Data Projects

Hi,

I wanted to know if Access Data Projects is a good option to choose for
a SQL Server Database Frontend. The other option is C#.
The database will be accessed by multiple users (around 100 users) on a
LAN. ADP looks viable coz the users are used to working on a MS access
database.
Please post your replies with reasons as to why you think your choice
of f-end is better

Cheers!

Jul 23 '05 #1
2 1635
Ebbie,

I'll probably get laughed out of the group for saying it, but ADP is
certainly a viable front-end for SQL Server. You can develop some powerful
apps very quickly with it. But it really depends on what your current skill
set contains. There is a learning curve with any new development
environment, and even if you are skilled with MDB's/Jet/DAO, data access is
a whole different world with ADP's. I've not used anything beyond Access
2000, so someone else will have to comment on the later versions. My
company has used an order entry system ADP that I wrote for the past 5
years. I don't deal with it much anymore, but the users like it and that's
what really matters.

A few things to consider about using Access: Deployment - do all the users
already have Access licensed and installed? You will have to have at least
the Access runtime installed on each machine. Another thing that is a pain,
you have to have a separate copy of the ADP on each computer, two users
can't use the same file at once. That may not seem like a big deal, but in
the real world it can create a nightmare when it comes to version control.
Printing different reports to different network printers can be problematic
also if you have a mix of operating systems. For a while we had to maintain
a separate version for win98 and XP. If you do decide to go the Access
route, get Mary Chipman's Microsoft Access Developer's Guide to SQL Server.
Also, don't fall into the trap of using bound forms and wizards. Do all
your data access with ADO code.

Honestly though, if you're developing something for 100 users, and you have
a reasonable amount of time to complete the project, you should take the
plunge and learn .net or some other *real* development package. I prefer
vb, but to each his own... Which ever way you decide to go, make sure the
database guys know what they're doing. Developing a front-end for a crappy
database is a pain in the ass no matter what environment you're in.

-Andy
"Ebbie" <ib***********@ gmail.com> wrote in message
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
Hi,

I wanted to know if Access Data Projects is a good option to choose for
a SQL Server Database Frontend. The other option is C#.
The database will be accessed by multiple users (around 100 users) on a
LAN. ADP looks viable coz the users are used to working on a MS access
database.
Please post your replies with reasons as to why you think your choice
of f-end is better

Cheers!

Jul 23 '05 #2
"Ebbie" <ib***********@ gmail.com> wrote in message
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
Hi,

I wanted to know if Access Data Projects is a good option to choose for
a SQL Server Database Frontend. The other option is C#.
The database will be accessed by multiple users (around 100 users) on a
LAN. ADP looks viable coz the users are used to working on a MS access
database.
Please post your replies with reasons as to why you think your choice
of f-end is better

Cheers!


Both alternatives are viable.

ADP can be difficult to work on, for some reason code or techniques that
work in one form will not work in another.
Before taking that route I would recommend searching using google groups and
reading up lyle fairfield's advice.
I would point out that there is little difference in efficiency between
using an mdb and tables linked by odbc compared to an adp.

Different versions of access on a user's machine can be a real problem for
access based development. The dotnet framework doesn't have that problem.

I distribute new versions of mdb, adp or dotnet exe by the same mechanism.
Instead of the usual shortcut to the exe or whatever on their machine the
install gives a shortcut to a bat file on a server. This xcopies a new
version of the exe if necessary and then runs it - start to avoid leaving
the dos box up.

If you're familiar with vb at all then I would go for vb.net rather than
c#.net. There is no real advantage of either so if you know C then c#, if
you know VB or intend doing office vba then vb.

To my mind access' strength is really in the reporting.
Crystal ( in dotnet ) can be a right pain. There again if you're doing a
lot of graphs then crystal might be better suited.
Whereas in vb6 bound grids weren't such a good idea ( and people used
flexgrid plus text boxes etc), the bound grid in dotnet is a viable option.
The new gridview or whatever it's called in dotnet 2005 is even better.

--
Regards,
Andy O'Neill
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
5369
by: sedefo | last post by:
I ran into this Microsoft Patterns & Practices Enterprise Library while i was researching how i can write a database independent data access layer. In my company we already use Data Access Application Block (DAAB) in our .Net projects. We use SqlHelper in SQL based projects, and OracleHelper in Oracle based ones. OracleHelper was not...
13
2901
by: bill | last post by:
I am trying to convince a client that dotNet is preferable to an Access project (ADP/ADE). This client currently has a large, pure Access MDB solution with 30+ users, which needs to be upgraded. I believe a dotNet solution is better, but I'm trying to be as convincing as possible -- and maybe I'm wrong! I would appreciate any input or...
20
3295
by: Olav.NET | last post by:
I am a .NET/C++ developer who is supposed to do some work with Access. I do not know much about it except for the DB part. Questions: *1* I am looking for INTENSIVE books to get quickly up to speed. I like books with practical exercises, and also with test questions (like cert books) *2*
35
3182
by: deko | last post by:
Do I get more scalability if I split my database? The way I calculate things now, I'll be lucky to get 100,000 records in my Access 2003 mdb. Here some math: Max mdb/mde size = 2000 x 1024 = 2,048,000k Let's say on average each record in the database consumes 15k 2,048,000/15 = 136,533 records
15
4571
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to communicate with a MySQL database table on a web server, from inside of my company's Access-VBA application. I know VBA pretty well but have never...
0
7808
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
5972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5329
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4945
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3450
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3443
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1884
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1014
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
704
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.