Search results

  1. A

    Delayed connection between VB6 program and Microsft Access database

    The coding which you have told me is for use in form module. While in my program, I had defined "rs" as recordset in MDI Form, by using "Public rs as new ADODB.recordset" Any suggestions?
  2. A

    Delayed connection between VB6 program and Microsft Access database

    I had made a program using VB6 with Access as database to keep my inventary. I had used the ODBC Server for connection of the program to the databse by the following command through ADODB: Public Sub connection() Set conn = New ADODB.connection conn.Open "dsn=Pearl" End Sub Here "Pearl"...
Back
Top Bottom