[Firebird-net-provider] Provider 2.1.0.0 FBBackup Execute Method throws Object Ref Exception

2007-05-11 Thread Muthu Annamalai
version is 2.0.0.12748. Muthu Annamalai - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http

[Firebird-net-provider] Provider 2.1.0.0 FBBackup Execute Method throws Object Ref Exception

2007-05-12 Thread Muthu Annamalai
Ref Exception From: Jiri Cincura [EMAIL PROTECTED] - 2007-05-11 16:45 Muthu Annamalai wrote: Hi, I was using version 2.0.1.0 and backup method worked properly. Yesterday I changed the provider to version 2.1.0.0. In the new version fbbackup execute method I am getting Object Reference

[Firebird-net-provider] Backup, Restore throwing Obj Ref Error

2007-09-27 Thread Muthu Annamalai
, Backup Database) Return False End Try End Function Thanks! Muthu Annamalai - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go

[Firebird-net-provider] FB Embed File is in Use

2008-09-12 Thread Muthu Annamalai
the application, then on next use, the provider throws an error saying, I/O Error for file CreateFile(Open) Any help to resolve this issue is highly appreciated Thanks! Muthu Annamalai - This SF.Net email is sponsored

[Firebird-net-provider] Will Provider work with Smart Device

2009-02-13 Thread Muthu Annamalai
Hi, Can we use firebird dot net provider to write Smart Device Application ? Thanks! Muthu Annamalai -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest

[Firebird-net-provider] Entity Framework Foreign Key Relation

2010-01-20 Thread Muthu Annamalai
0 0 1/1/0001 1/1/0001 How would you avoid zero value for all PK's. Any code snippet is much appreciated. Thanks! Muthu Annamalai

[Firebird-net-provider] Entity Framework Foreign Key Relation

2010-01-20 Thread Muthu Annamalai
0 0 1/1/0001 1/1/0001 How would you avoid zero value for all PK's. Any code snippet is much appreciated. Thanks! Muthu Annamalai

Re: [Firebird-net-provider] Entity Framework Foreign Key Relation

2010-01-20 Thread Muthu Annamalai
and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Entity Framework Foreign Key Relation On Wed, Jan 20, 2010 at 18:51, Muthu Annamalai pearlamer...@hotmail.com wrote: How would you avoid zero value for all PK's. Didn't you just said that you're generating PKs

Re: [Firebird-net-provider] Entity Framework Foreign Key Relation

2010-01-20 Thread Muthu Annamalai
, 2010 at 18:51, Muthu Annamalai pearlamer...@hotmail.com wrote: a record in customer table using Entity Framework all the PK's were inserted as 0. I searched online and changed all the PK's as Identity column, still no luck. See the sample row. Reading this looks like you're talking about FK

Re: [Firebird-net-provider] Entity Framework Foreign Key Relation

2010-01-20 Thread Muthu Annamalai
I don't create the insert statement, it is created by Entity Framework. In EF I have set the field as below StoreGeneratedPattern: Identity EntityKey: True Name:Id Nullable:False Type:Int32 Thanks! Muthu Annamalai -Original Message- From: Helen Borrie [mailto:hele...@tpg.com.au] Sent

Re: [Firebird-net-provider] How to work identity columns within EF

2010-02-17 Thread Muthu Annamalai
Add storegeneratedpattern property to your identity in EF set it to true, and call Table1.SaveChanges(False). It worked for me Thanks! Muthu Annamalai From: Rick [mailto:rick__...@hotmail.com] Sent: Wednesday, February 17, 2010 12:59 PM To: firebird-net-provider Subject: [Firebird-net

[Firebird-net-provider] reference not set to an instance of an object - On BeginTransaction Method

2010-11-17 Thread Muthu Annamalai
transactionName) at FirebirdSql.Data.FirebirdClient.FbConnection.BeginTransaction(IsolationLevel level, String transactionName) at FirebirdSql.Data.FirebirdClient.FbConnection.BeginTransaction() Thanks! Muthu Annamalai

[Firebird-net-provider] Entity Framework Default Value

2011-01-24 Thread Muthu Annamalai
In VS 2010 I started using EF4 with firebird 2.5.0 and fb provider 2.6.0.0. AutoIncrement, Bool everything is working out well. Is there a way we can get the default value from database as well. I really appreciate your time and effort for providing an efficient provider. Thanks! Muthu Annamalai

[Firebird-net-provider] Keyword Not Supported Error

2011-03-18 Thread Muthu Annamalai
help in this regard is highly appreciated. Thanks! Muthu Annamalai -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http

[Firebird-net-provider] Entity Framework

2011-10-03 Thread Muthu Annamalai
). The program '[5048] PearlPOS.vshost.exe: Managed (v4.0.30319)' has exited with code 0 (0x0). _ Any help is highly appreciated Thanks! Muthu Annamalai -- All the data continuously generated in your

Re: [Firebird-net-provider] Entity Framework

2011-10-04 Thread Muthu Annamalai
: [Firebird-net-provider] Entity Framework On Tue, Oct 4, 2011 at 2:54 PM, Muthu Annamalai pearlamer...@gmail.com wrote: My doubt is the ObjectSet.ToList is the way it is supposed to work ? when we prepare sql statement manually to retrieve records we only write once and not one for each record

