[Firebird-net-provider] (no subject)

2017-08-14 Thread FSOYSAL ( GMAIL )
With FirebirdSql.Data.FirebirdClient 5.9.1 / 5.8.1 * db.SELECT(Of CARDS)(New With {.CARD_NO = SOME_CARD_NO }) is returning null But db.SELECT(Of CARDS)(" CARD_NO = " + CARD_NO ) is returning with recordS what can be problem ? ( i updated ormlite.firebird referance also )

[Firebird-net-provider] (no subject)

2012-11-16 Thread Muthu Annamalai
Hi All, I am migrating my solution to VS 2012 Ultimate with firebird dot net provider 3.0, I have configured ddex provider and able to select the firebird dot net provider and run the edmx file. But when I run the application I am getting the following error… GACUtil show me all four

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

2012-08-29 Thread Roberto Carlos | Unimed
How do I install Firebird. NET Provider in visual studio 2012? Firebird. NET Provider is already supporting. NET 4.0 and 4.5? thank you Roberto Carlos Analyst Information Technology Unimed São Lourenço Work Cooperative Medical

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

2012-08-29 Thread Mark Rotteveel
On Wed, 29 Aug 2012 09:12:46 -0300, Roberto Carlos | Unimed roberto.car...@unimed-online.net wrote: How do I install Firebird. NET Provider in visual studio 2012? Firebird. NET Provider is already supporting. NET 4.0 and 4.5? Did you realise you just replied all to a spam message and thus sent

[Firebird-net-provider] (no subject)

2012-08-28 Thread Erick Perez
Look! http://naamatkadid.info/cnbcnews.php?igoogleid=a4jx -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can

[Firebird-net-provider] (no subject)

2010-05-10 Thread Rene Pijnacker
Hello var query = from res in ResultSet select new {res.RES_PERIODE,Debet=(res.RES_AMOUNT = 0.00 ? res.RES_AMOUNT : 0.00 ),Credit=(res.RES_AMOUNT 0.00 ? res.RES_AMOUNT : 0.00 )}; query.Dump(); Linqpad accept the syntax But when it runs it throws me error that looks to be

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

2008-10-05 Thread Steve Faleiro
Is something wrong with the list? It is repeating the same emails two, three or more times. Steve - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

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

2008-07-23 Thread Pham Huu Le Quoc Phuc
.NET providers Subject: Re: [Firebird-net-provider] (no subject) On Sat, Jul 19, 2008 at 4:40 AM, Pham Huu Le quoc phuc [EMAIL PROTECTED] wrote: I downloaded Provider 2.1, I found somes problems: 1. variable shouldDisposeSelectCommand in FbDataAdapter class not assign anywhere but it's used. Look

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

2008-07-23 Thread Jiri Cincura
On Wed, Jul 23, 2008 at 8:18 AM, Pham Huu Le Quoc Phuc [EMAIL PROTECTED] wrote: When I compile from source, it has warning, shouldDisposeSelectCommand is assigned anywhere.

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

2008-07-19 Thread Jiri Cincura
On Sat, Jul 19, 2008 at 4:40 AM, Pham Huu Le quoc phuc [EMAIL PROTECTED] wrote: I downloaded Provider 2.1, I found somes problems: 1. variable shouldDisposeSelectCommand in FbDataAdapter class not assign anywhere but it's used. Look at line 147. 2. FBScript constructor with parameter

[Firebird-net-provider] (no subject)

2008-07-18 Thread Pham Huu Le quoc phuc
I downloaded Provider 2.1, I found somes problems: 1. variable shouldDisposeSelectCommand in FbDataAdapter class not assign anywhere but it's used. 2. FBScript constructor with parameter filename, I think should has contructor with script input. I build a web service program, client program

[Firebird-net-provider] (no subject)

2008-01-28 Thread nasim
hi; i have one question. i work with data provider of firebird and my program work very well. but when i setup from my project and move to other pc it doesn't work. my question is, is it need to install dat provider in every coputer that it want use firebird database? best regards;

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

2008-01-28 Thread Dean Harding
nasim wrote: i have one question. i work with data provider of firebird and my program work very well. but when i setup from my project and move to other pc it doesn't work. my question is, is it need to install dat provider in every coputer that it want use firebird database? You can

[Firebird-net-provider] (no subject)

2008-01-05 Thread Vladislav Panteleev
Hi! I have to return FbDataReader object from function. So I write this: public static FbDataReader getReader(string sql) FbConnection conn = new FbConnection(MF.constr); FbCommand command = new FbCommand(sql, conn); conn.Open(); FbDataReader reader = command.ExecuteReader();

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

2008-01-05 Thread Dean Harding
Vladislav Panteleev wrote: But when I run the application and rise the function many times per minute I've grtting Timeout exceed exception write on conn.Open() method rising. I think this because of I havn't close the connection and garbage collector do not clean the memory quickly

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

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

2007-11-20 Thread Jiri Cincura
On 11/20/07, Nithin [EMAIL PROTECTED] wrote: I've tried to connect using firebird and C# with a SharpDevelop. My test connection features and all are working fine the DSN name as specified is also ok .Let me know why my tables are not seen on the sharp develop.If anyone can help please mail

