Visual Basic and PostgreSQL ODBC

Поиск
Список
Период
Сортировка
От Ryan C. Bonham
Тема Visual Basic and PostgreSQL ODBC
Дата
Msg-id 19AB8F9FA07FB0409732402B4817D75A038A1C@FILESERVER.SRF.srfarms.com
обсуждение исходный текст
Список pgsql-general
Hi,


Ok I have a problem, that I need to find a fix or workaround for. I have a
Visual Basic 6 application that calls on a PostgreSQL database. I have code
that calls a table and runs a loop on it, deleting recordsets until the
recordcount equals a certain number.. The code deletes the records fine, the
problem is the recordcount doesn't change.. Does anyone know what is going
on and how to fix it?  Thank you


Ryan

VB CODE

        rstRecord2.MoveFirst
    Do Until rstRecord2.RecordCount = 0
        rstRecord2.Delete
      rstReocrd2.MoveNext
        Debug.Print rstRecord2.RecordCount
    Loop


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

Предыдущее
От: Patrick Welche
Дата:
Сообщение: Re: Question about Foreign key!
Следующее
От: martin.chantler@convergys.com
Дата:
Сообщение: Re: Visual Basic and PostgreSQL ODBC