15 мая 2023 года "Исходники.РУ" отмечают своё 23-летие!
Поздравляем всех причастных и неравнодушных с этим событием!
И огромное спасибо всем, кто был и остаётся с нами все эти годы!

Главная Форум Журнал Wiki DRKB Discuz!ML Помощь проекту


CRecordSet

Jan Vangorp -- JanVG@msn.com
Sunday, July 28, 1996

Environment : Visual C++ 4.1 / WinNT 4.0 (Beta2) or Win95 and Sybase SQL Anywhere 5.0.


Hi all,


I'm unable to insert a record into a table (using AddNew, Update from 
CRecordSet) whenever it is empty. When there is at least one record in the 
table, it works !

Using the the API to insert the record manually everything works fine.




Dave Kelly -- Dave_Kelly@ncs.com
Thursday, August 01, 1996

     Make sure you are using at least version 2.1 of the ODBC API.  Prior 
     versions caused problems adding a record if SQLExtendedFetch returned 
     SQL_NO_DATA_FOUND.  Check out the Microsoft Knowledge Base article 
     Q124998 for more information.  http://microsoft.com/kb
     
     -Dave

______________________________ Reply Separator _________________________________
Subject: CRecordSet
Author:  mfc-l@netcom.com at INTERNET
Date:    7/28/96 2:27 PM


Environment : Visual C++ 4.1 / WinNT 4.0 (Beta2) or Win95 and Sybase SQL 
Anywhere 5.0.
     
     
Hi all,
     
     
I'm unable to insert a record into a table (using AddNew, Update from 
CRecordSet) whenever it is empty. When there is at least one record in the 
table, it works !
     
Using the the API to insert the record manually everything works fine.
     





| Вернуться в корень Архива |