Skip to main content
Known Participant
February 26, 2007
Question

update sql server dbf on the fly

  • February 26, 2007
  • 2 replies
  • 420 views
Is there a way in Coldfusion to update a SQL Server database table as a user loses focus in a form field? I need to update a table as the user loses focus in each form field with the form field value.

Thank you for your time.
This topic has been closed for replies.

2 replies

Participating Frequently
February 28, 2007
You can create a webservice for the job that you need to do, and call that webservice through javascript.

http://www.lalabird.com/?fa=JSMX.examples

The last example should get you to the right direction.
Inspiring
February 26, 2007
Not directly.

Maybe if you put your cfcode in an 1 pixel by 1 pixel iframe and use javascript to pass it values.