MySQL C API in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bRUtality
    New Member
    • Jul 2008
    • 2

    MySQL C API in C#

    Hi,

    how to use MySQL C API methods in C#? If it is posiible, give me examples or links on this information.

    Thanks
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Perhaps this is better asked in the C# forum (.NET forum). Do you want me to move it there?

    Why do you want to call those functions from C# anyway? You can connect to MySQL directly from C#.

    Comment

    • bRUtality
      New Member
      • Jul 2008
      • 2

      #3
      I want to use C Api functions because MySql Connector/Net is uncomfortable to work. For example, it haven't analogue for methods mysql_quote_str ing, mysql_store_res ult etc.

      Comment

      Working...