473,405 Members | 2,154 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Access DB Quotation Help - Remote Web access to DB

Hi There,

Having last developed an Access DB for a client about a year ago I have
today received a specification that I need to (today ideally) give an
indication of how much I would charge and what technology I would use etc.

The spec. is well laid out but there are two things it does note:
Remote access for employees
Remote access for resellers

In the spec there are basically 5 main categories / tables that the database
will need to consist of.

Now I last developed using Access 2000 and have never dabbled in webforms.
Also I have always developed that the database is going to be used by about
10 users who do not often access the data at the same time.

This time I think there could be up to 100 users and although only a few of
the main employees logged in at the same time, the resellers may be
accessing there records at the same time over the web.

I have always assumes that webforms in access would give me what I need, but
is access capable of handling this kind of level of use?
I have never used SQL server but for this sort of project should this be
what I am using. I am a competent software developer and should be able to
pick up SQL server if need be, but any guidance on this matter is
appreciated.

In general the database will consist of 5 main tables / categories / types
of information. There are a lot of reports they want for the database
including generating of invoices etc.

What other database solutions are there out there that the freelance
developer can use for the above sort of project.

TIA and Regards

Dave.

Nov 12 '05 #1
7 1589
"Dave Smithz" <Spam Free> wrote in message news:<40********@news1.homechoice.co.uk>...
Hi There,

Having last developed an Access DB for a client about a year ago I have
today received a specification that I need to (today ideally) give an
indication of how much I would charge and what technology I would use etc.

The spec. is well laid out but there are two things it does note:
Remote access for employees
Remote access for resellers

In the spec there are basically 5 main categories / tables that the database
will need to consist of.

Now I last developed using Access 2000 and have never dabbled in webforms.
Also I have always developed that the database is going to be used by about
10 users who do not often access the data at the same time.

This time I think there could be up to 100 users and although only a few of
the main employees logged in at the same time, the resellers may be
accessing there records at the same time over the web.

I have always assumes that webforms in access would give me what I need, but
is access capable of handling this kind of level of use?
I have never used SQL server but for this sort of project should this be
what I am using. I am a competent software developer and should be able to
pick up SQL server if need be, but any guidance on this matter is
appreciated.

In general the database will consist of 5 main tables / categories / types
of information. There are a lot of reports they want for the database
including generating of invoices etc.

What other database solutions are there out there that the freelance
developer can use for the above sort of project.

TIA and Regards

Dave.


I think the answer depends upon the complexity of the user interface
forms. The backend can be replaced with SQL Server or MySQL, or other
database engines fairly easily if only 5 tables are involved and there
is nothing weird like blob data. If you have user interface forms
done in Access (5 or more) then you might want to preserve your
investment in those by continuing with SQL Server. I don't believe
that you could continue to use Access because you will need to change
the database reading methodology to a network read from a file read.

In terms of convering to Web forms, I've never done that in Access so
I can't comment. If you wanted to build HTML fill-in forms you could
use a CGI script or a server side technology like JDBC or J2EE to make
that happen. If cost is a big consideration keep things as simple and
cheap as possible.

More details would help although I know you're in a time crunch.

Cheers
Davis Swan
www.sqlmagic.com
Nov 12 '05 #2
"Dave Smithz" <Spam Free> wrote in news:40********@news1.homechoice.co.uk:
Hi There,

Having last developed an Access DB for a client about a year ago I have
today received a specification that I need to (today ideally) give an
indication of how much I would charge and what technology I would use
etc.

The spec. is well laid out but there are two things it does note:
Remote access for employees
Remote access for resellers

In the spec there are basically 5 main categories / tables that the
database will need to consist of.

Now I last developed using Access 2000 and have never dabbled in
webforms. Also I have always developed that the database is going to be
used by about 10 users who do not often access the data at the same
time.

This time I think there could be up to 100 users and although only a few
of the main employees logged in at the same time, the resellers may be
accessing there records at the same time over the web.

I have always assumes that webforms in access would give me what I need,
but is access capable of handling this kind of level of use?
I have never used SQL server but for this sort of project should this be
what I am using. I am a competent software developer and should be able
to pick up SQL server if need be, but any guidance on this matter is
appreciated.

In general the database will consist of 5 main tables / categories /
types of information. There are a lot of reports they want for the
database including generating of invoices etc.

What other database solutions are there out there that the freelance
developer can use for the above sort of project.

TIA and Regards

Dave.


Regardless of which technology you use your biggest issue may be:

"There are a lot of reports they want for the database including generating
of invoices etc."

An ADP gives the magic of Access reports. Just plain HTML-ASP or HTA
applications do not.

I've been told that ASP.Net includes Crystal Reports. A colleague tried
Crystal Reports a few years ago but I was not satisfied as it seemed to me
I had to re-design the db to comply with Crystal's needs. That being said,
it should be noted that the results were abosolutely gorgeous, and the
problems may have reflected our inexperience with the tehcnology.

The report issue is crucial for any web-based application that needs them.
Somtimes I (and perhaps other Access Developers) forget how wonderful
Access Reports are.

--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm)
Nov 12 '05 #3
"Lyle Fairfield" <Mi************@Invalid.Com> wrote in message
news:Xn*******************@130.133.1.4...

An ADP gives the magic of Access reports. Just plain HTML-ASP or HTA
applications do not.

I've been told that ASP.Net includes Crystal Reports. A colleague tried
Crystal Reports a few years ago but I was not satisfied as it seemed to me
I had to re-design the db to comply with Crystal's needs. That being said,
it should be noted that the results were abosolutely gorgeous, and the
problems may have reflected our inexperience with the tehcnology.

