Re: [Firebird-net-provider] DDEX not working on VS2013

2014-03-26 Thread Eric FE
, 2014 9:05 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] DDEX not working on VS2013 On Wed, Mar 26, 2014 at 2:57 PM, Eric FE wrote: > Shouldn't the installer do that? The *ADO.NET Provider's* installer does that. -- Jiri

Re: [Firebird-net-provider] DDEX not working on VS2013

2014-03-26 Thread Jiri Cincura
On Wed, Mar 26, 2014 at 2:57 PM, Eric FE wrote: > Shouldn't the installer do that? The *ADO.NET Provider's* installer does that. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com ---

Re: [Firebird-net-provider] DDEX not working on VS2013

2014-03-26 Thread Eric FE
Shouldn't the installer do that? -Original Message- From: Jiri Cincura [mailto:disk...@cincura.net] Sent: Wednesday, March 26, 2014 3:55 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] DDEX not working on VS2013 On Tue, Mar 25, 20

Re: [Firebird-net-provider] DDEX not working on VS2013

2014-03-26 Thread Jiri Cincura
On Tue, Mar 25, 2014 at 10:38 PM, Eric FE wrote: > When I change any values in the connection dialog, the dialog disappears. Provider is not registered in GAC matching machine.config (or vice versa). -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.c

[Firebird-net-provider] DDEX not working on VS2013

2014-03-25 Thread Eric FE
Hello, I'm trying to use the DDEX Provider Version 3.0.1 in VS2013, but it's not working. When I change any values in the connection dialog, the dialog disappears. Has anyone got the DDEX provider working in VS2013? I'm in the process of adding Firebird support to my ORM. Tha

[Firebird-net-provider] DDEX 3.0.1

2014-01-30 Thread Jiri Cincura
Hi *, DDEX provider for Firebird has just been released. More info http://blog.cincura.net/233441-ddex-provider-3-0-1-for-firebird-released/ . -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com --

[Firebird-net-provider] ddex 3.0.0.0 advanced properties

2014-01-10 Thread EJ
trying to access a remote database server and getting this error --- Microsoft Visual Studio --- Unable to complete network request to host "192.168.1.98". --- OK --- I'm having this as the name of the

Re: [Firebird-net-provider] DDEX 3.0.0.0 compatibility with firebird client versions

2014-01-10 Thread EJ
i tried running 2.5 in dev and it's still giving the same error On Fri, Jan 10, 2014 at 9:30 AM, Jiri Cincura wrote: > On Fri, Jan 10, 2014 at 1:14 PM, EJ wrote: > > do i need to run 2.5 instead? > > Yes, for development. > > -- > Jiri {x2} Cincura (x2develop.com founder) > http://blog.cincura

Re: [Firebird-net-provider] DDEX 3.0.0.0 compatibility with firebird client versions

2014-01-10 Thread Jiri Cincura
On Fri, Jan 10, 2014 at 1:14 PM, EJ wrote: > do i need to run 2.5 instead? Yes, for development. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- CenturyLink Cloud: T

Re: [Firebird-net-provider] DDEX 3.0.0.0 compatibility with firebird client versions

2014-01-10 Thread EJ
actually i just tried uninstalling 2.1 and installed latest 2.5 and get the same exact error On Fri, Jan 10, 2014 at 6:14 AM, EJ wrote: > i'm runnin 2.1.5.18497 firebird client and get this error when trying to > add entities to the model - do i need to run 2.5 instead? > > Unable to generate t

Re: [Firebird-net-provider] DDEX 3.0.0.0 compatibility with firebird client versions

2014-01-10 Thread EJ
i'm runnin 2.1.5.18497 firebird client and get this error when trying to add entities to the model - do i need to run 2.5 instead? Unable to generate the model because of the following exception: 'An error occurred while executing the command definition. See the inner exception for details. Dynam

Re: [Firebird-net-provider] DDEX 3.0.0.0 compatibility with firebird client versions

2014-01-09 Thread Jiri Cincura
On Thu, Jan 9, 2014 at 1:16 PM, EJ wrote: > is there a particular version of firebird that this ddex is and is not > compatible with? DDEX is compatible with all Firebird server version. >From the error I guess, you're not that much interested in DDEX, but in Entity Framework. There you need for

Re: [Firebird-net-provider] DDEX 3.0.0 0 type initializer for 'FirebirdSql.Data.Common.TimeoutHelper' threw an exception

2014-01-09 Thread Jiri Cincura
On Thu, Jan 9, 2014 at 1:15 PM, EJ wrote: > there is a bug in the installer that was putting on the 45 version when i > only had 40 Installer installs only 4.5 version. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com --

