user function in ODBC database

B

Bruno Castel

Hi,
I have a Postgres database connected with ODBC to Access2003.
To avoid annoying issues with bool and integer, I have created a user
function in my Postgres database: booltoint.

I have created a MS Access request as follows:
SELECT DISTINCTROW INDIVIDU.CIV
FROM INDIVIDU
WHERE (booltoint(INDIVIDU.CIRC)=1);

But MSAccess complains that booltoint is unknows.
How to specify to MS Access to ignore this function and send as it to
Postgres database ?
Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top