Varchar Issues [message #94043] |
Mon, 17 November 2003 15:19 |
Maverick
Messages: 11 Registered: September 2002
|
Junior Member |
|
|
Hi
We are migrating our C app to 8.1.7 CLient Libs on 64 Bit HPUX 11i from 32 Bit HPUX 10x.
We are passing a structure with a varchar member.
Struc X ( char a , long b , varchar buf)
We EXEC SQL FETCH INTO... :X.buf.
This routine is in a library..
And in our c Program we try to access this structure..
Record->Buffer... Our App crashes on encountering this statment..
This used to work fine on a 32 Bit HPUX Box with Oracle 7.3.4 client.
Any specifics to be taken care of when using Oracle 8.1.7 libs on 64 Bit..
Would appreciate any help..
Thanks
|
|
|