Post
by Jean-Marc Gemperle » 09 Jul 2008, 11:39
Hi Kiki,
This somehow rings me a bell...In any case at this level you should not change anything basically it should work as it did with ODBC.
There are couple stuff that are not supported with OLEDB ie
SqlImmediate()/SqlVarSetup() call to store procedure are different now with SqlPrepareSP and some other stuff, but this should not change IMO...and there might be a bug...
What is the error you have, it would help me to find is there is a bug reference..
SqlUDL/Sqconnect is just another way to connect so it would not help, I'm quite sure, I know you use SqlCreateSession/Statment and that is what you should use, SqlUDL is for quick migration and we recommand SqlCreateSession/Statment.
Give some more details and I'll check if it is a known issue.
JM