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

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


Help !!! Rdo Working ???

Renaud BIDOU -- arbidou@micronet.fr
Wednesday, October 02, 1996

Environment : x86, MSVC 4.2, NT 3.51

Hi,
I'm writing an database application using the new Rdo control and the
Data Bound controls (DBGrid, DBList, DBCombo).
I'm experiencing some problems with them due to the lack of good
documentation. In the MS newsgroup I read that they are not working.
Is it true ? Should I leave them and go back to ODBC (or DAO) ?
Thanks !!!

Daniel BEAUPERE
arbidou@micronet.fr

Go with the flow !!!



John Ferguson -- johnf@uvsg.com
Thursday, October 03, 1996

[Mini-digest: 3 responses]

if you have access to the web, look at
http://www.microsoft.com/visualc/v42/dbctrl.htm
there is a series of articles that explain step by step what you are
wanting to do. it's very good.


>----------
>From: 	Renaud BIDOU[SMTP:arbidou@micronet.fr]
>Sent: 	Wednesday, October 02, 1996 4:00 AM
>To: 	mfc-l@netcom.com
>Subject: 	Help !!! Rdo Working ???
>
>Environment : x86, MSVC 4.2, NT 3.51
>
>Hi,
>I'm writing an database application using the new Rdo control and the
>Data Bound controls (DBGrid, DBList, DBCombo).
>I'm experiencing some problems with them due to the lack of good
>documentation. In the MS newsgroup I read that they are not working.
>Is it true ? Should I leave them and go back to ODBC (or DAO) ?
>Thanks !!!
>
>Daniel BEAUPERE
>arbidou@micronet.fr
>
>Go with the flow !!!
>
-----From: "Weeder, John" 

I recommend against the RDO. It appears to have problems working with
many third party bound controls. It also randomly causes Developer
Studio to GPF when saving or closing a resource containing the control.
I would be very interested to hear other peoples opions of the RDO.

-- John

-----From: mss@tartus.com (Michael Scherotter)

1. Add a Remote data object control to a dialog box template.
2. Set the datasource and SQL statement
3. My SQL statement is: "SELECT * FROM T_Products" but you can use any SQL 
statement.
3. Add a dbList or dbCombo 
4. Set the lists's RowSource to the RDO control
5. Set the listField to the name of the column to fill the list

-- 
Michael S. Scherotter            |Architectural Design Tools
Lead Software Developer          |AutoCAD Applications
Tartus Development, Inc.         |Custom CAD Solutions
630 Las Gallinas Ave #300        |__________________________ 
San Rafael, CA 94903                          mss@tartus.com
(415) 491-8925                          michael@charette.com
(415) 491-8921 (fax)               71035.1675@compuserve.com
               http://www.tartus.com/people/mss
____________________________________________________________




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