|
-
July 14th, 2010, 08:42 AM
#2
Re: Openconnection Issue
Use as OpenConnection(ref conn)==….
This ref is not very useful too, as objects are always passed as reference. Practically, the objects pointer is here passed as reference here.
Advice…
Never ever call connection open methods in form load events. As slow connection will make the user unhappy, and may click the calling menu multiple times, creating a lot more forms.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|