Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-21 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: > i have updated the changelog Nice! I hate writing these things. For one of my older project I spent 2 days creating web wrapper for internal bug tracker, not to must write changelogs etc. :) -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renam

Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-21 Thread Carlos Guzmán Álvarez
Hello: > It's done. Commited to CVS. Ok, i have updated the changelog and i have done the same thing on FbParameterCollection -- Carlos Guzmán Álvarez Vigo-Spain - Using Tomcat but need to do more? Need to support web s

Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-21 Thread Jiri Cincura
It's done. Commited to CVS. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrat

Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-20 Thread Carlos Guzmán Álvarez
Hello: > hello Carlos I have a question, if I want show two grids with information of > two different tables > how make this in one form > For example using a dataset with two TableAdapters or a dataset with two DataTables

Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-20 Thread Julian Abreo Herrera
de 2006 9:31 Para: For users and developers of the Firebird .NET providers Asunto: Re: [Firebird-net-provider] Why FbErrorCollection needs to be Hello: > Yes that looks a good candidate for change. Let me know if you want me to do the change or you like to do it by yourself

Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-20 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: > Let me know if you want me to do the change or you like to do it by > yourself :D Of course myself. :) You have probably better things to do. :P -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ---

Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-20 Thread Carlos Guzmán Álvarez
Hello: > Yes that looks a good candidate for change. Let me know if you want me to do the change or you like to do it by yourself :D - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-20 Thread Carlos Guzmán Álvarez
Hello: > OK, so I think, this is the good candidate for using generics. We'll kill > the (un)boxing in the code like in get { return (FbError)this.errors[index]; > }. > What do you think? Yes that looks a good candidate for change.

Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-20 Thread Le roy Arnaud
> > OK, so I think, this is the good candidate for using generics. We'll kill = > > the (un)boxing in the code like in get { return (FbError)this.errors[index]= > ; }. > What do you think? > I think to use generics it's a very good idea for increase the performance -

Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-20 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: > Hello: > >> is there any reason, why is FbErrorCollection created as synchronized? >> >> Can be there any concurent access to collection? > > > You mean the errors member of the FbErrorCollection class ?? Yes, private ArrayList errors member. > No special reason

Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-19 Thread Carlos Guzmán Álvarez
Hello: > is there any reason, why is FbErrorCollection created as synchronized? > > Can be there any concurent access to collection? You mean the errors member of the FbErrorCollection class ?? No special reason only that i usually do that with aArrayLists's and Hashtable's

[Firebird-net-provider] Why FbErrorCollection needs to be synchronized?

2006-10-19 Thread Jiri Cincura
Hi *, is there any reason, why is FbErrorCollection created as synchronized? Can be there any concurent access to collection? -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Using Tomcat bu