I pressed <Enter> by mistake and my message was posted unfinished. Sorry for that..
Is there any specific reason for using System.Data.Common.DbConnection instead of System.Data.IDbConnection interface? I was trying to use DbDeploy.net with Sybase ASE and I found out that Sybase.Data.AseConnection class is not inherited from DbConnection. But it implements IDbConnection interface.
Thanks,
Tunca Bergmen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no reason at all for not using the interfaces (IDbConnection, IDbCommand, etc.). I'll submit the code changes in the next few minutes and then you can implement your Sybase connection class :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your reply. Actually I have already changed those interfaces and implemented the Sybase connection. I would be happy to contribute to this project with Sybase implementation. Would you consider adding me to the team?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't have permission to add you, I am just a developer :) You should ping the admins and let them know about your Sybase impl. I'm sure they would be happy to have Sybase support.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any specific reason for using System.Data.Common.DbConnection instead of
I pressed <Enter> by mistake and my message was posted unfinished. Sorry for that..
Is there any specific reason for using System.Data.Common.DbConnection instead of System.Data.IDbConnection interface? I was trying to use DbDeploy.net with Sybase ASE and I found out that Sybase.Data.AseConnection class is not inherited from DbConnection. But it implements IDbConnection interface.
Thanks,
Tunca Bergmen
Sorry for the delay in replying.
There is no reason at all for not using the interfaces (IDbConnection, IDbCommand, etc.). I'll submit the code changes in the next few minutes and then you can implement your Sybase connection class :)
Thanks for your reply. Actually I have already changed those interfaces and implemented the Sybase connection. I would be happy to contribute to this project with Sybase implementation. Would you consider adding me to the team?
I don't have permission to add you, I am just a developer :) You should ping the admins and let them know about your Sybase impl. I'm sure they would be happy to have Sybase support.
OK, thanks.
If they don't get back to you, let me know and I can submit the code for you on your behave.