Using FB2.1 (not embedded) D2009 Windows XP SP3.
I have a datamodule with a connection and two transaction components. One transaction component is for Reading only the second for Updating the Database.
The connection component has the UserName and password hardcoded - temporarily while I develop the application.
Have several tables attached to the connection and the transactions.
The connection component is closed when the application starts. When I Open a table component (without explicitly Opening the connection) the connection opens - is this expected? I assumed that Opening a table without an open connection would fail.