Those two pieces you have just shown are surrounded by
public class dataaccess
is that right?
The second piece of code looks like it is part of a method. What is the signature of that method?
How is this class used? What pieces of code create instances of it? Is it possible to post the
complete files so that we don't have to guess how the pieces fit together? I am wondering if you are creating multple instances of this dataaccess class.
Paul Linton
Star
13571 Points
2571 Posts
Re: Trying to set property when executing authentication against DB but values are lost later in ...
Apr 23, 2012 01:15 AM|LINK
Those two pieces you have just shown are surrounded by
public class dataaccess
is that right?
The second piece of code looks like it is part of a method. What is the signature of that method?
How is this class used? What pieces of code create instances of it? Is it possible to post the complete files so that we don't have to guess how the pieces fit together? I am wondering if you are creating multple instances of this dataaccess class.