[Firebird-net-provider] DDEX 3.0.0.0 compatibility with firebird client versions

2014-01-09 Thread EJ
i'm trying to run with firebird 1.5 client and am getting the following error when i try to add a new entity framework model --- Microsoft Visual Studio --- An error occurred while connecting to the database. The database might be unavailable. An exc

Re: [Firebird-net-provider] DDEX 3.0.0 0 type initializer for 'FirebirdSql.Data.Common.TimeoutHelper' threw an exception

2014-01-09 Thread EJ
thanks - manually installing 4.0 worked - apparently there is a bug in the installer that was putting on the 45 version when i only had 40 and vs 2010 just FYI On Sun, Jan 5, 2014 at 11:18 PM, Jiri Cincura wrote: > You installed provider version for .NET 4.5. > > > -- > Jiri {x2} Cincura (x2dev

Re: [Firebird-net-provider] DDEX 3.0.0 0 type initializer for 'FirebirdSql.Data.Common.TimeoutHelper' threw an exception

2014-01-05 Thread Jiri Cincura
You installed provider version for .NET 4.5. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- Rapidly troubleshoot problems before they affect your business. Most IT

[Firebird-net-provider] DDEX 3.0.0 0 type initializer for 'FirebirdSql.Data.Common.TimeoutHelper' threw an exception

2014-01-05 Thread EJ
I've installed ddex 3.0.0.0 and the firebird .net provider 4.1.0.0 and are using visual studio 2010 sp1 on windows 7 32 bit when i try to add a new connection and choose firebird and select my database and enter all of the data and click on the test connection button i get this message --

Re: [Firebird-net-provider] DDEX 3.0 upgrade problem

2013-11-28 Thread Fanda
Markus Ostenried writes: > > On Tue, Mar 19, 2013 at 9:45 PM, Brian Liedtke wrote: > > The download side is confusing, it looks like the msi package > > is for all the listed versions of .NET. not just 4.5. > > Indeed, I got confused there, too. > Great work with the provider though -- I'm hap

Re: [Firebird-net-provider] DDEX VS2013 Support

2013-11-13 Thread Jiri Cincura
Hi, 2013/11/13 Kevin Schmitz > > add DDEX support for VS2013 the DDEX provider supports VS2013. You can use it without any limitation. You only need to (currently) install it manually (at least changing registry keys). I'm planning to update the installer soon, but now I'm in the connection pool

[Firebird-net-provider] DDEX VS2013 Support

2013-11-12 Thread Kevin Schmitz
Good morning, please add DDEX support for VS2013. Thx:) Mit freundlichen Grüßen / best regards / un cordial saludo / s pozdravem Kevin Schmitz Softwareentwickler / Software Developer _ [cid:image003.

Re: [Firebird-net-provider] DDEX 3.0 upgrade problem

2013-03-19 Thread Markus Ostenried
On Tue, Mar 19, 2013 at 9:45 PM, Brian Liedtke wrote: > The download side is confusing, it looks like the msi package > is for all the listed versions of .NET. not just 4.5. Indeed, I got confused there, too. Great work with the provider though -- I'm happy I can continue using Firebird. Thanks

Re: [Firebird-net-provider] DDEX 3.0 upgrade problem

2013-03-19 Thread Brian Liedtke
to do with Visual Studio. Brian -Original Message- From: André Knappstein Sent: Tuesday, March 19, 2013 5:46 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] DDEX 3.0 upgrade problem A common question and usually always the same answer

Re: [Firebird-net-provider] DDEX 3.0 upgrade problem

2013-03-19 Thread Jiri Cincura
On Tue, Mar 19, 2013 at 12:46 PM, André Knappstein wrote: > A common question and usually always the same answer. > > You probably have this: > http://sourceforge.net/projects/firebird/files/firebird-net-provider/3.0.2/NETProvider-3.0.2.0.msi/download > > But what you need is this: > http://source

Re: [Firebird-net-provider] DDEX 3.0 upgrade problem

2013-03-19 Thread André Knappstein
8, 2013 3:12 PM > To: For users and developers of the Firebird .NET providers > Subject: Re: [Firebird-net-provider] DDEX 3.0 upgrade problem > You're using version for .NET 4.5 very likely, but you're developing >

Re: [Firebird-net-provider] DDEX 3.0 upgrade problem

2013-03-18 Thread Brian Liedtke
utral, PublicKeyToken=bae6c78ccb0fcdb3, processorArchitecture=MSIL Number of items = 1 -Original Message- From: Jiri Cincura Sent: Monday, March 18, 2013 3:12 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] DDEX 3.0 upgrade problem Y

