Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
globemast
Starting Member
32 Posts |
Posted - 2003-03-09 : 16:48:57
|
| Hellois there any way that i can create an button in Macromedia Dreaweaver that will enable me; if i have a form with textboxes which populate some records from a table in my SQL database; to update the records if the entries are changed?Thank you |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2003-03-09 : 16:56:11
|
| I'm sure there is, but the actual method used depends on which programming language you're using: ASP/ASP.Net, ColdFusion, PHP, Java, or something else. Dreamweaver probably has a wizard to do something like this, but if it doesn't you'll have to write the code to do it. Go to any ASP site and you'll find tons of examples on accessing and updating data from a database. The same applies to ColdFusion, etc., though there aren't as many sites.http://www.4guysfromrolla.comhttp://www.15seconds.comhttp://www.asp101.comhttp://www.aspalliance.com |
 |
|
|
|
|
|