Posted by Bernhard Sturm on 03/31/07 16:14
Rajesh Bhulai wrote:
> I'm trying to create a website with a connection to MSAcess. The input
> of the website will be MS Access and the result of a query will be the
> website. Can somebody helping me in creating such a link? And what
> should I do to make such a form in html?
>
Using MS Access as your online database is not a good idea. MS Access
uses page locks (instead of record locks), and does have a very bad
reputation in terms of performance for online queries.
Try to shift to something more suitable, such as MS SQL or, if money is
a problem, MySQL.
HTH
bernhard
--
www.daszeichen.ch
remove nixspam to reply
[Back to original message]
|