Hi Bob

You can (re)activate a DAC table using ...
PSQLTable.Active := True

You cannot do PSQLTable*.Active := True  to do all tables in one line.
They all need to addressed individually.

I usually activate all tables in the OnCreate event for the form to be sure 
they are all active. If you rely on them 
being active from the design-time view you can have problems if the design-time 
loses connection with the server.

Happy to advise further as I have used the DAC tool set for a while now.

Graham
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Reply via email to