Search results for query: *

  • Users: cca05
  • Order by date
  1. C

    Writing to Access

    Latest Code attempt, I'm sleeping on it now, thanks. This is the latest code I've tried, I have no idea what I'm doing, but I'd sure like to learn :) Private Sub btnSave_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles btnSave.Click Dim strSQL As String = _...
  2. C

    Writing to Access

    The program breaks and throws this error: An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll Line highlighted is objChkSubmit.ExecuteNonQuery() I've set up the SQL statement in the query builder and assigned values to dbase there as...
  3. C

    Writing to Access

    strSQL Where do i declare the strSQL variable? in the private sub, and how do I declare it? thanks, chris
  4. C

    Writing to Access

    what's required to work with the obj.executenonquery command in order to write to an access database. I've included Imports System.Data.OleDb at the top of the form. Also I've created a dbase connection, which I opened. I'm attepting to use the submit button to execute the executenonquery...
Back
Top