Randem Systems Support Board

Randem Systems Products and Website => Multi Database Control (RSdbControl) => Topic started by: orlinsky on August 01, 2006, 06:06:01 PM

Title: Unknown Table Names
Post by: orlinsky on August 01, 2006, 06:06:01 PM
I would like to be able to use RSdbControl.ocx with databases in which I do not know the names of the tables.  
 
Is there a property that can be used to find the table names?
 
I can see how it is done with the dll, but I haven't been able to find a comparable method for the ocx.
 
Thanks, Joel
Title: Unknown Table Names
Post by: Randem on August 01, 2006, 09:09:25 PM
orlinsky,
 
It's exactly the same. The OCX is made from the dll. I will double check to see if the ocx and the dll are the same versions and let you know.
Title: Unknown Table Names
Post by: Randem on August 03, 2006, 12:14:31 AM
The Multi Database Control has been updated with samples of the usage of both the DLL and the OCX. You can download it from https://randemsystems.com/freeware.html (https://randemsystems.com/freeware.html)
 
You must copy the dll/ocx to your C:\Windows\System32 folder and then register it. Then you can open the project and everything should be OK. If you open the project before you register the file(s), you will have to re-add and select the reference/component.
 
Mahalo
Title: Unknown Table Names
Post by: orlinsky on August 03, 2006, 10:31:58 AM
Thanks. I got it woking. The new documentation is a big help. Initially, I didn't understand what properties and functions were available.
 
If you get around to it, a table of constants would make the control easier to use.
 
Joel