Digital Paint Discussion Board

Digital Paint Community => Other Stuff => Topic started by: KnacK on September 14, 2009, 07:33:51 PM

Title: Database with web front end question
Post by: KnacK on September 14, 2009, 07:33:51 PM
Currently I have several Access databases with (surprise! ) data. My users have a form built from within MS Access.  So in order to access this data, you must have the front end mdb file with the form in order to do so.

There are also also 2 asp pages that can pull records from the database.  It appears that these asp files are also calling vb pages to do the data queries.

Now here's what I want to do:


With that being said, any recommendations of a language to look at to write these web based data front ends?

I am a n00b when it comes to interfacing a web page to a data base so I'll listen to most advice. If there are any recommended "Dummy's Guides" I'd be interested in hearing about them.

Thanks,
Title: Re: Database with web front end question
Post by: Zorchenhimer on September 14, 2009, 10:59:34 PM
You don't like MySQL?
Title: Re: Database with web front end question
Post by: KnacK on September 14, 2009, 11:16:17 PM
I'm an MS shop.  I already have an sql server.
Title: Re: Database with web front end question
Post by: eMo on September 15, 2009, 02:29:46 PM
I can only really think of ASP...
I use C# & ASP for all my web-page to database stuff.
Title: Re: Database with web front end question
Post by: Zorchenhimer on September 15, 2009, 09:52:50 PM
PHP can access SQL databases fairly easy, and it works with M$ SQL (I haven't tried myself though (http://us3.php.net/manual/en/book.mssql.php)).
Title: Re: Database with web front end question
Post by: lekky on September 19, 2009, 06:47:27 PM
and grab a php framework with sql wrappers (ie codeigniter)