Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

Thanigaiuma
Aug 5, 2008, 12:07 AM
How can I use microsoft access as my backend while handling forms in html?please give the source code if possible

crigby
Sep 11, 2008, 05:24 PM
Hi,
Hate to just say "you can't do that" but it is mostly true. The Access files(that's the files that it makes that end in .mdb) can be parsed for information and that info used in HTML pages. The truth is no database (program) is the back-end for a website. The files that the program creates provide the information used to generate many a webpage/website.
You might try for a free trial download of a Microsoft product(since it is Access that you wish to use) and see where you get(Visual Studio.)
Peace,
Crigby

Ribbonic Plague
Oct 1, 2008, 03:59 PM
I agree with crigby. But why don't you just use asp or php to communicate with the database?