Hi
I have noted the following in DOA Master Slave Oracle Datasets
Condition: I have a tripple toracledataset master-slave relation. Tables A B C where
C slave to B and B slave to A.
Problem: When I close the connection of my only toraclesession component by LogOf method or Connected:=false property I receive the following error "field 1 does not exist".
Happens:This is sometimes seen only in developing time, but it happens even in deployed PC, gets reported as Unknown Event with no description in Event Viewer and sometimes when caught as run Time Error from Windows can even damage the project.exe itself. It doesn't comes everytime but still very frequently.
It looks likes this is caused because some master toracledataset is closed before its slave. In dual Master-Slaves this does not happen.
My Solution: For the moment I close C and B and A before I close the form so that they are not touched by the toraclesession.logof action at all.
Anyone can give an idea on this ?
regards
Altin
I have noted the following in DOA Master Slave Oracle Datasets
Condition: I have a tripple toracledataset master-slave relation. Tables A B C where
C slave to B and B slave to A.
Problem: When I close the connection of my only toraclesession component by LogOf method or Connected:=false property I receive the following error "field 1 does not exist".
Happens:This is sometimes seen only in developing time, but it happens even in deployed PC, gets reported as Unknown Event with no description in Event Viewer and sometimes when caught as run Time Error from Windows can even damage the project.exe itself. It doesn't comes everytime but still very frequently.
It looks likes this is caused because some master toracledataset is closed before its slave. In dual Master-Slaves this does not happen.
My Solution: For the moment I close C and B and A before I close the form so that they are not touched by the toraclesession.logof action at all.
Anyone can give an idea on this ?
regards
Altin