Search results for query: *

  1. S

    Access and VB.Net?

    Sorry but I do have a quick question. I am getting the "not declared" error even after I name it the name I have used for my OleDbDataAdapter() Code: Dim upd_sql As String = "UPDATE mem_tran set amount=[@amnt] " & _ "WHERE customer=[@cst] and service=[@sv]" Dim da As New OleDbDataAdapter() Dim...
  2. S

    Access and VB.Net?

    Thanks Paszt :) I think this will help me with my problem a great deal. Thanks
  3. S

    Access and VB.Net?

    I think I found my problem, But I need to know how to change my ConnectionString I need to make it Microsoft Jet 4.0 OLE DB Provider.
  4. S

    Access and VB.Net?

    Thats cool thanks anyways. I guess maybe I am doing something wrong when I write the line of code that saves the file to the Access database.
  5. S

    Access and VB.Net?

    Hello I am new to VB so go easy on me. I have created a VB forum and I have also created an Access Data Base and have successful link the two, but my question is how do I add new records to the Access database using the VB forum? I have created a Save/add button but that is as far...
Back
Top