Re: Application crash after error

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Re: Application crash after error
Дата
Msg-id 20051202113645.GA21663@soptik.pzkagis.cz
обсуждение исходный текст
Ответ на Re: Data showing up as #Deleted in Access  ("Andrus" <eetasoft@online.ee>)
Список pgsql-odbc
> > Hmmm. I get idea right now. I'll try it againist MySQL. It's ODBC is
> > open source so I can learn from it ...
> > Please could you change your example to support MySQL ODBC?
> > Maybe (or maybe not) it helps.
>
> If you change the connection string in testsql.prg and remove WITHOUT OIDS
> clauses in CREATE TABLE commands I think this sample must work with other
> odbc drivers also.

As I wrote you main.exe doesn't use testsql.prg. I changed connect string
in testsql.prg but connect string in ODBC still contains user 'postgresql'
with password you typed.
It didn't use my changes in testsql.prg.

> Thank you. I have one unchecked thought. If null instead of empty string is
> passed as value to text type column, maybe the error does not occur.

I don't think so. It's text column so it need SQLPutData. That's the
biggest problem.

Luf

P.S. I change subject as it isn't about #Deleted ...

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

Предыдущее
От: "Andrus"
Дата:
Сообщение: Re: Data showing up as #Deleted in Access
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Some changes