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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TreeView snf ADO

Status
Not open for further replies.

Trudye

Programmer
Joined
Sep 4, 2001
Messages
932
Location
US
For practice I created an Address book using TreeView (with nodes) and DAO.

My novice question is: is TreeView only usable with DAO? I am doing a new project an thought it would be neat to use it but I am concentrating on ADO now.

If it is usable with ADO does anyone have any "simple" sample code that shows how to use it with ADO?

Thanks
Trudye
 
I'm sorry that was suppose to read TreeView AND ADO.

I'm ok its just been a long hard day.

Trudye
 
The Treeview doesn't mind which sort of recordset you use - just set it's recorsource to the appropriate recordset.

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top