Hey guys,
How do i link my Access database to my html page? i have already configured the ODBC drivers for it. But i need the scripting language to link it. Please help. Any language will do. Thanks![]()
Hey guys,
How do i link my Access database to my html page? i have already configured the ODBC drivers for it. But i need the scripting language to link it. Please help. Any language will do. Thanks![]()
Which language do you intend to use? Then you can search example code. For example, here is how PHP connects to ODBC data source. And Java example with JDBC.
You should select a language you are more familiar with, it's not only about the DB connection, you need to write some code to manipulate and present the data.