Re: [Firebird-net-provider] Handling of boolean in .Net Provider 4.6.2

2015-06-26 Thread Christian Waldmann
. We are using SMALLINT type in our project. FB EF provider also generates tables with SMALLINT fields for code- first class fields. On 26 June 2015 at 14:49, Christian Waldmann christian.waldmann@rte- ag.ch wrote: I am using Firebird 2.5.4, superServer and embedded, Visula Studio

[Firebird-net-provider] Handling of boolean in .Net Provider 4.6.2

2015-06-26 Thread Christian Waldmann
Is this a bug or am I missing the correct usage of storing a 'bool'? Happy coding Christian Waldmann -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network

Re: [Firebird-net-provider] Handling of boolean in .Net Provider 4.6.2

2015-06-26 Thread Christian Waldmann
providers Betreff: Re: [Firebird-net-provider] Handling of boolean in .Net Provider 4.6.2 We are using SMALLINT type in our project. FB EF provider also generates tables with SMALLINT fields for code- first class fields. On 26 June 2015 at 14:49, Christian Waldmann christian.waldmann@rte- ag.ch

Re: [Firebird-net-provider] can't find *.reg files

2015-06-01 Thread Christian Waldmann
The installation documentation of the DDEX provider refers to *.reg files to be edited and imported. Download also the ZIP archiv, there are the .reg files -- ___

[Firebird-net-provider] Access read only database in without write permission

2011-04-04 Thread Christian Waldmann
permission, even for a read only database ? Regards Christian Waldmann Settings: Database file: ODS of Firebird 1.5, set to read only with IBExpert Fbembed.dll: 2.1.4.18407 FirebirdSql.Data.FirebirdClient.dll: 2.6.0.0 OS: Windows XP Pro 32 bit

Re: [Firebird-net-provider] Installing FirebirdDDEXPRrovider 2.0.1

2007-07-04 Thread Christian Waldmann
Hello Denis I had the same problem with the closing dialog. Please check the version in the machine.config file. Both versions must be actual. ... configuration configSections section name=firebirdsql.data.firebirdclient type=System.Data.Common.DbProviderConfigurationHandler,

Re: [Firebird-net-provider] Some problems with ddex and tableadapter

2006-10-27 Thread Christian Waldmann
Hello Does your table have a primary key defined? If not, the Insert and update commands are not generated. Regards Christian Waldmann Le roy Arnaud [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] I've tested this and I've no problem with this (tested with FB and MS SQL

Re: [Firebird-net-provider] Installation

2006-09-27 Thread Christian Waldmann
n - which already had 2.0.0 on it. I could not make that work no matter what I did. I spent quite a long time trying lots of different things. I may just wait till next version comes out.Thanks for your helpMarv On 9/25/06, Christian Waldmann [EMAIL PROTECTED] wrote:

Re: [Firebird-net-provider] DDEX 2.0.1.0 RC1 VS2005 crash

2006-09-22 Thread Christian Waldmann
] Im Auftrag von Christian Waldmann Gesendet: Freitag, 22. September 2006 11:55 An: firebird-net-provider@lists.sourceforge.net Betreff: [Firebird-net-provider] DDEX 2.0.1.0 RC1 VS2005 crash I have switched from DDEX 2.0.0.0 (stable) to DDEX 2.0.1.0 RC1. In Visual Studio 2005 I can open

Re: [Firebird-net-provider] Crystal Report with ADO.Net 2.0, how to get data in the report?

2006-08-30 Thread Christian Waldmann
Hello I now can load a Crystal Report from firebird with ADO.NET. I use a case sensitive database (quoted identifiers, not every body likes this, but the VS 2005 generated codelooks much nicer), and I have to use quotes sometimes and sometimes not: The contructor of FbDataAdapter must have

[Firebird-net-provider] Crystal Report with ADO.Net 2.0, how to get data in the report?

2006-08-28 Thread Christian Waldmann
Hello I am trying to fill a Crystal report from a Firebird database via ADO.NET, but the report contains no data rows. I have workt through the tutorial from Microsoft and can fill Crystal reports with CUSTOMER from ACCESS database and OLE DB. The following code is from the tutorial:

Re: [Firebird-net-provider] DDEX stored procedure problem

2006-08-21 Thread Christian Waldmann
Hello Carlos The Installer for the provider installs the FirebirdSql.VisualStudio.DataTools.dll file with the date 2006-04-07. I have exchanged it with the weekly built from http://netprovider.cincura.net/ with the file date 2006-08-15 Now I can drag and drop the stored procedure without

Re: [Firebird-net-provider] Firebird with C#

2006-08-21 Thread Christian Waldmann
Hello Raimundo Good places tostart are: http://www.firebirdtutorial.net/ http://www.dotnetfirebird.org/ http://www.firebirdquestions.net/ And this mailing list is very responsive. Regards Chris - Original Message - From: Raimundo Morais To:

Re: [Firebird-net-provider] DDEX stored procedure problem

2006-08-18 Thread Christian Waldmann
Hello Imre I am using firebird already for 3 years, but now I am switching from Borland VCL to VS .NET 2.0 technoligies. I think autoincrement fields and your propusal are fine for local, single user databases, like a firebird embedded database. In a multi user envirement, two users can