| From: | Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com> | 
|---|---|
| To: | "Secrtariat" <ets(at)rolland-fr(dot)com>, ODBC PostgreSQL <pgsql-odbc(at)postgresql(dot)org> | 
| Subject: | Re: MS VB6 CheckBox with PostgreSQL ODBC | 
| Date: | 2004-08-14 16:13:49 | 
| Message-ID: | 20040814161349.52323.qmail@web20827.mail.yahoo.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-odbc | 
--- Secrtariat <ets(at)rolland-fr(dot)com> wrote:
> Hello !
> I use MS VB6 SP5 with pgsqlodbc 7.03.02.00 on a
> PostgreSQL 7.4.3 Database on Linux.
> The PostgreSQL table 'tests' contain :
> - a boolean field 'testbool',
> - an integer field testint,
> - a numeric field testnum.
> In MS VB6 I create a Form with :
> - an ADOdc control 'adodc1',
> - a CheckBox control 'chkTest' with :
>     DataSource = adodc1,
>     Datafield = testbool.
> The display is correct in the 'chkTest' control but
> trying to update change on that control generate an
> error -2147217842 (aborted operation) !?
> If I change the Datafield with testint or testnum it
> works !?
> It seem like a bad interpretation of the boolean
> value between then CheckBox control and the ODBC
> driver ...
> How can I workaround ? I can't change all my boolean
> values in the database !
> Regards.
> Luc
If nothing else works, check this out:
http://archives.postgresql.org/pgsql-odbc/2004-01/msg00057.php
To my knowledge, this problem has never been entirely
resolved for MS Access, and I suspect VB has a similar problem.
		
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Wolfgang.Fuertbauer | 2004-08-16 07:24:57 | Re: Problem with VB6, DAO, Data Control: Update does not work | 
| Previous Message | Andrew Ayers | 2004-08-13 23:31:13 | Re: Problem with VB6, DAO, Data Control: Update does not work |