Connecting Tech Pros Worldwide Help | Site Map

local html webform page to local sql 2005 database possible?

Newbie
 
Join Date: Mar 2008
Posts: 23
#1: Feb 22 '09
I have a local html webform page and I would like to send this data to a local sql database. Is this even possible?
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: Feb 23 '09

re: local html webform page to local sql 2005 database possible?


Yes. It would, however, depends on how you want to communicate with your SQL database.

-- CK
Newbie
 
Join Date: Mar 2008
Posts: 23
#3: Feb 23 '09

re: local html webform page to local sql 2005 database possible?


hi CK - thanks for your reply again.

im quite a sql newbie and despite a lot of searching im not finding any relevant help.

what options do I have with regards to connecting to a local SQL database via a local html webform? can you give me some pointers as im really stuggling..

thanks in advance
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#4: Feb 23 '09

re: local html webform page to local sql 2005 database possible?


You're going to have to learn Dynamic HTML programming.

Your other post seems to be in the right direction. Looks like you're using ASP/.Net


-- CK
Newbie
 
Join Date: Mar 2008
Posts: 23
#5: Feb 23 '09

re: local html webform page to local sql 2005 database possible?


So I can only do this via Javascript? but that means it will be client side rather than server side..Can I not utilise ASP and run the page locally to send form data to local sql database?

thank you for your replies on my other post. all hail CK
Reply