[Firebird-net-provider] Freeing of IDbCommand Instances...

2006-01-13 Thread Jesse Sightler
Hi All,I have a question w/r/t the freeing of IDbCommand instances... it seems that if .Dispose is not called on these instances the Firebird server instance grows significantly over time.  I understand that calling .Dispose on these is in general a good practice, however, I do believe that these should be disposed of during a normal GC as well.
Are these normally disposed during GC?  Will GC.Collect() cause them all to be immediately disposed of?If not, applications could easily suffer from spurious leaks due to issues with the common best practices for calling .Dispose on heavy objects within .Net.
Thanks,Jess


Re: [Firebird-net-provider] Generated UPDATE command for TableAdapter

2006-01-13 Thread Carlos Guzmán Álvarez

Hello:

Hi, I have this problem with generated UPDATE command for TableAdapter:
Parameters for UPDATE command, which started with @IsNull_ColumnName
have DbType Int32, but if I have for expamle column CompanyName with value 
"Microsoft", there is value "Microsoft" in @IsNull_CompanyName parameter(I 
try to debug XdrStream.cs, public void Write(Descriptor descriptor) 
function)and all parameters @IsNull_ are DbType Int32... so I get 
exception

Please can you send a tets case ??

--
Carlos Guzmán Álvarez
Vigo-Spain

http://carlosga.blogspot.com/



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] Generated UPDATE command for TableAdapter

2006-01-13 Thread Ji�� Neu�il
Hi, I have this problem with generated UPDATE command for TableAdapter:
Parameters for UPDATE command, which started with @IsNull_ColumnName
have DbType Int32, but if I have for expamle column CompanyName with value 
"Microsoft", there is value "Microsoft" in @IsNull_CompanyName parameter(I 
try to debug XdrStream.cs, public void Write(Descriptor descriptor) 
function)and all parameters @IsNull_ are DbType Int32... so I get 
exception
Thanks. 




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider