
VB or MFC Application using Informix ODBC Driver
Quote:
>I've had no problems as long as everything I needed to do could be
>passed through as an SQL statement through the CreateDynaset method
>(and using Intersolv's ODBC).
>In other words, I can't damn well figure out how to update BLOBS. I
>can READ them successfully, but I can't put data back into them.
>Anyone else have any other experience?
Yeah, their sybase drivers are rilly tuff man.. I THOUGHT they were
broken for a long time, but MSACCESS manages to write long chars to
it... I'm not sure what it's doing tho... I'm finding myself wishing
Intersolv would test their driver with
MFC, or provide some sort of
docs on MFC, or mebby a custom rfx routine...
In the meantime, I switched over to the OpenLink drivers (they really
kick {*filter*}on intersolv... ) They dont require any dblib interpreters
on your local pc for any of the DBs they run under... you just install
one interpreter on the DB server... Alot faster too :)
Dan