From: Robert M. <rob...@si...> - 2002-05-30 21:04:36
|
[SNIP] > 3.- The driver don´t have implementation for : > OdbcStatement::sqlParamData > OdbcStatement::sqlPutData > I´m working on it for make work the data at exec parameters when i fisnish > it ( if i have time......... :)) ) i will post it in the list. > I've already made a support for SQLParamData and SQLPutData for the data-at-execution. I did this to support blob update and insert statements. The code has already been submited to Paul Reeves where is probably waiting for the right moment .... Just in case you would like to see how I did it I'm sending mine an Bernhard Schulte changes (attached to this mail) to the list . If you need to change something regarding the SQLParamData and SQLPutData you can base your work from here. P.S. Changes are done on top of the latest sources downloaded from our source tree! You can just overwrite the originals with sources attached to this mail. Robert Milharcic |