Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using DataSet throw CORBA in C++ Builder

Status
Not open for further replies.

1701981

Programmer
Oct 24, 2003
3
UA
I need that data from remote DataSet can be send throw the CORBA partially only when DbGrid require for it, unlike sample from CBuilder where data sended entirely.
 
please reformulate your question in short, clear and well formed sentences.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
i have
1. CORBA server with DataSet
2. CORBA client with DBGrid

i need
1. how can i link DBGrid with DataSet by means of CORBA
2. records from DataSet must be transmitted only when DBGrid require for it.
 
>1. how can i link DBGrid with DataSet by means of CORBA

1. You can not link directly CORBA with DBGrid because DBGrid is COM,t there are different standards.
2. Whe someone pass a table through CORBA it means this someone pass a sequence of sequences, or a sequence of structures, see CORBA IDL.

>2. records from DataSet must be transmitted only when
>DBGrid require for it.
3. This is usual in CORBA, so all you need is to learn.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top