Skip to content
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

ExecuteSql Sybase - No sp_executesql in Sybase #71

Open
andyedison opened this issue Jan 14, 2019 · 0 comments
Open

ExecuteSql Sybase - No sp_executesql in Sybase #71

andyedison opened this issue Jan 14, 2019 · 0 comments

Comments

@andyedison
Copy link

Greetings,

I would like to propose making the below line that checks for sybase 12.5, should be
if conn.sybaseMode125() || conn.sybaseMode() {

Due to Sybase ASE not having stored procedure sp_executesql like MS SQL Server does. Without that, one must avoid using methods that hit ExecuteSql method if using Sybase ASE.

Thanks.

if conn.sybaseMode125() {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant