下载了一个NYSQL CONNECTOR FOR .NETusing namespace MySql::Data::MySqlClient; ---这个会不会是对C#的~

解决方案 »

  1.   

    21.2.4.1.2. MySqlCommand Class[+/-]21.2.4.1.2.1. MySqlCommand MembersFor a list of all members of this type, see MySqlCommand Members .Syntax: Visual BasicNotInheritable Public Class MySqlCommand_
      Inherits Component_
      Implements IDbCommand, ICloneableSyntax: C#public sealed class MySqlCommand : Component, IDbCommand, ICloneableThread SafetyPublic static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.RequirementsNamespace: MySql.Data.MySqlClientAssembly: MySql.Data (in MySql.Data.dll) 
      

  2.   

    直接用C API 吧,
    可参考这个:http://www.vckbase.com/document/viewdoc/?id=1772
      

  3.   

    下载了一个MYSQL官方上的FOR C++的
    但是没有看明白怎么用~~~
      

  4.   

    看下这个:http://topic.csdn.net/u/20110530/16/cc0b0b4a-388c-4ee7-9f14-7d93a637ef7f.html