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

RDO field count

Status
Not open for further replies.

sdpsc

Technical User
Feb 10, 2001
76
If I am using RDO to connect to a database, how do I get a count of the number of fields in that database?
 
This is just based on reading, not testing. With your rdoResultset object, look at the .rdoColumns.Count property. gives some info, and opening a VB project, making a reference to "Microsoft RDO 2.0" and viewing the library in the object browser gives more info. You should be able to test this out from there.

HTH

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top