Re: filtering

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: "sbelow" <sbelow(at)dundee(dot)net>, pgsql-sql(at)postgresql(dot)org
Subject: Re: filtering
Date: 2001-06-28 15:46:10
Message-ID: web-78580@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Steve,

> I'm using '
> m_pSet->Open(AFX_DB_USE_DEFAULT_TYPE,"SELECT * FROM tblPMTasks WHERE
> [TaskDue] = 1");
> to filter out certain records.
> I want to add a filter to the current one how can I go about this? Or
> should
> I reconstruct to a basic 'Open()' statement and use this example
> given from
> MSDN.

I'm afraid that your question is an ADO question, not a SQL question.
Take a look at Postgresql.org and see if there's a Microsoft <-->
Postgresql list. We can't help you here.

-Josh Berkus

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

In response to

  • filtering at 2001-06-27 13:43:32 from sbelow

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-06-28 15:55:05 Re: Problems using a rule with the WHERE clause
Previous Message Wei Weng 2001-06-28 15:10:24 Re: Link many attributes in one table to one attribute in another??