How to Insert a TextBox value in to Sql database using
VB.Net coding?
Answer Posted / joe
Try Something Like This:
sqCmd.CommandText = "INSERT INTO [RF_DB].[dbo].[RFID_TABLE]
Values('" & textbox1.text & "', '" & textbox2.text & "','" &
textbox3.text & "')"
<A
HREF="http://www.difficulty9.com/blog/8-sql-insert-multiple-values.aspx">Check
The Blog</A>
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
Which dll is used for microsoft .net run time?
What are the features present in vb 2005?
What are the advantages of migrating to vb.net?
What do you mean by deserialization?
What is the difference between .dll extension and .exe extension files?
Which classes a dll can contain?
Name the two main parts of .net?
How to retrieve images in sql server database through vb.net?
How do you retrieve the customized properties of a .net application from xml .config file?
What is the difference between c# and vb.net?
List the types of authentication?
what is common language specification?
Observations between vb.net and vc#.net?
Can you please explain the difference between thread and process?
What is the difference between value and reference types?