This topic describes the steps you must perform to create a .NET Core project if you want to take advantage of SQL support.
The Visual Studio NuGet Package Manager is displayed.
1 Set the SQL(DBMAN=ADO) directive. 2Set the SQL(DBMAN=ODBC) directive, and set your project properties to build your .NET Core project as x86. 3Set the SQL(DBMAN=ODBC) directive, and set your project properties to build your .NET Core project as x64. |