Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~408 People Reached
Favorite Forums
Member Avatar for BlueNoteMan

I am using getschema and simply trying to get names of tables within database data1.dbc. I have looked at the returned schmema info with the debugger and with the following code and can't see table names (which I know are in database). Have I used GetSchema correctly or am I …

Member Avatar for lolafuertes
0
127
Member Avatar for BlueNoteMan

How do I access a public class property value in a code module other than the one where it was created? I have created a simple public class and instantiated it in module 1. [CODE] public class Cashflow { public int x = 100; } // code in module 1 …

Member Avatar for BlueNoteMan
0
281