[Firebird-net-provider] Problem integrating with VS 2005

2007-11-14 Thread Daniel Rail
install the VS 2005 SDK. Any help would be appreciated. Daniel Rail - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files

Re: [Firebird-net-provider] FireBird Crashes when users log onto it

2007-11-22 Thread Daniel Rail
/Restore. Why? what has that got to do with this problem? Firebird will not automatically shrink a database, unless you do a backup and restore, using GBAK. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com

Re: [Firebird-net-provider] RFC: Installation

2008-03-06 Thread Daniel Rail
since the first version. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com) - This SF.net email is sponsored by: Microsoft Defy all

Re: [Firebird-net-provider] RFC: Installation

2008-03-08 Thread Daniel Rail
for the FirebirdClient dll, to add it to the VS Toolbox. And, then you can use the components for your projects. But, if you want more support within VS, then you have to install FirebirdClient's DDEX. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA

[Firebird-net-provider] Problem using provider with IIS 7

2009-03-10 Thread Daniel Rail
file. Any help or suggestions would be appreciated. -- Best regards, Daniel Rail Senior System Engineer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com) -- Apps built with the Adobe(R

Re: [Firebird-net-provider] Problem using provider with IIS 7

2009-03-11 Thread Daniel Rail
Hi, At Tuesday, March 10, 2009, 7:22 PM, Jiri Cincura wrote: Do you have record in DbProviderFactories in machine.config for 64b? Thanks, that worked. And, I did forget about it. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med

Re: [Firebird-net-provider] VS2008 FbConnection.ConnectionString Designer

2009-06-18 Thread Daniel Rail
-visual components on it. And most likely the data connection component would be used on the application server. But, why was the connection builder dialog disabled, from the ConnectionString property of FbConnection? -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc

Re: [Firebird-net-provider] ANN: FirebirdClient 2.5.1 released

2009-09-23 Thread Daniel Rail
for 2.5.0, and ECO is supposed to be compiled with Specific Version=false. Also, I noticed that the downloads for 2.5.0 are not available on Sourceforge, other than the web provider. And, excellent work! -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca

Re: [Firebird-net-provider] ANN: FirebirdClient 2.5.1 released

2009-09-23 Thread Daniel Rail
Hi, At September-23-09, 3:15 PM, Jiri Cincura wrote: On Wed, Sep 23, 2009 at 18:36, Daniel Rail dan...@accra.ca wrote: Is there any changes to the interface, compared to 2.5.0? Nope. Any breaking change will result in b+1 (or a+1 obviously) in a.b.c(.d) our version schema. Thanks

Re: [Firebird-net-provider] Expanding mapping abilities for EF

2009-12-30 Thread Daniel Rail
that it wont work. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com) -- This SF.Net email is sponsored by the Verizon Developer Community Take

Re: [Firebird-net-provider] .NET 4

2010-01-06 Thread Daniel Rail
doing it. But maybe you have different opinion. If it is to drop the support for VS2005 DDEX, then it would be to still keep it available for download, for those that might still need it. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med

Re: [Firebird-net-provider] Character set problem between with Firebird .NET provider

2010-01-08 Thread Daniel Rail
to index key size. The only limitation that existed in FB 1.5, that was basically removed from FB 2.0+, was the table size limit, which under FB 1.5 was 40GB/table and is now(in FB 2.0+) a few TB/table. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca

Re: [Firebird-net-provider] Firebird Client error during Fetch cycle

2010-01-19 Thread Daniel Rail
mention that it is a handheld device. What is the hardware configuration(especially memory size)? -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com

Re: [Firebird-net-provider] FbDbType.Decimal param fails

2010-01-25 Thread Daniel Rail
[] and assigning of the values? -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com) -- The Planet: dedicated and managed hosting, cloud

[Firebird-net-provider] Problem with trying to connect to a database

2010-08-12 Thread Daniel Rail
. -- Best regards, Daniel Rail Senior System Engineer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com) -- This SF.net email is sponsored by Make an app they can't live without Enter

Re: [Firebird-net-provider] Problem with trying to connect to a database

2010-08-12 Thread Daniel Rail
Hi, At August-12-10, 9:47 AM, Jiri Cincura wrote: On Thu, Aug 12, 2010 at 14:25, Daniel Rail dan...@accra.ca wrote: Any ideas to help me debug this would be appreciated. http://tracker.firebirdsql.org/browse/DNET-330 Thanks. I've downloaded the latest weekly build

Re: [Firebird-net-provider] Problem with trying to connect to a database

2010-08-12 Thread Daniel Rail
Hi, At August-12-10, 11:07 AM, Daniel Rail wrote: Thanks. I've downloaded the latest weekly build and the fbConnection.Connect now works. But, I'm now getting an error when starting a transaction. The exception message is: Object reference not set to an instance of an object. Here's

Re: [Firebird-net-provider] Urgent: Create Connection in VS2010

2011-02-21 Thread Daniel Rail
;Initial Catalog=C:\Users\smartBugs\Documents\PCTRADE.gdb); I usually write this way: FbConnection conn = new FbConnection(); conn.ConnectionString = data source=127.0.0.1;User id=SYSDBA;Password=masterkey;Initial Catalog=C:\Users\smartBugs\Documents\PCTRADE.gdb; -- Best regards, Daniel Rail

Re: [Firebird-net-provider] Urgent: Create Connection in VS2010

2011-02-22 Thread Daniel Rail
with? Also, is it possible that you have a copy of Interbase running? And, which version of Firebird that is installed? -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com

Re: [Firebird-net-provider] Getting an assembly to accept more than one provider version?

