Recently I migrated from DOA 3.3.0 to 3.4.3 and from that time I've got an error 01008.
My program is miltitiered application using DCOM and MIDAS. On application server I use DOA components to access Oracle server. Since I installed new version of DOA and after compile of project I can't work with one because I've got 01008 error every time I access any dataset. I declared variables for TOracleDataSet at design time and set it at run-time by calling methods of appserver. That works fine! But when I try to Open dataset I've got an error. I debugged server an saw that already in BeforeOpen event I've got noone variables in OracleDataSet. Who or what deletes it?
My appserver is free-threaded, and when I open CDS on client I put it in the separate thread by doing marshalling quite well. But I don't think it matters in my question.
Any help would be appreciated.
Good luck.
My program is miltitiered application using DCOM and MIDAS. On application server I use DOA components to access Oracle server. Since I installed new version of DOA and after compile of project I can't work with one because I've got 01008 error every time I access any dataset. I declared variables for TOracleDataSet at design time and set it at run-time by calling methods of appserver. That works fine! But when I try to Open dataset I've got an error. I debugged server an saw that already in BeforeOpen event I've got noone variables in OracleDataSet. Who or what deletes it?
My appserver is free-threaded, and when I open CDS on client I put it in the separate thread by doing marshalling quite well. But I don't think it matters in my question.
Any help would be appreciated.
Good luck.