I didn't mess with the connected property at all. I figured that If I call the Open method then automatically this property would be updated. Hope I am right in this line of logic. I was also setting the other properties like DataSource and connection dynamically as and when needed. Thank you for your input.
Anu Rang, TotallyFreeEnergy http://totallyfreeenergy.freehoxt.com --- In [email protected], "iqbal_delphidev" <[EMAIL PROTECTED]> wrote: > > yaa it might cause due to ADOConnection component. > If you have made ADOConnection.Connected := True, at design time it > will cause this type of problem. > Just open your project and make ADOConnection.Connected := False > (which is default). And then try out. > > Thanks > Iqbal >

