On Wed, Jul 23, 2008 at 8:18 AM, Pham Huu Le Quoc Phuc <[EMAIL PROTECTED]> wrote: > When I compile from source, it has warning, shouldDisposeSelectCommand is > assigned anywhere.
http://firebird.svn.sourceforge.net/svnroot/firebird/NETProvider/trunk/NETProvider/source/FirebirdSql/Data/FirebirdClient/FbDataAdapter.cs public FbDataAdapter(string selectCommandText, FbConnection selectConnection) : base() { this.SelectCommand = new FbCommand(selectCommandText, selectConnection); this.shouldDisposeSelectCommand = true; } -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
