Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Where is the Provider gone.

1 view
Skip to first unread message

Volkan Cetintas

unread,
Jul 31, 2000, 3:00:00 AM7/31/00
to
hi folks,
we have changed from bcb4 to bcb5.

I have create an simple Midas Application in BCB4 with a TQuery and a
TTabel component.
with this code:

void __fastcall TForm1::Button3Click(TObject *Sender)
{
OleVariant result;
DBGrid2->Visible = false;
ClientDataSet2->Close();
ClientDataSet2->Provider->DataRequest(Memo1->Lines->Text ,result );
ClientDataSet2->Open();
DBGrid2->Visible = true;

}
The User write a SQL statement in an Memo and goes with this to DB.

Now i want to compile this code with bcb5. And now i recordnize that the
TclientDatatSet have changed.
Can anybody help me to reconfiger the code.
please.

thanks

0 new messages