473,657 Members | 2,499 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Please help me get started (Access on the Web)

bpn
I have a Microsoft Access database on a web server that supports Access
databases. All I want to do is have a couple of users be able to enter data
into the database via a browser.

This is not for a database driven web site, just for data entry.

Could someone point me in the right direction.

Any help is appreciated.

Thanks.
Nov 13 '05 #1
3 1470
bpn wrote:
I have a Microsoft Access database on a web server that supports Access
databases. All I want to do is have a couple of users be able to enter data
into the database via a browser.

This is not for a database driven web site, just for data entry.

Could someone point me in the right direction.

Any help is appreciated.

Thanks.

Suggest you take a look at Microsoft's FREE Web Matrix product. It is
kind of a lite development tool, similar to but less powerful than
Visual Studio.NET. It has some templates that will help you build such.

See http://www.asp.net/webmatrix/default...dex=4&tabId=46

At the left corner is an FREE online tutorial. There is a forum for help.

You are in for a bit of a learning curve if coming from Access database
development. I am still in the steep part of the learning curve. Two
books on web matrix help (try the used vendors on Amazon's site).

If you want a slick easy to use table editor - edit any number of tables
in a database, add, edit and delete without any special formatting or
validation, consider getting DataSet Editor. Free to try $19 to
license. A bit easier than using the templates in Web Matrix.

http://mayers.us/MayerSoft/DataSetEditor.aspx

And finally, a really nice program, free (for the lite version), which
generates "grids" to do list, add, edit and delete - - RapTier

It generates add/change/delete programs from an Access database.

http://www.sharppower.com/

Their lite version is free.
I found it very easy to use. And it is one of the few generators which
worked first time.

My biggest issue has been with the commercial server I am trying to use.
Having problems getting detailed error messages.

Also I found getting to identify the actual path of the database, when
you put it on a commercial server you don't control, a bit difficult. I
finally learned about the mappath command and how to use it.

Good luck.

Bob
Nov 13 '05 #2

bpn wrote:
I have a Microsoft Access database on a web server that supports Access databases. All I want to do is have a couple of users be able to enter data into the database via a browser.

This is not for a database driven web site, just for data entry.

Could someone point me in the right direction.

Any help is appreciated.

Thanks.


What is the format of the web server? Depending on the technology it
supports, you could use ASP or JSP to make the connection to the
database and write a few simple web pages for the data entry.

Nov 13 '05 #3
bpn

"joni" <be******@airma il.net> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .

bpn wrote:
I have a Microsoft Access database on a web server that supports

Access
databases. All I want to do is have a couple of users be able to

enter data
into the database via a browser.

This is not for a database driven web site, just for data entry.

Could someone point me in the right direction.

Any help is appreciated.

Thanks.


What is the format of the web server? Depending on the technology it
supports, you could use ASP or JSP to make the connection to the
database and write a few simple web pages for the data entry.


The list of technologies supported is:

ASP 3.0
ASP.NET
PHP, 100 MB MySQL
Frontpage 2003
Shared ssl support
25+ ASP Components
XML 4.0
WAP Enable
Flash Enable
SSI - Server Side Includes
MDAC 2.8
MS Access
..NET Mobile Inet Toolkit
Verisign PayFloW Pro dLL

The problem I am having is finding resources to make the connections and
create the ASP pages. Major newbie here.
Nov 13 '05 #4

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

Similar topics

0
1926
by: Jim | last post by:
I need some help getting started with a .NET web project for a commercial site. I am new to .NET and my understanding of some (but not all) of its concepts is a little sparse. I apologize for the length of this message, but hopefully it will help someone here give me the most concise and useful information, and perhaps help others out as well. :) It's been a while since I've had to design anything "real" for the web. I think the last...
34
2789
by: Volker Hetzer | last post by:
Hi! I've done lots of programming for CAD, which was basically C/C++ and tcl/tk. Now, we are thinking about introducing more web based tools, programming them ourselves and right now the toolchain we think about is apache/oracle/php. Now, I can do oracle no problem but I'm pretty wet behind the ears about everything else. What books could you recommend to me so that I can learn: - what all this apache stuff is about, the mod_* - what...
3
1343
by: George | last post by:
VS.NET 2002/VB I would like to begin learning about DB programming, and I'm not quite sure where to start. Before I add MSSQL 2000 to my hosting plan, the question that comes to mind is, how do I develop a DB app on my local machine? Do I have to buy MSSQL 2000 and install it on my PC? That is way too much money for me (and, I would think, most people), so I hope there is an alternative -- maybe using Access in the dev environment, and...
1
9623
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
2
1893
by: rgparkins | last post by:
Hi Guys Maybe a simple and easy solution to this, but I keep getting exception object not set to instance etc etc. I have a Timer that is initiated in Application_Start in Global.asax. This timer I am using as a service every 10 minutes to send email to users. OK so all is fine until I need to load a file from the server (in fact an email template).
4
1333
by: hkhellhkhell | last post by:
This is a basic overall question. Please note I am new to ASP! I am currently running IIS 5/Access 2000/Windows 2000 and have developed a web application. master/detail form, the best way would be to use ASP.net to do so. 1. is that true?
1
1619
by: edwordsigh | last post by:
Hello All! I would like to know where I can get started on a problem I've been having. I am currently trying to populate a listbox in visual basic from an access database file. Specifically, I am making a web browser and I want to record history and favorites and have them be written on the access database file, then be read and populated into the listbox on the visual basic form. Can anyone help me get started?
4
4520
by: Dave | last post by:
I have a global.asax file with Application_Start defined and create some static data there and in another module used in the asp.net application and I realize that static data is shared amongst child apps of an IIS application and can be used by multiple users during the application life cycle and for multiple page loads for the same or different page under a root application. What I don't understand and need to know is whether that...
2
2156
by: andy2k8 | last post by:
Im interested in building a fantasy football site. I want to have the same features as the following site (www.mystify.co.uk) I have downloaded Microsoft Virtual Web deleloper, Sql server and Microsoft Access. I have created started to create tables: tblplayernames, tblplayerpostions, tblteams, tblfixtures, tblresults. Ive took ms access and ms access tutorial lessons and struggling. Ive tried to find good codes to build my site but no luck....
0
8397
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8310
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8732
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8605
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6167
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4158
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1957
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1620
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.