Hi:
I use IBExpert to check if sweep interval it's set ok.From IBExpert I
changed sweep interval succesfuly.


I have done a test agains Firebird 2.0 RC 1 and looks as working ( check the sweep interval value using
statistics service from IBExpert )

My test case, tell to me if it's correct or not:

           FbConnectionStringBuilder csb = new FbConnectionStringBuilder();

           csb.Database    = @"localhost:d:\employee.fdb";
           csb.UserID      = "sysdba";
           csb.Password    = "masterkey";
           csb.Charset     = "NONE";
           csb.Port        = 3050;
           csb.ServerType  = FbServerType.Default;

           FbConfiguration cfgSvc = new FbConfiguration();
           cfgSvc.ConnectionString = csb.ToString();
cfgSvc.ServiceOutput += new ServiceOutputEventHandler(cfgSvc_ServiceOutput);
           cfgSvc.SetSweepInterval(1000);
           cfgSvc.SetForcedWrites(true);


--
Carlos Guzmán Álvarez
Vigo-Spain

http://carlosga.blogspot.com/

"When you don't code, you tend to become one of those architects who thinks 
everything is possible" ( Anders Hejlsberg )



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to