-
Notifications
You must be signed in to change notification settings - Fork 10
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
C# JdbcConnectionStringBuilder Errors in Provided Example #35
Comments
Got passed this error only to be confronted with the com plus 532462766 exception code when I go to create the connection. |
I am trying to connect to an Oracle database |
Would you be able to provide example code? |
|
Fails on using JdbcConnection Tconnection =new JdbcConnection(Tbuilder,Tprops) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DriverPath, DriverClass and JdbcUrl from the provided example generate CS0103, name does do not exist in current context, compilation errors.
The text was updated successfully, but these errors were encountered: