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?