2011-03-07 Thread Daniel Rail
assemblyIdentity name=FirebirdSql.Data.FirebirdClient publicKeyToken=3750abcc3150b00c / bindingRedirect oldVersion=1.0.0.0-2.5.1.0 newVersion=2.5.2.0 / /dependentAssembly /runtime I also added the same thing to Visual Studio's devenv.exe.config file, because of ECO. -- Best regards, Daniel

Re: [Firebird-net-provider] Single transaction per connection?

2012-06-08 Thread Daniel Rail
? Kjell In those cases I use one connection for ECO and another connection for anything outside of ECO. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com

Re: [Firebird-net-provider] WPF/FB Client interaction issue

2015-09-03 Thread Daniel Rail
question on StackOverflow, and the answer might be of some help to you: http://stackoverflow.com/questions/15484296/wpf-bind-control-to-dataview We use ADO.Net Entity Framework for the binding in WPF. It works very well, and very well suited for WPF data binding. -- Best regards, Daniel Rail

Re: [Firebird-net-provider] Migrations

2015-10-01 Thread Daniel Rail
started. Question is whether the global > definition for whole migration generator or per column is more > understandable and discoverable for developers. My preference would be at the column level. Since that would be more discoverable for me, because it is close to where it is used. -- Be

Re: [Firebird-net-provider] Solution With ADO.NET provider 4.10.0.0 Fails Compile

2016-01-18 Thread Daniel Rail
for the same solution succeeds. Regards, Rajiv Reading the release notes for 4.9, there have been a change for the event handlers, to simply use the generic EventHandler. http://tracker.firebirdsql.org/browse/DNET-640 -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc

Re: [Firebird-net-provider] [Firebird-devel] Stored procedures etc. in .NET

2016-06-28 Thread Daniel Rail
logic in a stored procedure or trigger. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com) -- Attend Shape: An AT Tech Expo July 15-16.

[Firebird-net-provider] Entity Framework 6

2017-02-09 Thread Daniel Rail
to register the provider in code ( https://msdn.microsoft.com/en-us/library/jj680699(v=vs.113).aspx ), but I'm unsure what to put for the SetExecutionStrategy line in the example. Any help would be appreciated. -- Best regards, Daniel Rail Senior System Engineer ACCRA Solutions Inc

Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Daniel Rail
the metadata files, when using the EntityConnectionString, because at least here I would be able to specify the provider. If more information is needed, just let me know. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Softwa

Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Daniel Rail
earlier, always receiving "Provider Not Found." Very frustrating. Actually, with Code First in EF6, I'm not dealing with an edmx file at all. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.f

Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Daniel Rail
Developer Tools or SQL Server Data Tools, when installing VS2015. Anyway, thanks for the information and your hard work on the ADO.Net provider. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.fi

Re: [Firebird-net-provider] Entity Framework 6

2017-02-10 Thread Daniel Rail
.Net assembly DLL. The DLL is ComVisible. But other than looking in Hydra's code, I can't say how the DLL is loaded. Again thanks for the information. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Sof

Re: [Firebird-net-provider] Problem creating the code with EF6 Code First from Database

2017-04-22 Thread Daniel Rail
table in that database that has computed fields. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com) -- Check out the vibrant tech community

[Firebird-net-provider] Problem creating the code with EF6 Code First from Database

2017-04-21 Thread Daniel Rail
SDETAIL_DATESTART ON CLAIMSDETAIL(DATESTART); Any help would be appreciated. Also, this table is used as is within our Delphi code for at least 5 years, and we do not want to change that code. -- Best regards, Daniel Rail Senior System Engineer ACCRA Solutions Inc. (www.accra.ca) ACCRA M

Re: [Firebird-net-provider] Problem with setup in VS 2015

2017-03-08 Thread Daniel Rail
to the integration and the registry keys. It looks like that the best approach would be to use the VSIX package installer, possibly using the External Settings Manager. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc.

[Firebird-net-provider] Problem with setup in VS 2015

2017-03-07 Thread Daniel Rail
but no success. I even checked machine.config and all the entries are there. In the project, the Firebird drivers are added via NuGet. Also, this is on the latest version of Windows 10 and VS2015 is up to date. Is there anything else that I need to look at? If more information is needed, let me know.

Re: [Firebird-net-provider] Problem with setup in VS 2015

2017-03-08 Thread Daniel Rail
ike that they have changed how the integration works. I can add the VS2017 support request to the tracker, just let me know under which component(s) that would be appropriate. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.

Re: [Firebird-net-provider] Connecting to encrypted databases

2017-07-12 Thread Daniel Rail
time in the next few weeks to create a VSIX installer for DDEX, because the registry entries are not staying and I have to add them everytime that I need to add EF6 classes to represent tables. Once created, it will surely be contributed to the project. -- Best regards, Daniel Rail Senior Sof

Re: [Firebird-net-provider] Problem creating the code with EF6 Code First from Database

2017-04-24 Thread Daniel Rail
es, the RDB$FIELD_TYPE and RDB$FIELD_LENGTH both have values in them, one would be VARCHAR(132) and the others would be CHAR(1). -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com) --

Re: [Firebird-net-provider] EF handling - as string parameter

2017-05-02 Thread Daniel Rail
F6 sources to find out the real behavior. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med Software Inc. (www.filopto.com) -- Check out the vibrant tech community on one of

Re: [Firebird-net-provider] Problem creating the code with EF6 Code First from Database

2017-05-02 Thread Daniel Rail
ething with that one table in particular and the complexities of its computed fields. As soon, as I have a reproducible test case, I'll enter an issue in the tracker. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med