The report issue is crucial for any web-based application that needs them.
Somtimes I (and perhaps other Access Developers) forget how wonderful
Access Reports are.


I'll second that. With some ingenuity I don't think there can be much that
is beyond their capability.

If you're using sql server you might try the new Reporting Services for SQL
2000 for web reporting. I've just downloaded a copy to do some testing.
Right now we use Crystal but I'd love to find something that's easier to use
and especially to deploy, and doesn't choke with more than a few users.
Nov 12 '05 #4
"John Winterbottom" <as******@hotmail.com> wrote in
news:2g************@uni-berlin.de:
"Lyle Fairfield" <Mi************@Invalid.Com> wrote in message
news:Xn*******************@130.133.1.4...

An ADP gives the magic of Access reports. Just plain HTML-ASP or HTA
applications do not.

I've been told that ASP.Net includes Crystal Reports. A colleague tried
Crystal Reports a few years ago but I was not satisfied as it seemed to
me I had to re-design the db to comply with Crystal's needs. That being
said, it should be noted that the results were abosolutely gorgeous,
and the problems may have reflected our inexperience with the
tehcnology.

The report issue is crucial for any web-based application that needs
them. Somtimes I (and perhaps other Access Developers) forget how
wonderful Access Reports are.


I'll second that. With some ingenuity I don't think there can be much
that is beyond their capability.

If you're using sql server you might try the new Reporting Services for
SQL 2000 for web reporting. I've just downloaded a copy to do some
testing. Right now we use Crystal but I'd love to find something that's
easier to use and especially to deploy, and doesn't choke with more than
a few users.


"Reporting Services for SQL 2000"

Thanks for the reference John. I'll check this out ... in my spare time,
sigh.

--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm)
Nov 12 '05 #5
"Lyle Fairfield" <Mi************@Invalid.Com> wrote in message
news:Xn*******************@130.133.1.4...

"Reporting Services for SQL 2000"

Thanks for the reference John. I'll check this out ... in my spare time,
sigh.

more info at
http://www.microsoft.com/technet/com...l/sql0625.mspx

--
your web site looks impressive btw . Didn't realize you were in Burlington.
We're just up the road in Waterdown.
Nov 12 '05 #6
"Lyle Fairfield" <Mi************@Invalid.Com> wrote in message
Regardless of which technology you use your biggest issue may be:

"There are a lot of reports they want for the database including generating of invoices etc."

An ADP gives the magic of Access reports. Just plain HTML-ASP or HTA
applications do not.

I've been told that ASP.Net includes Crystal Reports. A colleague tried
Crystal Reports a few years ago but I was not satisfied as it seemed to me
I had to re-design the db to comply with Crystal's needs. That being said,
it should be noted that the results were abosolutely gorgeous, and the
problems may have reflected our inexperience with the tehcnology.

The report issue is crucial for any web-based application that needs them.
Somtimes I (and perhaps other Access Developers) forget how wonderful
Access Reports are.


Thanks for the comments everyone. In the end I submitted my estimation
(which was to be honest based on a laymen's database specification). I
decided to go for the sensible balances approach rather then the try and
undercut everyone else

It is the reports that I think make access very good. I have mysql
experience, but then I think of all the work I would have to do go generate
reports. I'm hungry to get back into an Access and hope this contract comes
through, but apparently they have had a huge response.

I would also be interested to know what people are charging as a day rate as
Access developers in the UK. Any comments?

Thanks again.
Nov 12 '05 #7
"John Winterbottom" <as******@hotmail.com> wrote in news:2gut45F726kcU1@uni-
berlin.de:
your web site looks impressive btw . Didn't realize you were in Burlington.
We're just up the road in Waterdown.


Driving through at 3:00 pm today ... let me know where to wave. :-)

--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm)
Nov 12 '05 #8

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

Similar topics

63
by: Tristan Miller | last post by:
Greetings. Do any popular browsers correctly support <q>, at least for Western languages? I've noticed that Mozilla uses the standard English double-quote character, ", regardless of the lang...
6
by: dixie | last post by:
I want to run regedit and write a key from an event in a form in a more generic manner than the way I have done it here which is: RunReg = Shell("regedit.exe /s I:\APPFolder\SQLfix.reg", 0) ...
6
by: John | last post by:
Hi We have an access app (front-end+backend) running on the company network. I am trying to setup replication for laptop users who go into field and need the data synched between their laptops...
56
by: Raphi | last post by:
Hi, I've been using an Access application I wrote for an office with the front-end stored on all computers and the back-end on one of them serving as an Access file server. Now we're moving...
3
by: Lyle Fairfield | last post by:
In a recent thread there has been discussion about Data Access Pages. It has been suggested that they are not permitted on many or most secure sites. Perhaps, that it is so, although I know of no...
0
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool including SourceOffSite, SourceAnyWhere and VSS Remoting This article makes a detailed...
24
by: Lauren Wilson | last post by:
OK, I'm confused. SOME folks here seem to be saying it IS possible to link to or otherwise access and manipulate MDB files stored on a web server (from the client) and others seem to be saying...
1
by: ahafeez | last post by:
Hi readers I have an application in MS Access 2003 and having 2 forms i.e. Quotation & Invoice and I created their reports in crystal report and convert these reports in EXE files now i wanted to...
3
nomad
by: nomad | last post by:
Hello everyone: I new to PHP and I'm reading a book on PHP Bibles 2nd edition. It has to deal with a user-rating system. There are 4 scripts to it. I'm getting an error Unknown column...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.