Re: [Firebird-net-provider] (no subject)

2007-12-24 Thread Jiri Cincura
Why are you creating new thread?! Your problem is http://tracker.firebirdsql.org/browse/DNET-120 . -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.net ema

[Firebird-net-provider] (no subject)

2007-12-24 Thread Database Team
Hello, I am sending the stacktrace information about the Exception. This exception occurred when I restored my backup database file. Using following Code FbBackupFile restorefile = new FbBackupFile(@"c:\kixzofdb\myback.fbk",2048); FbRestore fbrestore = new FbRestore(); fbrestore.BackupFiles.Add(r

Re: [Firebird-net-provider] DDEX provider - support files and installation

2007-12-24 Thread Jiri Cincura
On 12/24/07, Carlos Guzmán Álvarez <[EMAIL PROTECTED]> wrote: > The actual trunk sources have the changes take a look at it ( there are > changes in base classes and interfaces ) Damn, I must missed some commits. :) Merry Christmas. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.v

Re: [Firebird-net-provider] DDEX provider - support files and installation

2007-12-24 Thread Carlos Guzmán Álvarez
Hello: > Sorry for late reply, mail stucked on the bottom. > Don't worry :) > Well I think we can use: > * separate place (branch or tag or folder) in SVN > * create conditional builds > > I don't know, what changed in SDK. If it's some extension, I propose > to use conditional builds. But if th

Re: [Firebird-net-provider] question

2007-12-24 Thread Carlos Guzmán Álvarez
Hello: > hi; > > i download firebirdSqlclient (.net provider) and after 3 week i > successful to access to database but connection to database wisard (in > tools) don't work, and don't open the tree structure of table,why? Could you please, explain in detail what you are trying to do ?? -- Ca

Re: [Firebird-net-provider] Restore problem

2007-12-24 Thread Carlos Guzmán Álvarez
Hello: > I am getting following Exception "FirebirdSql.Data.Common.IscException". > What is the problem with the Code. > > I am using Firebrid 2.0.3 and .NET Provider Version 2.1.0 > Please could yoy send the exception details ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://c

[Firebird-net-provider] question

2007-12-24 Thread nasim
hi; i download firebirdSqlclient (.net provider) and after 3 week i successful to access to database but connection to database wisard (in tools) don't work, and don't open the tree structure of table,why? so i can't access to another database with this and i diden't see data of table in VS. i hav