Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Delphi TTable with filter does not work

Re: Delphi TTable with filter does not work

From: Scott Mattes <ScottMattes_at_yahoo.com>
Date: Thu, 20 Sep 2001 15:31:27 GMT
Message-ID: <jZnq7.601$z61.334993@news1.news.adelphia.net>


You'll get more answers by going to borland.public.delphi.? group.

"Jan Doggen" <massoft_at_tref.nl> wrote in message news:9oapp6$3td$1_at_reader05.wxs.nl...
> Hi everyone,
>
> we're accessing Oracle 8 tables through TCP/IP with Delphi 4 (+BDE).
>
> TTables with a filter seem to randomly work/not work.
> We're using both design time filters and run-time filters allocated like:
> > WITH DModConfig.TblTables DO
> > BEGIN
> > Filter := 'Tbl_Source_Module_ID = 5';
> > Filtered := TRUE;
> > Open;
>
> The tables were created with SQL statements. They generally have a primary
> key on one field.
> The app can also work with MS-SQL, there the filters work fine.
>
> Any suggestions/ideas what we might be doing wrong or what we could try?
>
> Thanks in advance,
> Jan
>
>
>
Received on Thu Sep 20 2001 - 10:31:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US