Re: [Firebird-net-provider] Some questions?

2008-07-22 Thread Dean Harding
Pham Huu Le Quoc Phuc wrote: > Thank for your reply, > Please tell me more TextReader? http://msdn.microsoft.com/en-us/library/system.io.textreader.aspx And, specifically for your case: http://msdn.microsoft.com/en-us/library/system.io.stringreader.aspx Dean. -

Re: [Firebird-net-provider] Some questions?

2008-07-22 Thread Pham Huu Le Quoc Phuc
Thank for your reply, Please tell me more TextReader? www.tonyvn.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean Harding Sent: Wednesday, July 23, 2008 13:24 To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net

Re: [Firebird-net-provider] Some questions?

2008-07-22 Thread Carlos
Hello: I write a client - server program. At client, user select a script sql file, > my program read and send script to server. At server, I want new FbScript > with ctor parameter is script(not TextReader). I can't pass TextReader to > server. Are you sending it as a String ?? if yes, what pre

Re: [Firebird-net-provider] Some questions?

2008-07-22 Thread Dean Harding
Pham Huu Le Quoc Phuc wrote: > There's a ctor with TextReader param. > > I write a client - server program. At client, user select a script sql file, > my program read and send script to server. At server, I want new FbScript > with ctor parameter is script(not TextReader). I can't pass TextReader

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

2008-07-22 Thread Pham Huu Le Quoc Phuc
When I compile from source, it has warning, shouldDisposeSelectCommand is assigned anywhere. www.tonyvn.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jiri Cincura Sent: Saturday, July 19, 2008 15:31 To: For users and developers of the Firebird .NET

Re: [Firebird-net-provider] Some questions?

2008-07-22 Thread Pham Huu Le Quoc Phuc
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jiri Cincura Sent: Saturday, July 19, 2008 15:31 To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] (no subject) On Sat, Jul 19, 2008 at 4:40 AM, Pham Huu Le qu

Re: [Firebird-net-provider] ConnectionString and |DataDirectory|

2008-07-22 Thread Jiri Cincura
On Tue, Jul 22, 2008 at 12:32 PM, Luis Madaleno | magnisoft(R) <[EMAIL PROTECTED]> wrote: > Well System.Data.SQLClient works both ways. FirebirdClient should now too. :) -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com --

Re: [Firebird-net-provider] ConnectionString and |DataDirectory|

2008-07-22 Thread Luis Madaleno | magnisoft®
Hi, Thanks Jiri. That was fast!! :) Well System.Data.SQLClient works both ways. Here it is a sample using SQLClient: This is directly from Microsoft Corporate Web Site Template, downloaded from MSDN. This one is from another sample project and also works fine. Luis Madaleno -Mensage

Re: [Firebird-net-provider] ConnectionString and |DataDirectory|

2008-07-22 Thread Jiri Cincura
Hello guys, it's fixed now. The connection string is untouched (to be able to copy it in (internal) code etc. without problems), only during asking for database value is expanded. You can grab it from http://netprovider.cincura.net, feel free to comment any problems. BTW is there any concensus abo

[Firebird-net-provider] [FB-Tracker] Created: (DNET-168) The |DataDirectory| keyword in connection string is not expanded

2008-07-22 Thread Jiri Cincura (JIRA)
The |DataDirectory| keyword in connection string is not expanded Key: DNET-168 URL: http://tracker.firebirdsql.org/browse/DNET-168 Project: .NET Data provider Issue Type: Impro