문제

What can you recommend based on your experience on what provider to use? I will be using SQL Server database.

  • ODBC
  • OLeDb
  • SQL

Still, I want this data provider to support Entity Framework for future development.

올바른 솔루션이 없습니다

다른 팁

If you are using Sql server then I will recommend you to go for SqlClient data provider.Since the SqlClient is managed data provider whereas the ODBC and OLEDB are unmanaged data providers.Managed data providers provides many advantages over unmanaged one like data updates are more efficient in managed providers than the unmanaged one etc

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top