Re: Need help with Visual Basic 6 and PostgreSQL

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Need help with Visual Basic 6 and PostgreSQL
Дата
Msg-id 861905.97007.qm@web31812.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Need help with Visual Basic 6 and PostgreSQL  (Finn Lassen <dcio@AxiomInt.com>)
Ответы Re: Need help with Visual Basic 6 and PostgreSQL
Список pgsql-odbc
--- On Thu, 11/22/07, Finn Lassen <dcio@AxiomInt.com> wrote:
> 2007-11-22 20:21:14 ERROR:  column "" of relation
> "Contact1"
> does not exist at character 40
>
> 2007-11-22 20:21:14 STATEMENT:  BEGIN;insert into
> "public"."Contact1" ("",
> "Ext4", "(", "Address2",

Does your table really have all of these field names?  In addition to the "" field, I am suspicious of the "(" field.
Iam curious, if the ado recordset is seeing more fields than the table actually has.  Since you weren't able to display
thefield that didn't exist in the table, you could possible determine if it is a ascii character by getting its
charcode()(orsomething equivalent). 

If you indeed find that your recordset does indeed see fields that do not exist in the table, then it is very likely
thatyou have found a bug with the ODBC driver. It would help the developers to correct this problem if you were to
submita small test case that is able to reproduce the effects that you are seeing.  It should include a sample database
withsample table and it should include the VB codes that creates the recordset and then attempts to send an update to
thetable.  They will probably want you to submit two of the ODBC drivers logs ( Mylog and Commlog ).  These can be
turnedON from your odbc drivers DSN user interface.  (Just remember to turn off all odbc logging when your testing is
donesince odbc logging is a major performance killer.) 

What version number of PostgreSQL are you running. What is the version number of the ODBC driver that you are using?
Arethey the latest released versions? 



В списке pgsql-odbc по дате отправления:

Предыдущее
От: Finn Lassen
Дата:
Сообщение: Re: Need help with Visual Basic 6 and PostgreSQL
Следующее
От: Finn Lassen
Дата:
Сообщение: Re: Need help with Visual Basic 6 and PostgreSQL