Re: [Firebird-net-provider] DDEX 3.0 upgrade problem

2013-03-18 Thread Brian Liedtke
Message- From: Jiri Cincura Sent: Monday, March 18, 2013 3:12 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] DDEX 3.0 upgrade problem You're using version for .NET 4.5 very likely, but you're developing for previous version. --

Re: [Firebird-net-provider] DDEX 3.0 upgrade problem

2013-03-18 Thread Jiri Cincura
You're using version for .NET 4.5 very likely, but you're developing for previous version. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- Everyone hates slow website

[Firebird-net-provider] DDEX 3.0 upgrade problem

2013-03-18 Thread Brian Liedtke
I just upgraded to Firebird 2.5.1, .NET provider 3.0.2.0, and DDEX 3.0.0.0. for Windows (7 64-bit). On the previous versions of the tools, I had created an entity data source with no problem. Now when I try to upgrade that data source, The wizard gives the error "... An exception of type 'Syst

[Firebird-net-provider] DDEX configSection

2012-10-02 Thread Jiri Cincura
Hi *, I was today playing with DDEX and found that (maybe) the "http://blog.cincura.net/ | http://www.ID3renamer.com -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app perform

Re: [Firebird-net-provider] DDEX 2.0.6 release

2012-09-04 Thread Jiri Cincura
For me any of HKEY_LOCAL_MACHINE didn't work. Don't know. Maybe MS changed something. DDEX is such a foggy area. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- Live

Re: [Firebird-net-provider] DDEX 2.0.6 release

2012-09-04 Thread Mark Rotteveel
On Tue, 4 Sep 2012 14:02:37 +0200, Jiri Cincura wrote: > On Tue, Sep 4, 2012 at 1:51 PM, Miroslav Hrázský > wrote: >> Is there any reason to move FB DDEX registry keys from >> >> HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\11.0\ >> >> to >> >> HKEY_CURRENT_USER\Software\Micro

Re: [Firebird-net-provider] DDEX 2.0.6 release

2012-09-04 Thread Jiri Cincura
On Tue, Sep 4, 2012 at 1:51 PM, Miroslav Hrázský wrote: > Is there any reason to move FB DDEX registry keys from > > HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\11.0\ > > to > > HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config\ ? > > I'm curious because for me (Wi

Re: [Firebird-net-provider] DDEX 2.0.6 release

2012-09-04 Thread Miroslav Hrázský
try this http://sourceforge.net/projects/firebird/files/firebird-net-provider/DDEX%202.0.6/FirebirdDDEXProvider-2.0.6.zip/download On 4 September 2012 13:51, Roberto Carlos | Unimed < roberto.car...@unimed-online.net> wrote: > I have not found the DDEX provider for Visual Studio 20

Re: [Firebird-net-provider] DDEX 2.0.6 release

2012-09-04 Thread Miroslav Hrázský
Is there any reason to move FB DDEX registry keys from HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\11.0\ to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config\ ? I'm curious because for me (Win7 64) the former works without any problems. On 4 September 2012 13:

Re: [Firebird-net-provider] DDEX 2.0.6 release

2012-09-04 Thread Roberto Carlos | Unimed
; For discussion among Firebird Developers ; firebird-to...@yahoogroups.com Subject: [Firebird-net-provider] DDEX 2.0.6 release Hi *, I'm proud to introduce you brand new shiny release of DDEX provider for Visual Studio. Now with Visual Studio 2012 (RTM) support. Grab it while it's

[Firebird-net-provider] DDEX 2.0.6 release

2012-09-04 Thread Jiri Cincura
Hi *, I'm proud to introduce you brand new shiny release of DDEX provider for Visual Studio. Now with Visual Studio 2012 (RTM) support. Grab it while it's hot. http://blog.cincura.net/232999-firebirds-ddex-provider-2-0-6-with-visual-studio-2012-support-released/ -- Jiri {x2} Cincura (x2develop.

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2012-06-20 Thread Jiri Cincura
http://tracker.firebirdsql.org/browse/DNET-442 -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [Firebird-net-provider] DDEX and Visual Studio 11 (Beta)

2012-04-12 Thread Roberto Carlos | Unimed
windows From: Brian Liedtke Sent: Thursday, April 12, 2012 3:21 PM To: Pliachas Paschalis ; For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] DDEX and Visual Studio 11 (Beta) The one thing that bit me was to make sure you copy the 32 bit version of firebird

Re: [Firebird-net-provider] DDEX and Visual Studio 11 (Beta)

