Insert text from a text box into and Access 2010 DataBase using VB.Net
问题 I have 3 text boxes I am using as a contact form. I am trying to use VB to take this data and add it into my database. I have run debugging and it says the error is in the INSERT INTO string. ![Screen Grab of Debugging] [1]: http://i.stack.imgur.com/ufYPs.png Any ideas? Imports System Imports System.Data Imports System.Data.OleDb Partial Class Contact Inherits System.Web.UI.Page Protected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim Name As String = txtName