-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend to us ReliableDbProvider to connect to Sybase #19
Comments
Does it make sense to use this with sybase?
The core retry libraries are built specifically for the transient error codes from azure sql database.
What are you trying to achieve with sybase?
… On 20 Mar 2017, at 2:26 pm, shashikumaarb ***@***.***> wrote:
how do I extend this component to connect to Sybase?
basically Sybase database is hosted on a server and particular port with char set. I try to have a custom DBPRovider and DBConnection I get an exception Keyword not supported: 'port' or Keyword not supported: 'charset'
a typical connection string that we use looks like this.
<add name="SybaseProdSpecificDB" connectionstring="Data Source='devlopment.corp.com';port:8000"UID='user1';Database='proda';Charset='iso_1';pooling=True;Min Pool Size=10;Application Name='Extensionservice1' ProviderName="DBProvider"/>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks Rob for your quick reply, appreciate it, please let me know, I might be completely wrong about using this library. |
Hi Rob, |
how do I extend this component to connect to Sybase?
basically Sybase database is hosted on a server and particular port with char set. I try to have a custom DBPRovider and DBConnection I get an exception Keyword not supported: 'port' or Keyword not supported: 'charset'
a typical connection string that we use looks like this.
<add name="SybaseProdSpecificDB" connectionstring="Data Source='devlopment.corp.com';port:8000"UID='user1';Database='proda';Charset='iso_1';pooling=True;Min Pool Size=10;Application Name='Extensionservice1' ProviderName="DBProvider"/>
The text was updated successfully, but these errors were encountered: