CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jcarlosd

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    10,181

    Re: MySQL connection through a DLL

    Sorry, I did not understand: what is not PUBLIC? Should the function be public?
    And regarding your other point, the function returns a connection object. The purpose of this function is to be used...
  2. Replies
    8
    Views
    10,181

    Re: MySQL connection through a DLL

    I see your point and maybe I will use stored functions, but for now, the problem I face is different: I can not compile the VBA code with a reference to a DLL class using an ADO object. Any idea...
  3. Replies
    8
    Views
    10,181

    Re: MySQL connection through a DLL

    Sorry I do not follow you. I do not know what are the "credentials from the DLL". I Google to find more info and I saw that that task is related to C or C++ DLLs that check user identity.
    My idea...
  4. Replies
    8
    Views
    10,181

    MySQL connection through a DLL

    Hello
    I was using Excel-VBA to connect to a MySQL database with ADO in this way:

    Dim conn As ADODB.Connection
    conn.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};" & _
    "SERVER=" &...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured