Re: dbGo in Delphi 2006
- From: "Bill Todd" <no@xxxxxx>
- Date: 30 Mar 2006 17:32:07 -0700
Mac Davis wrote:
Am I going crazy?
I just installed Delphi 2006.
I have a table that populates a grid. When a TAdoQuery is opened in
the IDE, the grid is populated.
However, if I leave the table closed on startup and the issue
dm.qry_software.open nothing happens.
In the same vein, if I leave the table open and try to close it
programatically, nothing happens. What's up?
Thanks,
Mac
I assume that this is a Delphi for Win32 app and that you do not get
any compile time or runtime error messages. If so, set a breakpoint on
the query open statement and check the property values of your
ADOQuery, particularly the SQL property. Also check the DataSource
property of the DBGrid and the DataSet property of the DataSource
component to make sure everything is still connected.
--
Bill Todd (TeamB)
.
- Follow-Ups:
- Re: dbGo in Delphi 2006
- From: Mac Davis
- Re: dbGo in Delphi 2006
- References:
- dbGo in Delphi 2006
- From: Mac Davis
- dbGo in Delphi 2006
- Prev by Date: dbGo in Delphi 2006
- Next by Date: Small problem with dbimage !!
- Previous by thread: dbGo in Delphi 2006
- Next by thread: Re: dbGo in Delphi 2006
- Index(es):
Relevant Pages
|