ODBC -- Standard Connection. using System.Data.Odbc;; var conn = new OdbcConnection();; conn.ConnectionString = "Driver={SQL Server};" + ...
確定! 回上一頁