[Firebird-net-provider] [FB-Tracker] Created: (DNET-608) Typo on property "DefaultConnectionLifetime" of FbConnectionString class

2015-05-31 Thread Marco De Salvo (JIRA)
a provider Issue Type: Improvement Components: ADO.NET Provider Affects Versions: 4.6.2.0 Reporter: Marco De Salvo Assignee: Jiri Cincura Priority: Trivial Typo on property "DefaultConnectionLifetime" of FbConnectionString class

[Firebird-net-provider] SqlQuery is not working

2014-08-12 Thread Marco Castro
the reader is closed. Thanks, Marco Castro -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

[Firebird-net-provider] Error when reading from connection

2014-08-11 Thread Marco Castro
issue solve? Thanks, Marco Casrto -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

[Firebird-net-provider] Firebird and Generate Views in Visual Studio 2013

2014-08-06 Thread Marco Castro - McSoft
t;provider invariantName="FirebirdSql.Data.FirebirdClient" type="FirebirdSql.Data.EntityFramework6.FbProviderServices, EntityFramework.Firebird" /> providers> entityFramework>Thanks,Marco Castro --

Re: [Firebird-net-provider] Entity Framework woes (cannot update modelfrom database)

2014-04-15 Thread Marco Castro - McSoft
Title: EMail McSoft Hi, try with DDEX 3.0.0. Best regards, Marco Aurelio Castro

Re: [Firebird-net-provider] LINQ Outer Error

