Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-23 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: > In this case there is no real problem i think, we can make a wrapper > collection > and that shouldn't broke nothing at all ( as it can expose the same > methods as in the > ArrayList but using Generics internally ) Yes, that was my first idea too. Something like F

Re: [Firebird-net-provider] Visual Studio 05 Express and Dataset Use

2006-10-23 Thread Carlos Guzmán Álvarez
Hello: > > thank you very much. That's the information I needed, because I didn't > know that I had to install DDEX Provider to use Firebird in Visual > Studio. _Now I got connection from VCSE to Firebird database._ > > Unfortunately, I got the *next problem.* Adding a connection via > Firebird,

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-23 Thread Carlos Guzmán Álvarez
Hello: > Oh, yes. So maybe in next versions ... I've missed that's public. In this case there is no real problem i think, we can make a wrapper collection and that shouldn't broke nothing at all ( as it can expose the same methods as in the ArrayList but using Generics internally ) -- Carlos G

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-23 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: > Sorry, i have explained it bad, i was meaning user code using that > property :) Oh, yes. So maybe in next versions ... I've missed that's public. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com -

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-23 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: > Sorry, i have explained it bad, i was meaning user code using that > property :) Oh, yes. So maybe in next versions ... -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Old design time support going to be removed in 2.1.0

2006-10-23 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: > Hello: > > I'm planning to remove the old design time support in v2.1.0. > > That includes designers for FbConnection, FbDataAdapter and FbCommand > components, that will be removed in favor > of the design time features provided by the DDEX provider. > > Yes, I

[Firebird-net-provider] Release of 2.0.1

2006-10-23 Thread Carlos Guzmán Álvarez
Hello: I'm going to tag the sources of the 2.0 version for the 2.0.1 release please if you have commits pending let me know as after the tag i will want to see not commits until i do the release ( probably this friday ). -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com ---

[Firebird-net-provider] Old design time support going to be removed in 2.1.0

2006-10-23 Thread Carlos Guzmán Álvarez
Hello: I'm planning to remove the old design time support in v2.1.0. That includes designers for FbConnection, FbDataAdapter and FbCommand components, that will be removed in favor of the design time features provided by the DDEX provider. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-23 Thread Carlos Guzmán Álvarez
Hello: > I'll do it and I'll do some tests. > > This shouldn't break the code. Sorry, i have explained it bad, i was meaning user code using that property :) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com -

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-23 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: > Looks fine to me as it doesn't looks as that the change can broke > existing code. I'll do it and I'll do some tests. This shouldn't break the code. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com --

Re: [Firebird-net-provider] please help me

2006-10-23 Thread Kevin Stanton
I am just about finished with MS Visual C# 2005 Step by Step and it's a very good book (except maybe for a few of the examples). It goes through in detail datasets and loading controls on forms. Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of paha S

Re: [Firebird-net-provider] please help me

2006-10-23 Thread paha
Hi pal, you are really in the wrong place here, next time ask such questions here http://www.gotdotnet.com/Community/MessageBoard/MessageBoard.aspx?ID=6 or here http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=8&SiteID=1, there are a lot of places for newbies to ask their question But pleas

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-23 Thread Carlos Guzmán Álvarez
Hello: > there's a private ArrayList backupFiles;. What about creating > FbBackupFileCollection for this? > > Using generic [I]List should improve performance and of course the code > (strongly typed, better optimized, ...). > > Any comments? Looks fine to me as it doesn't looks as that the chang

Re: [Firebird-net-provider] Call tableadapter stored

2006-10-23 Thread Rick Roen
Thanks, but that won't work. I already have XML which is being created by the sp so if I WriteXML it will create tags around existing XML. Probably it's better to say I have a string column that I want to write to a disk file. Is there some way to write to a file stream directly or do I need to

Re: [Firebird-net-provider] Call tableadapter stored

2006-10-23 Thread Cecil Martin
Rick Roen wrote: > Can I write this output from the fill method directly to a fileStream of > some kind and skip the extra steps? > Use the DataAdapter to fill a DataSet, and then use the WriteXml Method of the DataSet. Cecil Martin

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-23 Thread Jiri Cincura
Just note, that we should also modify the backup&restore test with this. ;) -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Using Tomcat but need to do more? Need to support web services, sec