Question and Answer Database FAQ2735C.txt TTable AV's when I create one dynamically. Category :VCL Platform :Windows NT Product : C++Builder1.0 C++Builder3.x Question: I am trying to create a TTable in my application and It throws an AV in the constructor. The odd thing is that this does not happen in a test applicaion that I have written. Any Ideas? Answer: Check to see that you have not set any of the global variables, like Session, to NULL in your code. This can cause this sort of behavior. 6/8/98 11:31:27 AM
Last Modified: 01-SEP-99