2013-05-09 Thread Marco Aurélio Castro
Hello Muthu,  I would say that your issue is at this part of the code:  : l.RECEIPTITEMs.FirstOrDefault().DEPARTMENT and/or (l.RECEIPTDISCOUNTs.Any() Marco Castro- Original Message - From: Muthu Annamalai [mailto:pearlamer...@hotmail.com] To: firebird-net-provider@lists.sourceforge.net

Re: [Firebird-net-provider] FW: What is this error: Fieldnotfound:System.Data.Common.DbProviderManifest.ConceptualSchemaDefinitionVersion3

2013-01-04 Thread Marco Aurélio Castro
SICO" + "B"."RESERVADO" IS NULL) THEN CAST(CASE WHEN (0 + "B"."ENCOMENDA" IS NULL) THEN 0 ELSE 0 +        ***          "B"."ENCOMENDA" END AS DECIMAL(19,0))        ***        ELSE "B"."

Re: [Firebird-net-provider] FW: What is this error: Field notfound:System.Data.Common.DbProviderManifest.ConceptualSchemaDefinitionVersion3

2013-01-03 Thread Marco Aurélio Castro
e the provider is not working as expected.Thanks,Marco Castro- Original Message - From: Jiri Cincura [mailto:disk...@cincura.net] To: firebird-net-provider@lists.sourceforge.net Sent: Wed, 2 Jan 2013 09:44:32 +0100 Subject: Re: [Fire

Re: [Firebird-net-provider] FW: What is this error: Field not found:System.Data.Common.DbProviderManifest.ConceptualSchemaDefinitionVersion3

2013-01-01 Thread Marco Aurélio Castro
reinstall the system again and wonder, if necessary, the Firebird's provider works with .Net 4.5?Thanks,Marco Castro- Original Message - From: Jiri Cincura [mailto:disk...@cincura.net] To: firebird-net-provider@lists.sourceforge.net Sent: Mon, 31 Dec 2012 23:49:00 +0100 Subject: Re: [Fire

[Firebird-net-provider] FW: What is this error: Field not found: System.Data.Common.DbProviderManifest.ConceptualSchemaDefinitionVersion3

2012-12-31 Thread Marco Aurélio Castro
This is a bug in 3.0.2.0 version. In version 3.0.0.0 this error message does not appear. -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skil

[Firebird-net-provider] What is this error: Field not found: System.Data.Common.DbProviderManifest.ConceptualSchemaDefinitionVersion3

2012-12-31 Thread Marco Aurélio Castro
on caught was of type 'System.MissingFieldExceptionExeption', with this erros message: 'Field not found: System.Data.Common.DbProviderManifest.ConceptualSchemaDefinitionVersion3'.  Is there any information or solution for this?  Thanks,  Marco Castro -

[Firebird-net-provider] Problem with MVC 4 and Frameworok 4.5

2012-12-28 Thread Marco Aurélio Castro
located in this line "using FirebirdSql.Data.FirebirdClient;". After a lot of tests I got no success. After deinstalling MVC 4 and Framework 4.5 VS cames working correctly.   Any clue about this?   Thanks,   Ma

[Firebird-net-provider] [FB-Tracker] Created: (DNET-403) Lets get more space in the generated query

2012-01-09 Thread Marco Castro (JIRA)
Framework support Affects Versions: 2.6.5 Reporter: Marco Castro Assignee: Jiri Cincura In a huge database I'm experiencing an often situation: the generated query is greater that 64K and Firebird can't handle this. I would like to suggest reduce the size of the

[Firebird-net-provider] Another case of wrong generated code to Firebird

2012-01-07 Thread Marco Aurelio Castro
t;EDITORA" ) AS "Project4" WHERE EXISTS (SELECT 1 AS "C1" FROM (SELECT "UnionAll2".**"C1" AS "C1" FROM (SELECT "UnionAll1".**"C1" AS "C1" FROM (SELECT 13 AS "C1" FROM ( SELECT 1 AS X FROM RDB$DATABAS

[Firebird-net-provider] A sugestion that can be helpfull

2012-01-07 Thread Marco Aurelio Castro
han 64K is very easay in ORM world. I would like to suggest reduce the size of the aliases to decrease the size of the query. Example, turns GroupBy1 to G1 and so on. This would be very helpfull. Thanks, Marco Aurélio Castro Dire

[Firebird-net-provider] The provider is creating incompatible code to Firebird

2012-01-07 Thread Marco Aurelio Castro
SS APPLY (SELECT FIRST (1) "Extent2"."DATA_**PRIMEIRA_**COMPRA" AS "DATA_PRIMEIRA_**COMPRA" FROM "ESTOQUES" AS "Extent2" WHERE ("Extent1"."**LIVRO" = "Extent2"."LIVRO"**) AND ("Extent2"."**FILIAL&

Re: [Firebird-net-provider] How can I use % inside of a contatinsstring?

2010-08-22 Thread Marco Castro
>> >> ...WHERE UPPER("Extent1"."CLIENTNAME") LIKE _UTF8'%MARC\%VIEI%' >> ESCAPE >> _UTF8'\' > No, you can't do it with Contains. The Contains takes a string, not a > pattern, it's how the method signature is done. But you can do it > using i.e. StartsWith and EndsWith together. > You mean th

[Firebird-net-provider] How can I use % inside of a contatins string?

2010-08-21 Thread Marco Castro
7;%MARC\%VIEI%' ESCAPE _UTF8'\' In my point of view, "\%" is not the best code. Or is there a way to get this code: LIKE '%MARC%VIEI%'. In other words: I need that % is % as in the LIKE speci

Re: [Firebird-net-provider] First asp.net/firebird application

2008-07-01 Thread Marco
I found instructions about GAC and machine.config setup but nothing about web.config...I should have missed it. Can you tell me how to configure it, please ? "Carlos Guzmán Álvarez" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > Hello: > > I got this error: > > > > C

[Firebird-net-provider] First asp.net/firebird application

2008-07-01 Thread Marco
Hi, I'm pretty novice in asp.net programming and I have to write a small aspx page (using vbscript) to connect to a Firebird database. I've installed DDEX and everything seems to be ok. Since the server I'm working on has Visual Studio 2005 I've installed all fb components but I can't use them (the

Re: [Firebird-net-provider] Your login SYSDBA is same as one of the

2008-04-28 Thread Marco
Jiri Cincura ha scritto: > On 4/23/08, Marco <[EMAIL PROTECTED]> wrote: >> "Your login SYSDBA is same as one of the SQL role name. Ask your database >> administrator to set up a valid Firebird login." > > This is trick, when you need to block sysdba account

Re: [Firebird-net-provider] Your login SYSDBA is same as one of the

2008-04-28 Thread Marco
Jiri Cincura ha scritto: > On 4/23/08, Marco <[EMAIL PROTECTED]> wrote: >> "Your login SYSDBA is same as one of the SQL role name. Ask your database >> administrator to set up a valid Firebird login." > > This is trick, when you need to block sysdba account

[Firebird-net-provider] Your login SYSDBA is same as one of the SQL role name

2008-04-23 Thread Marco
up a valid Firebird login." Where is the problem? I' have read embedded firebird 1.5 not use autentication for DB. Can you help me? Thanks Marco - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference D

[Firebird-net-provider] Newbie on Current Transaction

2007-02-13 Thread marco
sense. _ Marco - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1