|
Posted by Dikkie Dik on 01/11/06 20:51
3) The database object/connection is created as soon as it is needed and
passed to all units that need it. This allows reuse of the units.
Best regards
Rafi B. wrote:
> Sorry for the English.
> I mean, when building my applications, I often need to do several
> database actions, and I'm thinking, what's better?
>
> 1) Open connection with DB, for instance mySQL, at beginning and close
> at the end, so every "unit" in the code knows that THIS IS the
> connection, and its opened.
>
> OR
>
> 2) Every "unit" in the code opens and closes DB connection
> independantly.
>
[Back to original message]
|