how

Newbie Member
19Apr2010,20:29   #1
ashit's Avatar
how to connect html file to sql2005 data base,
Go4Expert Founder
20Apr2010,06:47   #2
shabbir's Avatar
Not possible. HTML is not a server side language but just for display purpose runs on client machine.
Skilled contributor
7Aug2010,10:14   #3
ManzZup's Avatar
i think you may need asp host for a sql database (not sure)
but why don't you go open and free use mysql instead!
Contributor
9Aug2010,22:25   #4
johnny.dacu's Avatar
You can't connect to a database throw HTML. Need a server side language. PHP was easy to learn for me. It has some native function for mysql but if you want to use it with sql server then here: http://www.microsoft.com/sqlserver/2...hp-driver.aspx is a driver for php. Woks only for windows platforms.