Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetDbcNameFromConnectString(), qualified?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00847236
Message ID:
00848329
Views:
9
Thank you. A lot different than vfp. <g>

Neil

>Neil,
>
>>The compiler does not like my call to GetDbcNameFromConnectString(). The reported error is:
>>static member "mmAppBase.DatabaseMgr.GetDbcNameFromConnectString(ConnStr);"
>>cannot be referenced with an instance reference; qualify it with a type name instead
>
>As Paul pointed out you were trying to call a static method on an instance of the class. Static methods belong to the class, not to an instance of the class, so you must reference the class itself to call the method.
>
>Regards,
Previous
Reply
Map
View

Click here to load this message in the networking platform