2012-04-12 Thread Brian Liedtke
To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] DDEX and Visual Studio 11 (Beta) I'm trying to get DDX to work with vs2010 and win7 64bit, but i didn't get it. I used the latest .net provider version 2.7.5 and DDX 2.0.5. What are your

Re: [Firebird-net-provider] DDEX and Visual Studio 11 (Beta)

2012-04-12 Thread Roberto Carlos | Unimed
Instructions in ReadMe.txt From: Pliachas Paschalis Sent: Thursday, April 12, 2012 6:48 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] DDEX and Visual Studio 11 (Beta) I'm trying to get DDX to work with vs2010 and win7 64bit, but i d

Re: [Firebird-net-provider] DDEX and Visual Studio 11 (Beta)

2012-04-12 Thread Pliachas Paschalis
ebird .NET providers Sent: Tuesday, April 10, 2012 7:40 AM Subject: [Firebird-net-provider] DDEX and Visual Studio 11 (Beta) Anybody working with the DDEX 2.0.5 provider and Visual Studio 11 (Beta)?   I’ve got it working with VS 2008 and VS 2010 in a Windows 7 environment.   I’ve been trying a

[Firebird-net-provider] DDEX and Visual Studio 11 (Beta)

2012-04-09 Thread Brian Liedtke
Anybody working with the DDEX 2.0.5 provider and Visual Studio 11 (Beta)? I’ve got it working with VS 2008 and VS 2010 in a Windows 7 environment. I’ve been trying a Windows 8 environment with VS 11 and can’t get it to work. Anybody else get DDEX 2.0.5 working with VS 11? Brian Liedtke-

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-25 Thread Luis Rizo
Hi Jiri, Any chance you've taken a look at this? I could try to take a look at it for you and maybe trace the code if you could give me a bit of guidance on where to start looking for the issue. Thanks, -Luis On Tue, Aug 10, 2010 at 9:58 AM, Jiri Cincura wrote: > On Tue, Aug 10, 2010 at 15:

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-10 Thread Jiri Cincura
On Tue, Aug 10, 2010 at 15:11, Luis Rizo wrote: > to try to reproduce the test case I described Not yet. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- This SF.net

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-10 Thread Luis Rizo
Hi Jiri, Did you get a chance to try to reproduce the test case I described? Any thoughts would be greatly appreciated. Thanks, -Luis On Fri, Aug 6, 2010 at 7:21 AM, Luis Rizo wrote: > Hi Jiri and Company, > > Is there anything else I need to do to document this issue? Any hints on a > workaro

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-06 Thread Luis Rizo
Hi Jiri and Company, Is there anything else I need to do to document this issue? Any hints on a workaround or a possible fix? Thanks, -Luis On Tue, Aug 3, 2010 at 7:45 AM, Luis Rizo wrote: > I have pin pointed the issue. After I sent out the e-mail, I dropped the > OPENING table in my test dat

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-03 Thread Luis Rizo
I have pin pointed the issue. After I sent out the e-mail, I dropped the OPENING table in my test database, I then tweaked to the create script for the OPENING Table by removing the following line: ALTER TABLE OPENING ADD CONSTRAINT FK_OPENING FOREIGN KEY (PROJECT_ID) REFERENCES PROJECT(PROJECT_ID

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-03 Thread Luis Rizo
I've set one up by creating an empty database with two of the tables the give me issues. My feeling is that it has something to do with the Foreign Key that one table has to the other. The following assumes that DDEX has been configured and setup with Visual Studio 2010: Attached are 3 scripts:

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-03 Thread Jiri Cincura
On Mon, Aug 2, 2010 at 20:44, Luis Rizo wrote: > Anyone have any input or feedback on this issue I'm having? Do you have any reproducible testcase? -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-02 Thread Luis Rizo
Anyone have any input or feedback on this issue I'm having? Thanks, -Luis -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million i

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-07-29 Thread Luis Rizo
I should note that while trying to debug this, I created a new DataSet object, and I was able to add that CODE table with no issues. But when I tried to add the other table that I had in my real DataSet, I got the same error. So it looks like there's some kind of conflict between certain tables. I

[Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-07-28 Thread Luis Rizo
I'm using the latest version of the DDEX in Visual Studio 2010. It works great for the most part. However, today I discovered that there are a few tables in my Firebird 1.5 database that I can't add TableAdapters to my DataSet to. For example, if I drag and drop one of these tables to the design s

Re: [Firebird-net-provider] DDEX Provider installed and works....but not correctly

2010-06-14 Thread will ferguson
Monday, 14 June 2010 4:20 PM To: firebird-net-provider Subject: Re: [Firebird-net-provider] DDEX Provider installed and worksbut not correctly That is the way I did it too. Even though you are an administrator you have to run the editing application with 'Administrative Rights' -

Re: [Firebird-net-provider] DDEX Provider installed and works....but not correctly

2010-06-13 Thread Rick Cox
That is the way I did it too. Even though you are an administrator you have to run the editing application with 'Administrative Rights' - run as administrator - in the shortcut properties of notepad etc. > Subject: Re: [Firebird-net-provider] DDEX Provider installed and

Re: [Firebird-net-provider] DDEX Provider installed and works....but not correctly

2010-06-13 Thread Gerdus van Zyl
Try right clicking on eg notepad "Run as Administrator" and opening and saving using that. On Sun, Jun 13, 2010 at 5:46 PM, Jiri Cincura wrote: > On Sat, Jun 12, 2010 at 02:54, will ferguson > wrote: >> I'm a local admin. But I notice the permissions on this file are locked >> down.  "Trusted I

Re: [Firebird-net-provider] DDEX Provider installed and works....but not correctly

2010-06-13 Thread Jiri Cincura
On Sat, Jun 12, 2010 at 02:54, will ferguson wrote: > I'm a local admin. But I notice the permissions on this file are locked down. >  "Trusted Installer" account has full control rights though?? Any thoughts UAC? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.I

Re: [Firebird-net-provider] DDEX Provider installed and works....but not correctly

2010-06-11 Thread will ferguson
al Message- From: Jiri Cincura [mailto:disk...@cincura.net] Sent: Saturday, 12 June 2010 3:28 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] DDEX Provider installed and worksbut not correctly On Fri, Jun 11, 2010 at 16:13, sqlsvr wrote

Re: [Firebird-net-provider] DDEX Provider installed and works....but not correctly

2010-06-11 Thread Γιάννης Μπουρκέλης
I agree with Jiri that it is better to spend some of his time on the net provider itself and not on these features that can be found on other 3rd party database management software packages. I use the DDEX to populate the Datasets with fields and to create dataadapters. When it comes the time to

Re: [Firebird-net-provider] DDEX Provider installed and works....but not correctly

2010-06-11 Thread Jiri Cincura
On Fri, Jun 11, 2010 at 16:13, sqlsvr wrote: > Then what is the point of the DDEX provider? Support stuff build on top of it. Connections configurators, wizards, ... and also see DB structure. On the other hand you can step into and add the support. We'll be happy to include it. -- Jiri {x2} Ci

Re: [Firebird-net-provider] DDEX Provider installed and works....but not correctly

2010-06-11 Thread sqlsvr
Then what is the point of the DDEX provider? Every other DDEX provider let's you create objects (oracle, sql server, mysql etc). -- View this message in context: http://firebird.1100200.n4.nabble.com/DDEX-Provider-installed-and-works-but-not-correctly-tp2251241p2251872.html Sent from the firebir

Re: [Firebird-net-provider] DDEX Provider installed and works....but not correctly

2010-06-11 Thread Jiri Cincura
On Fri, Jun 11, 2010 at 04:55, sqlsvr wrote: > Is this by design or did the DDEX provider not install properly? By design. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com -

[Firebird-net-provider] DDEX Provider installed and works....but not correctly

2010-06-10 Thread sqlsvr
I've installed the latest version of the DDEX provider for VS 2010. It works fine but I don't think it is working correctly. I can retrieve all the objects (tables, stored procedures) from Firebird BUT I can't modify or create new tables etc. When I right click the "tables", there is no create op

[Firebird-net-provider] DDEX provider 2.0.5 released

2010-04-26 Thread Jiri Cincura
Hello *, I'm pleased to announce 2.0.5 release of DDEX provider. This release targets VS2010 support. You can download it from: http://sourceforge.net/projects/firebird/files/firebird-net-provider/DDEX%202.0.5/FirebirdDDEXProvider-2.0.5.zip/download http://sourceforge.net/projects/firebird/

Re: [Firebird-net-provider] DDEX and calling a parametrized stored proc that returns a rowset

2009-07-03 Thread Sam Carleton
On Fri, Jul 3, 2009 at 11:06 AM, Jiri Cincura wrote: > On Fri, Jul 3, 2009 at 15:58, Sam Carleton wrote: > > So is this to say that no provider can have a stored proc called via a > typed > > DataAdapter? If so, that sucks :) > > They have specific parsing for SqlClient and others. Even if you >

