I want to know how M/S ACCESS database can be connected to html page hosted on local host
imti321 35 Light Poster
Recommended Answers
Jump to Postwhy not use mysql you can do it via wamp to run the php code.or use asp.net would be much easier to connect to a access db can runn it on IIS on you local machine.
with asp.net you could do something like that
`<%@ Import Namespace="System.Data.OleDb" %>
<script runat="server">
…
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.