Displaying 2 results from an estimated 2 matches for "sqlcode".
Did you mean:
qlcode
2004 Nov 23
0
ROracle: fetch return zero rows or empty dataset (a workaround!)
...result of a
non-matching data definition of the data structure "sqlca" in ORACLE &
POSTGRESQL.
In oracle, sqlca is defined in $ORACLE_HOME/precomp/public/sqlca.h, as:
struct sqlca
{
/* ub1 */ char sqlcaid[8];
/* b4 */ int sqlabc;
/* b4 */ int sqlcode;
struct
{
/* ub2 */ unsigned short sqlerrml;
/* ub1 */ char sqlerrmc[70];
} sqlerrm;
/* ub1 */ char sqlerrp[8];
/* b4 */ int sqlerrd[6];
/* ub1 */ char sqlwarn[8];
/* ub1 */ char sqlext[...
2009 Feb 26
2
When ODBC native support in wine?
Hello, first , I would like to thank you for your great work with wine.
When will be possible I fine implementation of ODBC support in wine? the actual with MDAC25 /27/28 are not very fine and a lot of people have a lot of problem .... where are a very high application number that need this feature for run proporty.
Thanks a lot