[Firebird-net-provider] (no subject)

2007-11-20 Thread Nithin
I've tried to connect using firebird and C# with a SharpDevelop. My test connection features and all are working fine the DSN name as specified is also ok .Let me know why my tables are not seen on the sharp develop.If anyone can help please mail me fast . The error is use .net framework

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

2007-10-30 Thread stephane
Carlos Guzmán Álvarez [EMAIL PROTECTED] writes: Hello: You're right, LIKE 'xxx%' OR Starting with 'xxx' both generate the same execution plan. Unfortunately, there are situations where starting with doesn't fit my needs. the query runs fine under isql ?? Hi Carlos, Could you

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

2007-10-30 Thread Carlos Guzmán Álvarez
Hello: Hi Carlos, Could you reproduce it? Haven't the time to check it. Do you need a sample project? Yes please. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client :

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

2007-10-26 Thread Carlos Guzmán Álvarez
Hello: You're right, LIKE 'xxx%' OR Starting with 'xxx' both generate the same execution plan. Unfortunately, there are situations where starting with doesn't fit my needs. the query runs fine under isql ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog:

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

2007-10-26 Thread stephane
Carlos Guzmán Álvarez [EMAIL PROTECTED] writes: Hello: You're right, LIKE 'xxx%' OR Starting with 'xxx' both generate the same execution plan. Unfortunately, there are situations where starting with doesn't fit my needs. the query runs fine under isql ?? Yes, I have tried to

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

2006-09-11 Thread Balla Imre
adapter.Fill(ds); //Here the program is locked and the method never returns, no exception is throwed I had the same problem with embedded server, when I used character set and collations, because I did not copy the intl directory to the proper place. Maybe this can be also the case for you

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

2006-09-11 Thread Juanma fernandez
in C# code. If I only delete "FECHALTA IS NULL" or ("FECHALTA = '') the query continues blockingwhen it is called 3 times. I don't Know what is happening. The transaction property of the object command is null. I've neverused v1.7 of Firebird Net Provider. I'm don't know english,

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

2006-09-11 Thread Carlos Guzmán Álvarez
Hello: adapter.Fill(ds); //Here the program is locked and the method never returns, no exception is throwed What is the value of ds.Tables.Count here ?? -- Carlos Guzmán Álvarez Vigo-Spain - Using Tomcat but need to

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

2006-09-10 Thread xu yuan
how many rows in your table? it maybe slowly whenalotofrowsinyourtable 2006/9/9, Carlos Guzmán Álvarez [EMAIL PROTECTED] : Hello: I'm sure that the C# code is ok, I have execute the query with other data and it go ok. I'm using Firebird Server 1.5 and Firebird Net Provider 1.6Can you send a test

[Firebird-net-provider] (no subject)

2006-09-08 Thread Juanma fernandez
I am executing the follow query: SELECT * FROM HISTPRECONTA WHERE (FECHALTA IS NULL OR FECHALTA='') OR FECHALTA IN('20060907') AND NUMEMP=2AND CODEMPRESA=1 When I do the query with SQL Manager 2005 Lite for Interbase and Firebird, it go well. But when I execute the query fromthis C# code, the

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

2006-09-08 Thread Carlos Guzmán Álvarez
Hello: I'm sure that the C# code is ok, I have execute the query with other data and it go ok. I'm using Firebird Server 1.5 and Firebird Net Provider 1.6 Can you send a test case ?? What is the isolation level you are using for the transactions ( if you are using a non default one ) ?? Is

[Firebird-net-provider] (no subject)

2006-07-12 Thread Juanma fernandez
Hi, I'm Juanma from Spain, and I don't speak English very well. This is my problem: I'm using Firebird 1.5, and I don't know if when I use a varchar, its total length is sent via network from server to client, although lenght of strored dataissmaller than length of the varchar column. Thanks.

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

2006-07-12 Thread Jiri Cincura
On 12.7.2006 10:40 Juanma fernandez wrote: Hi, I'm Juanma from Spain, and I don't speak English very well. This is my problem: I'm using Firebird 1.5, and I don't know if when I use a varchar, its total length is sent via network from server to client, Total length of collumn (like for

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

2006-07-12 Thread Juanma fernandez
opers of the Firebird .NET providers" firebird-net-provider@lists.sourceforge.netTo:"For users and developers of the Firebird .NET providers" firebird-net-provider@lists.sourceforge.netSubject:Re: [Firebird-net-provider] (no subject)Date:Wed, 12 Jul 2006 11:19:30 +0200MIME-Version:1.

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

2006-07-12 Thread Oleg Deribas
Hello, Juanma fernandez said the following on 12.07.2006 13:29: Hi, I refer to the total length of data. For example, If the column is a varchar(10) and I am storing the the the string HELLO, from client to server via network is sent HELLO plus 5 blank spaces or only HELLO? No, server

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

2006-07-12 Thread Carlos Guzmán Álvarez
Hello: Hi, I'm Juanma from Spain, and I don't speak English very well. This is my problem: I'm using Firebird 1.5, and I don't know if when I use a varchar, its total length is sent via network from server to client, although lenght of strored data is smaller than length of the varchar

[Firebird-net-provider] (no subject)

2006-04-24 Thread Bastiaan W