Re: [Firebird-net-provider] FbScript

2010-02-01 Thread Jiri Cincura
On Mon, Feb 1, 2010 at 01:56, nanali wrote: > does not work for me. And the problem is ... -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com -- The Planet: dedicated and mana

[Firebird-net-provider] FbScript

2010-01-31 Thread nanali
Hi, FbScript script = new FbScript("employee.sql"); script.Parse(); does not work for me. In other words how do I use the ISQL script support. ? I am using the 2.5.1 provider. TIA, Bjoern -- The Planet: dedicated a

Re: [Firebird-net-provider] FbScript contructor

2008-11-10 Thread Jiri Cincura
On Mon, Nov 10, 2008 at 5:05 AM, Pham Huu Le Quoc Phuc <[EMAIL PROTECTED]> wrote: > Please tell me show to compose string become TextReader before sent it to > constructor of FbScript Did you looked to documentation leastways?

Re: [Firebird-net-provider] FbScript contructor

2008-11-09 Thread Pham Huu Le Quoc Phuc
Please tell me show to compose string become TextReader before sent it to constructor of FbScript -Original Message- From: Jiri Cincura [mailto:[EMAIL PROTECTED] Sent: Sunday, November 09, 2008 16:31 To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net

Re: [Firebird-net-provider] FbScript contructor

2008-11-09 Thread Jiri Cincura
On Sun, Nov 9, 2008 at 2:55 AM, Pham Huu Le quoc phuc <[EMAIL PROTECTED]> wrote: > I think should has a constructor only string script for FbScript or you show > me how to No. > decrypt before use FbScript. Decrypt to TextReader, it's just a stream. You can compose it. -- Jiri {x2} Cincura (C

[Firebird-net-provider] FbScript contructor

2008-11-08 Thread Pham Huu Le quoc phuc
Hi all, My program reads a text file, that contains encrypted script. I need to decrypt text to script before FirebirdSql.Data.Isql.FbScript FbScript = new FirebirdSql.Data.Isql.FbScript(TextReader). I think should has a constructor only string script for FbScript or you show me how to decrypt

Re: [Firebird-net-provider] FbScript should have a constructor with string Script

2008-10-14 Thread Mercea Paul
> -Original Message- > From: Pham Huu Le Quoc Phuc [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 14, 2008 13:05 > To: 'For users and developers of the Firebird .NET providers' > Subject: [Firebird-net-provider] FbScript should have a constructor with >

Re: [Firebird-net-provider] FbScript should have a constructor with string Script

2008-10-14 Thread Jiri Cincura
On Tue, Oct 14, 2008 at 12:04 PM, Pham Huu Le Quoc Phuc <[EMAIL PROTECTED]> wrote: > 1. TextReader You can create TextReader very easily from string. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com --

[Firebird-net-provider] FbScript should have a constructor with string Script

2008-10-14 Thread Pham Huu Le Quoc Phuc
Dear all, My situation: I write a software with 2 part: client program and server program. - At client program, I don't add reference FirebirdClient.dll. When user want to execute a script db, because FirebirdClient.dll not reference, I can't parse at here by use FbScript. Client program send scrip

Re: [Firebird-net-provider] FbScript delimiter character

2006-11-21 Thread Dean Harding
lto:[EMAIL PROTECTED] On Behalf Of Dean Harding Sent: Tuesday, 21 November 2006 2:48 pm To: [email protected] Subject: [Firebird-net-provider] FbScript delimiter character As far as I can see, the FbScript class has the "delimiter" character hard-coded to &#