RE: Compile odbc code under VS2005/2008 against SQL2005/2008 in unicod



Actually, this is a relatively complicated problem. Fixing this involves a
lot of code change.

We are working on that for the new version of OS. However, it would be
unlikely that the fix will be available in downlevel OS. Sorry about that.

Thanks,
MDAC Team, Microsoft.



"NQ" wrote:

mode will cause SQL ODBC driver generating "read-only" complains. This has
been reported and accepted by microsoft as ODBC bug, see
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=96995

Anyone has information about this bug. The suggested workaround is not very
good which force us to write different code to deal with data access for ANSI
and Unicode mode. Has to detect whether it is SQL server or ORACLE as well.
ORACLE handles this better in the sense that snapshot mode working both for
ANSI and UNICODE.

Thanks for the help
.


Loading