Subject | Re: [IBO] Records show at design time but not runtime |
---|---|
Author | Helen Borrie |
Post date | 2006-03-13T13:09:14Z |
At 12:00 AM 14/03/2006, you wrote:
Could you please view the datamodule in text mode and paste the text
back to the list?
Helen
>--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@...> wrote:OK, I wondered if in fact you had parameters in there.
> >
> > At 11:40 PM 13/03/2006, Don Schoeman wrote:
> > >Try placing the code in you main form's FormShow event. Hope it helps.
> >
> > IMO, this isn't a good idea, since it breaks the layering. There
> > should be some kind of try..except handling in the datamodule to
> > ensure that the data access layer is actually ready for what you want
> > the form to use it for.
> >
> > What is the *exact* SQL of your ib_query?
> >
> > Helen
> >
>
>
>SELECT *
>FROM TEST_TABLE
>
>Keylinks is "ID". Everyting else is blank.
Could you please view the datamodule in text mode and paste the text
back to the list?
Helen