Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Old 11-29-2007, 06:45 PM Basic Access Help
Junior Talker

Posts: 3
Trades: 0
Well im just a young high school kid and i have heard from several occasions from my web design teacher that its possible to hook up an access database to a web form so whenever a user submits information from that web form it is transferred into the access database. the unfortunate part of this is i have very little access experience or anything else to do with databases. I am however very good with basic HTML.

The main thing i was wondering is if someone could tell me what linking a database in this manner would be called (since that would help me search a tutorial on it) and if at all possible a tutorial or advice on where i could start to learn to do just that.

My apologies if this is in a wrong location as I've only just recently been here

thanks,
Rabidsheep is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-29-2007, 09:04 PM Re: Basic Access Help
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
And what server side code would you be using?

ASP, ASP.NET, PHP etc
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-29-2007, 09:50 PM Re: Basic Access Help
Junior Talker

Posts: 3
Trades: 0
well to be honest I'm unsure, I'm really very new at any server coding, all i know is HTML and a little VB and C++ which aren't that useful here. ill ask my teacher tomorrow about it and try to edit this with more details, any recommendations for a language would be nice though
Rabidsheep is offline
Reply With Quote
View Public Profile
 
Old 11-29-2007, 11:06 PM Re: Basic Access Help
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
I'd go with asp.net; you can use VB, C++, or C# for that. Chris will take me to task for saying this, but there isn't a lot of reason to learn asp 3.0 at this point. People who already know it are getting a lot of mileage out of it still, but there isn't much demand in the market for asp compared to asp.net.

The html itself can't talk to a database. You use a server side language to talk to the end user and to the database, like a proxy running messages back and forth between the two. It uses html to talk to the person's web browser, and then depending on what you pick, it uses some method of talking to the database. Asp used ado and dao before it, asp.net uses ado.net which is a great deal more mature as a technology.

If you know html pretty well, you're probably familiar with forms and posting or submitting the data somewhere else. Whether you go with asp, php, or even cgi, you're mainly going to write code to accept the data a user posts, do something with it, and then craft an answer in html for them.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 11-30-2007, 02:15 PM Re: Basic Access Help
Junior Talker

Posts: 3
Trades: 0
Ok thanks, i think i know what i need to do, but i poorly explained the task in the firstplace.

i would have like a survey online and depending on the input recieved from this survey it would download itself into an access database file.
Rabidsheep is offline
Reply With Quote
View Public Profile
 
Old 11-30-2007, 03:20 PM Re: Basic Access Help
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Use Visual Web Developer. It's free, it's an integrated development environment with inbuilt database support. It's for writing server side code that talks to databases and makes html.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Basic Access Help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.41198 seconds with 12 queries