Re: [Firebird-net-provider] DDEX and calling a parametrized stored proc that returns a rowset

2009-07-03 Thread Jiri Cincura
On Fri, Jul 3, 2009 at 15:58, Sam Carleton wrote: > So is this to say that no provider can have a stored proc called via a typed > DataAdapter?  If so, that sucks :) They have specific parsing for SqlClient and others. Even if you provider exactly same code as in SqlClient, sometimes/somewhere/som

Re: [Firebird-net-provider] DDEX and calling a parametrized stored proc that returns a rowset

2009-07-03 Thread Sam Carleton
So is this to say that no provider can have a stored proc called via a typed DataAdapter? If so, that sucks :) On Thu, Jul 2, 2009 at 5:54 PM, Jiri Cincura wrote: > On Thu, Jul 2, 2009 at 16:54, Sam Carleton wrote: > > I thought I had another solution working, but that solution blow up > today,

Re: [Firebird-net-provider] DDEX and calling a parametrized stored proc that returns a rowset

2009-07-02 Thread Jiri Cincura
On Thu, Jul 2, 2009 at 16:54, Sam Carleton wrote: > I thought I had another solution working, but that solution blow up today, > so I am back:)  I have tried making the command "Text" and setting the SQL > to: > > SELECT * FROM UDA_GET_QUESTIONITEM_BY_ID_SP(@ID, @ACTUAL_VERSION) > > I am getting an

