Results 1 to 11 of 11

Thread: [RESOLVED] Error Help Please

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    Resolved [RESOLVED] Error Help Please

    Im coming across this error you can see it on the screenshot can anyone help me please.?

    This is the connection code.

    Code Code:
    1. Option Explicit
    2.  
    3. Public con As New ADODB.Connection
    4. Public rs As New ADODB.Recordset
    5. Public days As Integer
    6. Public Username As String
    7.  
    8. Public Sub Main()
    9.  
    10.     Set con = New ADODB.Connection
    11.                                                                    
    12.     con.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=76.76.18.105;DATABASE=webspace_money;USER=webspace_money;PASSWORD=d82f1fc;"
    13.    
    14.     frmLogin.Show
    15.    
    16. End Sub
    Attached Images Attached Images  
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width