zzzprojects / Dapper-Plus

Dapper Plus - High-Efficient Bulk Actions (Insert, Update, Delete, and Merge) for .NET
https://dapper-plus.net/
380 stars 84 forks source link

Support for Sybase for Bulk Insert #132

Closed diegotravieso closed 8 months ago

diegotravieso commented 8 months ago

Description

I am using a .Net application that connects to a sybase database and wanted to see if the bulk insert functionality was possible.

Exception

I'm currently getting the following error: The Provider could not be resolved. You must explicitly set the Provider.

I read the supported DBs and I don't see sybase in it. I just wanted to confirm if there is no support for it or if the error I'm having is due to something else that I could fix.

Thanks!

JonathanMagnan commented 8 months ago

Hello @diegotravieso ,

Unfortunately, sysbase is not supported.

There is currently no short-term plan to support additional providers.

Best Regards,

Jon