Re: [Firebird-net-provider] DDEX and calling a parametrized stored proc that returns a rowset

2009-07-02 Thread Sam Carleton
On Sat, Jun 27, 2009 at 5:15 AM, Jiri Cincura wrote: > On Fri, Jun 26, 2009 at 17:47, Sam Carleton wrote: > > Like I said before, when I go in and code up the FbCommand by hand and > > set the CommandText to "SELECT * FROM GET_TARGETTABLE_BY_ID_SP( ?, > > ?)", CommandType to Text, and set the par

Re: [Firebird-net-provider] DDEX and calling a parametrized stored proc that returns a rowset

2009-06-27 Thread Jiri Cincura
On Fri, Jun 26, 2009 at 17:47, Sam Carleton wrote: > Like I said before, when I go in and code up the FbCommand by hand and > set the CommandText to "SELECT * FROM GET_TARGETTABLE_BY_ID_SP( ?, > ?)", CommandType to Text, and set the parameters manually, it works > fine.  I am looking to do this via

Re: [Firebird-net-provider] DDEX and calling a parametrized stored proc that returns a rowset

2009-06-26 Thread Sam Carleton
On Fri, Jun 26, 2009 at 6:52 AM, Jiri Cincura wrote: > > On Thu, Jun 25, 2009 at 14:36, Sam Carleton wrote: > > What I cannot figure out is how to make this call as a query on my > > typed dataset, aka allow the Firebird DDEX to generate the code.  In > > What code? If you simply put it into Selec

Re: [Firebird-net-provider] DDEX and calling a parametrized stored proc that returns a rowset

2009-06-26 Thread Jiri Cincura
On Fri, Jun 26, 2009 at 12:52, Jiri Cincura wrote: >> the end, most all the calls to the database will be parametrized SP >> that return dataset's, so figuring out how to do this with DDEX is >> somewhat important :) > > DDEX has nothing to do with datasets. Too fast. DDEX is just and interface f

Re: [Firebird-net-provider] DDEX and calling a parametrized stored proc that returns a rowset

2009-06-26 Thread Jiri Cincura
On Thu, Jun 25, 2009 at 14:36, Sam Carleton wrote: > What I cannot figure out is how to make this call as a query on my > typed dataset, aka allow the Firebird DDEX to generate the code.  In What code? If you simply put it into SelectCommand, that's it. > the end, most all the calls to the databa

[Firebird-net-provider] DDEX and calling a parametrized stored proc that returns a rowset

2009-06-25 Thread Sam Carleton
I have found that full disclosure is always helpful when seeking help: The backend is IB 7.5.1, not Firebird. I have this stored proc that runs great when from IBConsole with this syntax: SELECT * FROM GET_TARGETTABLE_BY_ID_SP( 3, 1); When I create a FbCommand object and set the cmd to the para

Re: [Firebird-net-provider] DDEX Provider v2.0.4 for Visual Studio

2008-09-08 Thread Tetram Corp
Sent: den 8 september 2008 09:22 > To: For users and developers of the Firebird .NET providers > Subject: Re: [Firebird-net-provider] DDEX Provider v2.0.4 for Visual Studio > > Hi, > > a question about reg files: > > the readme says to modify the reg file we w

Re: [Firebird-net-provider] DDEX Provider v2.0.4 for Visual Studio

