invlidate handle, access the address 0x0000000005 [message #94038] |
Thu, 30 October 2003 17:53 |
kworld
Messages: 23 Registered: February 2003
|
Junior Member |
|
|
I wrote a dynamic program that can read any table according to the input parameter .
the prototype is :
STRUCT_tableData* ReadTable(char* tableName, char* scoper, char* filter, int* errCode);
i precompile it then compile the original c file into exe file. there is no error.
When it called by others. it only execute well in the first call.
when call it again, i see the error :
invalidate handle ,it can't access the address 0x00000005.
Program stop.
But if execute once , login the database once.
it work well,
I dont know what happened.
can you give me some advice?
thanks in advance!
oh, the environmen is windows2003.
oracle version is 8.17
debug tool is vc6.0
|
|
|