|
-
Dec 16th, 2004, 01:47 AM
#1
Thread Starter
Hyperactive Member
saving data
Hi I use this to save data in ASP.net..
rd.Close()
cm.CommandText = "INSERT INTO gbook VALUES('" & TextBox1.Text & "','" & TextBox2.Text & "','" & TextBox3.Text & "','" & TextBox4.Text & "')"
rd = cm.ExecuteReader
But I encounter bugs.. kindly help me if what is the right syntax??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|