2008-09-08 Thread Christian Nylund
Sent: den 8 september 2008 09:22 To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] DDEX Provider v2.0.4 for Visual Studio Hi, a question about reg files: the readme says to modify the reg file we want to merge, like this

Re: [Firebird-net-provider] DDEX Provider v2.0.4 for Visual Studio

2008-09-08 Thread Tetram Corp
Jiri Cincura a écrit : > Hello, > > the DDEX Provider v2.0.4 for Visual Studio has been released. Download it from > http://www.firebirdsql.org/index.php?op=files&id=netprovider . > > Hi, a question about reg files: the readme says to modify the reg file we want to merge, like this: .

[Firebird-net-provider] DDEX Provider v2.0.4 for Visual Studio

2008-09-07 Thread Jiri Cincura
Hello, the DDEX Provider v2.0.4 for Visual Studio has been released. Download it from http://www.firebirdsql.org/index.php?op=files&id=netprovider . -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ---

Re: [Firebird-net-provider] DDEX setup

2008-09-05 Thread Teträm Corp
Jiri Cincura a écrit : > On Fri, Sep 5, 2008 at 10:32 AM, Tetram Corp <[EMAIL PROTECTED]> wrote: > >> Couldn't the same be done to Firebird provider/ddex? >> > > Probably. Somebody should create some installer. The "only" problem is > to detect VS a install appropriate reg file. You wanna c

Re: [Firebird-net-provider] DDEX setup

2008-09-05 Thread Jiri Cincura
On Fri, Sep 5, 2008 at 10:32 AM, Tetram Corp <[EMAIL PROTECTED]> wrote: > Couldn't the same be done to Firebird provider/ddex? Probably. Somebody should create some installer. The "only" problem is to detect VS a install appropriate reg file. You wanna contribute? -- Jiri {x2} Cincura (CTO x2dev

[Firebird-net-provider] DDEX setup

2008-09-05 Thread Tetram Corp
Hi, I just try the MySQL DataProvider msi and it install provider and DDEX without machine.config to update, .reg to merge absolutly nothing and it works with VS 2005/2008 Couldn't the same be done to Firebird provider/ddex? mysql gift: the msi source is available freely :) http://dev.mysql

[Firebird-net-provider] DDEX Provider v2.0.3 for Visual Studio

2008-08-30 Thread Jiri Cincura
Hello, the DDEX Provider v2.0.3 for Visual Studio has been released. This release contains all new registry files as well as reworked readme file for installation and one bug fix. Download it from http://www.firebirdsql.org/index.php?op=files&id=netprovider . -- Jiri {x2} Cincura (CTO x2develop.

Re: [Firebird-net-provider] DDEX

2008-08-14 Thread Steve Boyd
I finally found it. I guess I should have quadruple checked the machine.config file. I had added the http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > Firebird-net-provider mailing list > Firebird-net-provider@lists.sourceforge.net > htt

[Firebird-net-provider] DDEX

2008-08-14 Thread Steve Boyd
OK. I have downloaded DDEX 2.1.0.0 and followed the installation instructions. Guess what? It doesn't work. In VS 2005 I can now see the Firebird provider in the list of options and the Firebird configuration dialog appears when I selection the Firebird provider. BUT, as press any key to ent

Re: [Firebird-net-provider] DDEX

2008-06-25 Thread Luis Madaleno | magnisoft®
:16 Para: For users and developers of the Firebird .NET providers Assunto: Re: [Firebird-net-provider] DDEX Hello: Did you find any solution for this problem? I also have the same problem. In my machine trying to write something in the connection dialog, even shuts down Visual Studio. In

Re: [Firebird-net-provider] DDEX

2008-06-25 Thread Carlos
Hello: Did you find any solution for this problem? > I also have the same problem. > In my machine trying to write something in the connection dialog, even > shuts > down Visual Studio. > In another machine it just closes the dialog. > > What can this be? Do you have the FirebirdSql.Data.Firebir

Re: [Firebird-net-provider] DDEX

2008-06-25 Thread Luis Madaleno | magnisoftR
VS2008. Regards, Luis Madaleno -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Luis Mendoza Enviada: quinta-feira, 14 de Fevereiro de 2008 19:38 Para: firebird-net-provider@lists.sourceforge.net Assunto: [Firebird-net-provider] DDEX Hi I've installe

Re: [Firebird-net-provider] DDEX problem

2008-04-11 Thread Teymur Hajiyev
Sorry, it worked. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jiri Cincura Sent: Thursday, April 10, 2008 10:30 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] DDEX problem Could you be so

Re: [Firebird-net-provider] DDEX problem

2008-04-10 Thread Jiri Cincura
Could you be so kind and provide some more information? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference

