Обсуждение: RE: [INTERFACES] ODBC DRIVER v06-40-0002

Поиск
Список
Период
Сортировка

RE: [INTERFACES] ODBC DRIVER v06-40-0002

От
Dave Page
Дата:
Hi Byron,

> Hello all,
>
> Here is a MAJOR update to the odbc driver.  Lots of missing
> functionality has been added (see below).  There is more to go, but
> hopefully this fills in what was lacking, especially in the area of
> retrieving data with SQLExtendedFetch and SQLGetData.  I performed
> extensive testing (I actually used "odbc test" for the first time).
> But, even with all that testing, there might be some bugs, so
> please let me know if you find any.

Unfortunately I'm still not able to update data using ADO in VB6.0 - I just
get an 'Insufficient Base Table Information' error. I've attached a logfile
of a session where a select was performed, followed by an attempted update
of the last record in the recordset.

Regards,

Dave.

--
Dave Page, Network & Systems Manager, The Vale Housing Association Ltd.
dpage@vale-housing.co.uk
http://www.vale-housing.co.uk (Work)
http://www.vale-it.demon.co.uk/ (Home of pgAdmin)
Beer can be a permanent solution - but only if you have enough of it!


Вложения

Re: [INTERFACES] ODBC DRIVER v06-40-0002

От
Byron Nikolaidis
Дата:

Dave Page wrote:

> Unfortunately I'm still not able to update data using ADO in VB6.0 - I just
> get an 'Insufficient Base Table Information' error. I've attached a logfile
> of a session where a select was performed, followed by an attempted update
> of the last record in the recordset.
>
>

The driver logfile is not very useful in cases like this.  I need the odbc trace log to see what
actual odbc functions are being called.

Byron