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
What is the main use of a namespace?
What is globalization?
Explain cls?
Is vb.net dead?
What is the difference between convert.tostring and i.tostring method?
What are the two main parts of .net?
How to achieve Polymorphism in VB.Net?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
What are the difference between dispose(), close(), exit(), end()?
Explain about jagged arrarys ?
Explain the use of new keyword?
How can we remove handlers at run time?
What are all the parts of .net framework?
What is the difference between convert.tostring and .tostring() method?
Explain the difference between import system.data.sqlclient and system.data.oledb?