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

Output parameter stops work after first commit [ODBC49] #50

Closed
firebird-automations opened this issue Oct 30, 2008 · 7 comments
Closed

Comments

@firebird-automations
Copy link

Submitted by: Vladimir Kozlov (vkozlov)

Attachments:
Program.cs

Under http://ADO.NET OdbcCommand, if we make subsequent calls of a stored procedure via ODBC driver (each call in a new transaction), the output parameters returns correctly only at first call. Once the first call was executed, the output parameters in next transaction returns empty.
Same calls using native .NET provider works correctly.

Commits: 0692110 612929d

@firebird-automations
Copy link
Author

Commented by: Vladimir Kozlov (vkozlov)

This is a simple test program written on C#⁠ to demonstrate this behavior.

@firebird-automations
Copy link
Author

Modified by: Vladimir Kozlov (vkozlov)

Attachment: Program.cs [ 11140 ]

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

assignee: Vladimir Tsvigun [ praktik ] => Alexander Potapchenko [ lightfore ]

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.0 Beta [ 10043 ]

@firebird-automations
Copy link
Author

Commented by: pabloj (pabloj)

Alexander, would you mind adding a quick comment when closing bugs? I see this is fixed in CVS but not in available builds (as of 01/11/2008), am I right?

@firebird-automations
Copy link
Author

Commented by: @alexpotapchenko

This fix (and some others) will be included into 148 Beta build (it is possible that this build will be last before RC1).
All fixes are included into changes-v20.log when the new version gets out.

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

status: Resolved [ 5 ] => Closed [ 6 ]

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

No branches or pull requests

2 participants