Re: insert and update in vb.net

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Freeking Wu <whtech(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: insert and update in vb.net
Date: 2005-12-19 12:56:32
Message-ID: 20051219125632.GA14063@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> hi, I want to operate the postgres database via vb.net. I download the
> postgres server 8.1 and the latest pgsql-odbc drviers. But question comes.

What version do you mean with "latest pgsql-odbc drviers"?

> I can select data from db correctly . But when I insert or update the data,
> no error or exception occurs. but the db takes no effect. I test the odbc
> driver with access 2002 and I can update or insert data. I changed several
> parameters with the connection string .But it doesn't work .How can I do?

Could you post mylog output? I want check if problem isn't in ODBC driver.

Thanks,

Luf

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Ludek Finstrle 2005-12-19 12:59:53 Re: psqlODBC 8.01.0105 Development snapshot
Previous Message Freeking Wu 2005-12-19 12:45:28 insert and update in vb.net