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 common type system?
What is intermediate langauge?
Explain i.tostring method?
Tell us how many languages are supported by .net?
What is the ruby interface generator?
What is a stream in vb.net?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
Which dll is used for microsoft .net run time?
What is the top .net class that everything is derived from?
Tell me which namespace are used for accessing the data?
How many classes a dll can contain?
Explain how to achieve polymorphism in vb.net?
Write a VB.Net console program to check whether a number is perfect or not.
Explain internal keyword in .net framework?
Name some of the features present in vb 2005?