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

cannot insert integer using sqlbindparameter [ODBC105] #102

Closed
firebird-automations opened this issue Jan 6, 2011 · 5 comments
Closed

Comments

@firebird-automations
Copy link

Submitted by: bill lam (b.lam)

Attachments:
test.cpp

1. create a new table test1 with integer field in employee.fdb or
a new database.
2. insert some rows into test1 using sqlbindparameter.
3. no error code returned but values are incorrect,
this is can tested by comparing values returned from
select * from test1

@firebird-automations
Copy link
Author

Commented by: bill lam (b.lam)

not compliled and tested in C.
It may need adjustments to run, please
post comment if the steps are unclear.

@firebird-automations
Copy link
Author

Modified by: bill lam (b.lam)

Attachment: test.cpp [ 11862 ]

@firebird-automations
Copy link
Author

Commented by: @alexpotapchenko

Insertion of integer using sqlbindparameter is performed without errors

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

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

resolution: Cannot Reproduce [ 5 ]

Fix Version: 2.0.1 [ 10430 ]

@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