 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Varga Tamás Guest
|
Posted: Sat Feb 18, 2006 10:03 am Post subject: ADODataSet->Close() if recordset is empty... |
|
|
It is in Borland C++Builder 5.
"Varga Tamás" <tamas.1.varga (AT) nokia (DOT) com> wrote in message
news:OQzJf.22384$_k2.383501 (AT) news2 (DOT) nokia.com...
| Quote: | While can't close empty ADODataSet?
frmMain->dbRecSet->CommandText="SELECT * FROM Zebras";
try
{
frmMain->dbRecSet->Open();
}
__finally
{
if(frmMain->dbRecSet->Recordset->RecordCount==0)
{
frmMain->dbRecSet->Close();
it deliver an error message:
"Either BOF or EOF is True, or the current record has been deleted.
Requsted
operation requires a current record."
Then I can't set new commandtext, becouse the DataSet is opened... :(
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|