Re: [Firebird-net-provider] Entity Framework

2011-10-04 Thread Muthu Annamalai
-provider] Entity Framework On Tue, Oct 4, 2011 at 5:44 PM, Muthu Annamalai muthuannama...@sbcglobal.net wrote: It seems like the provider is issuing select statement for each record and No it's not. It's doing it in one query. BTW provider isn't issuing any query. It's just sending commands

[Firebird-net-provider] Computedby Column Edmx Issue

2012-01-16 Thread Muthu Annamalai
appreciated. Thanks! Muthu Annamalai -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2___ Firebird-net-provider

Re: [Firebird-net-provider] Computedby Column Edmx Issue

2012-01-17 Thread Muthu Annamalai
Message- From: Jiri Cincura [mailto:disk...@cincura.net] Sent: Tuesday, January 17, 2012 12:54 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Computedby Column Edmx Issue On Mon, Jan 16, 2012 at 7:25 PM, Muthu Annamalai muthuannama

Re: [Firebird-net-provider] Computedby Column Edmx Issue

2012-01-17 Thread Muthu Annamalai
Subject: Re: [Firebird-net-provider] Computedby Column Edmx Issue On Tue, Jan 17, 2012 at 4:00 PM, Muthu Annamalai muthuannama...@sbcglobal.net wrote: The datatype of other columns that is showing properly is Numeric(15,4). The datatype of the computedby column is Numeric(15,8). I thought

[Firebird-net-provider] (no subject)

2012-11-16 Thread Muthu Annamalai
=FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient, Version=3.0.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c/ /DbProviderFactories /system.data Any help is highly appreciated, Thanks! Muthu Annamalai

[Firebird-net-provider] VS 2012 and Firebird DotNet Provider 3.0

2012-11-17 Thread Muthu Annamalai
=neutral, PublicKeyToken=3750abcc3150b00c/     /DbProviderFactories   /system.data   Any help is highly appreciated,   Thanks! Muthu Annamalai      -- Monitor your physical, virtual and cloud infrastructure from a single

Re: [Firebird-net-provider] Code First Error

2013-03-24 Thread Muthu Annamalai
from my iPad On Mar 22, 2013, at 3:07 AM, Jiri Cincura disk...@cincura.net wrote: On Fri, Mar 22, 2013 at 3:05 AM, Muthu Annamalai muthuannama...@sbcglobal.net wrote: System.Data.Entity.Edm.EdmEntityType: EntityType ‘Image’ has no key defined. Define the key for this EntityType

[Firebird-net-provider] EF Code First Attempted Update of read-only Column

2013-04-30 Thread Muthu Annamalai
--- at System.Data.Entity.Internal.InternalContext.SaveChanges() at System.Data.Entity.Internal.LazyInternalContext.SaveChanges() at System.Data.Entity.DbContext.SaveChanges() at Pearlpos.Data.Models.Entities.SaveChanges() in c:\Users\Muthu Annamalai\Documents\Visual Studio 2012\Projects\Pearlpos\Pearlpos.Data\Models\Entities.cs:line

[Firebird-net-provider] LINQ Outer Error

2013-05-08 Thread Muthu Annamalai
I Use VS 2012 Ultimate, EF 5.0 Code First, Firebird Provider 3.0.2.0 When I use the following LINQ query public IQueryableSalesTotalCount ZDepartmentSalesPeriod { get { return (from r in ReceiptRepository.NoTracking()

[Firebird-net-provider] Unable to find the requested .Net Framework Data Provider

2013-05-20 Thread Muthu Annamalai
) at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoAppl icationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(St ring[] commandLine) at My.MyApplication.Main(String[] Args) -- Thanks, Muthu Annamalai

[Firebird-net-provider] Provider 3.2.0.0 EF6 Exception

2013-10-07 Thread Muthu Annamalai
After I installed the 3.2.0.0 EF6 Version, I am getting this exception, any help is appreciated, Thanks, Muthu Annamalai System.TypeInitializationException was unhandled HResult=-2146233036 Message=The type initializer for 'Pearlpos.Data.Models.Entities' threw an exception. Source

[Firebird-net-provider] Provider 3.2.0.0 EF6 Exception

2013-10-13 Thread Muthu Annamalai
() in c:\Users\Muthu Annamalai\Documents\Visual Studio 2012\Projects\Pearlpos\Pearlpos.Data\Utils\DatabaseUtility.cs:line 37 at Pearlpos.Data.Utils.DataInit..ctor() in c:\Users\Muthu Annamalai\Documents\Visual Studio 2012\Projects\Pearlpos\Pearlpos.Data\Utils\DataInit.cs:line 21

[Firebird-net-provider] Scale Precision 4 Truncates to 2 in Database

2014-07-05 Thread Muthu Annamalai
Hi, I am using Provider 4.2.0.0 and EF 6.0.0.0 in VS 2012. When I update a value with 4 digit precision as 1., the value in database is saved as 1.99. The last 2 digits got truncated. I really want 4 digit precision. Any help is appreciated. In database table the field is set to a domain,