[Firebird-net-provider] DDEX problem

2008-04-10 Thread Teymur Hajiyev
Dear All. I have done all the steps which shown in readme file. But when I open Server Explorer I receive below error: Microsoft Visual Studio --- An unexpected error occurred in the .NET Framework Data Provider for Firebird.  Please contact the provider vendor t

Re: [Firebird-net-provider] DDEX and VS 2008 installation problem again - my experience

2008-03-27 Thread Jiri Cincura
On 3/27/08, Mirek S <[EMAIL PROTECTED]> wrote: > Yes I've. I've used version with SDK And did you installed it? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Check out

Re: [Firebird-net-provider] DDEX and VS 2008 installation problem again - my experience

2008-03-27 Thread Mirek S
Użytkownik Jiri Cincura napisał: > On 3/26/08, Mirek S <[EMAIL PROTECTED]> wrote: > >> Are you installing DDEX to VS2008? Are you using with or w/o SDK version? >> >> Yes I've. I've used version with SDK >> I've created a new project. And I put >> FirebirdSql.VisualStudio.DataTools.FBData

Re: [Firebird-net-provider] DDEX and VS 2008 installation problem again - my experience

2008-03-26 Thread Jiri Cincura
On 3/26/08, Mirek S <[EMAIL PROTECTED]> wrote: > Now I've moved to different system with WinXP Pro. There has been VS > 2005 Express already installed. > Then I've installed VS 2008 and Firebird .NET Client and FirebirdClient > DDEX. > Without success. I've read all docs on the internet. No s

[Firebird-net-provider] DDEX and VS 2008 installation problem again - my experience

2008-03-26 Thread Mirek S
Hi, I've already used DDEX for FirebirdClient with VS 2008 without problem on machine with: WinXp Pro SP2 with VS2005 SP1. Now I've moved to different system with WinXP Pro. There has been VS 2005 Express already installed. Then I've installed VS 2008 and Firebird .NET Client and FirebirdClien

Re: [Firebird-net-provider] DDEX

2008-02-17 Thread Jiri Cincura
On 2/17/08, Marvin Cook <[EMAIL PROTECTED]> wrote: > Your version number may be wrong. Maybe should be 2.1.0.0 No. It's OK. It's version of FW's assembly not FirebirdClient. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com -

Re: [Firebird-net-provider] DDEX

2008-02-17 Thread Marvin Cook
>>Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> Your version number may be wrong. Maybe should be 2.1.0.0 Marv On Feb 16, 2008 1:58 PM, Luis Mendoza <[EMAIL PROTECTED]> wrote: > Yes > The machine.config file is located at > c:\Windows\Microsoft.NET\Framework\v2.0.50727\

Re: [Firebird-net-provider] DDEX

2008-02-16 Thread Luis Mendoza
Yes The machine.config file is located at c:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG And I've added these two lines I also added the keys to the registry from the new file I've found on the svn server. ""Jiri Cincura"" <[EMAIL PROTECTED]> escribió en el mensaje

Re: [Firebird-net-provider] DDEX

2008-02-16 Thread Jiri Cincura
On 2/16/08, Luis Mendoza <[EMAIL PROTECTED]> wrote: > I've got this assembly in the 2.0 GAC > > FirebirdSql.Data.FirebirdClient > neutral > 2.1.0.0 > 3750abcc3150b00c And do you have same record in machine.config? -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/

Re: [Firebird-net-provider] DDEX

2008-02-16 Thread Luis Mendoza
I've got this assembly in the 2.0 GAC FirebirdSql.Data.FirebirdClient neutral 2.1.0.0 3750abcc3150b00c ""Jiri Cincura"" <[EMAIL PROTECTED]> escribió en el mensaje de noticias news:[EMAIL PROTECTED] > On 2/14/08, Luis Mendoza <[EMAIL PROTECTED]> wrote: >> the value of a combobox the dialog clos

Re: [Firebird-net-provider] DDEX

2008-02-15 Thread Jiri Cincura
On 2/14/08, Luis Mendoza <[EMAIL PROTECTED]> wrote: > the value of a combobox the dialog closes automaticaly so I can't create a > new connection. Looks like you don't have FirebirdClient asssembly in GAC. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://

[Firebird-net-provider] DDEX

2008-02-14 Thread Luis Mendoza
Hi I've installed the firebirdclient v2.1 and ddex v2.0.2 on a Windows Vista and VS2008 machine. I'm able to add a new datasource using firebird data source and it displays the add connection dialog but when I write some text on a textbox or change the value of a combobox the dialog closes auto

  1   2   3   >