-2

I wanted to build the open source project sqlines in linux which can migrate rds data to another

The project dep serveral db connector, include sql-server connector.

I had spent long time to look up "SQL Server Native Client", but I can only find the connector for windows system.

Gary MN
  • 11
  • 4

1 Answers1

0

The Microsoft library for SQL Server connectivity from native code on Linux is the Microsoft ODBC Driver for SQL Server. "SQL Server Native Client" is the name of an old driver package for Windows, which has subsequently been replaced by the Microsoft ODBC Driver for SQL Server (multi-platform) and the Microsoft OLE DB Driver for SQL Server (Windows-only).

David Browne - Microsoft
  • 80,331
  • 6
  • 39
  • 67