Board index » delphi » ADOTable "Active" problem

ADOTable "Active" problem

I have one form with three ADOTables set Active= true. When I exit D6 and
reopen the application the three tables have Active= false. What's going on
here?
I have several other forms where this does not happen.
 

Re:ADOTable "Active" problem


Are you moving the database that the ADO connection is pointing to?  
(What kind of DB is on the back end?).  That will kill every table/query
attached via that connection.

Cass

In article <3d025254_2@dnews>, gkho...@hotmail.com says...

Quote
> I have one form with three ADOTables set Active= true. When I exit D6 and
> reopen the application the three tables have Active= false. What's going on
> here?
> I have several other forms where this does not happen.

Re:ADOTable "Active" problem


I'm not sure what you mean by "moving the database". This is an Access
database on the hard drive. Several forms access the database. This one form
keeps getting the Active property changed.

Quote
"Cass McNutt" <newsm...@poboxNOSPAMMM.com> wrote in message

news:MPG.176bfb44c01c018f989683@newsgroups.borland.com...
Quote
> Are you moving the database that the ADO connection is pointing to?
> (What kind of DB is on the back end?).  That will kill every table/query
> attached via that connection.

> Cass

> In article <3d025254_2@dnews>, gkho...@hotmail.com says...
> > I have one form with three ADOTables set Active= true. When I exit D6
and
> > reopen the application the three tables have Active= false. What's going
on
> > here?
> > I have several other forms where this does not happen.

Other Threads