Re: ADO threadsafe?

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 01/12/04

  • Next message: DRS: "Re: Re: Delphi 8 - ADO?"
    Date: Sun, 11 Jan 2004 20:45:33 -0600
    
    

    >just one question. Are ADO componentes thread-safe? I mean, if 2 threads try
    >to access the same ADO component, does this one include some sort of
    >critical-section blocking or do I need to use a TCriticalSection component
    >to safeguard it?
    No. You need to create the components you use in each thread

    --
    Brian Bushay (TeamB)
    Bbushay@NMPLS.com
    

  • Next message: DRS: "Re: Re: Delphi 8 - ADO?"