Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > MySQL > n00b

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-13-03, 09:25
leegoz leegoz is offline
Registered User
 
Join Date: Jul 2003
Posts: 1
n00b

Hi everyone,

I have been looking all over the net for an answer to my question and was unsuccessful so please help me!

Is is possible to use an access database on a website and allow the user to input data into a form that goes straight into the database?

My database is for a school and they need to input pupil information, and call selected data back out if needed.

i already know how to create sql queries but im not sure if what im asking is even possible.

Thanks alot
Reply With Quote
  #2 (permalink)  
Old 07-18-03, 12:41
carneeki carneeki is offline
Registered User
 
Join Date: Dec 2001
Location: Sydney, Australia
Posts: 4
Re: n00b

Quote:
Originally posted by leegoz
Is is possible to use an access database on a website and allow the user to input data into a form that goes straight into the database?


You generally need to use a Server Side Scripting language like PHP, ASP (or ASP.NET) or CGI. Maybe a COM object (I don't know enough about IIS programming to answer that acurately though as I use Apache + PHP mostly).

However, I started DB programming a few years ago using Access, IIS and ASP on an NT 4 workstation via an ODBC interface.

Seeing as this is a MySQL forum, you should probably post at some of the other forums on dbforums.com.

Also look in the Access Help pages (RTFM) there's a tool in there that i think creates an HTML page automatically with some client side VBScripting that might connect directly to the DB.

Remember though: Access is not really suited to handling many requests, if it's for your school, and for students to access, consider upgrading to MS SQL Server, or even better MySQL.

Regards,

Adam
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On