[Firebird-net-provider] [FB-Tracker] Created: (DNET-346) #PK_GEN# & #GUID#

2010-08-30 Thread art (JIRA)
#PK_GEN# & #GUID# - Key: DNET-346 URL: http://tracker.firebirdsql.org/browse/DNET-346 Project: .NET Data provider Issue Type: Improvement Affects Versions: 2.5.2 Environment: Win7, VS2010 Reporter: ar

[Firebird-net-provider] FW: problem with parameters

2010-08-30 Thread Matej Golob
Similar problem as described in previeous mail, I get when I compare parameter with some subselect for example: SELECT CASE WHEN (@n0 IN (SELECT 'X' FROM rdb$database)) THEN 1 ELSE 0 END FROM RDB$DATABASE With this statement I get error: Data type unknown From: Matej Golob [mailto:

Re: [Firebird-net-provider] Firebird .NET provider and DDEX installon Visual Studio 2010

2010-08-30 Thread Djordje Radovanovic
Ok. This one was easy. I had to implement changes not only in 2.0 framework but also in 4.0 framework. (machine.config) Regards, Djordje Radovanovic - Original Message - From: "Djordje Radovanovic" To: "For users and developers of the Firebird .NET providers" Sent: Monday, August 3

Re: [Firebird-net-provider] Firebird .NET provider and DDEX install on Visual Studio 2010

2010-08-30 Thread Djordje Radovanovic
Hello, I followed all instructions as Jiri told. I tried to be good reader. ;-) And, of course, I managed to get Firebird Data Source (.Net Framework Data Provider for Firebird). There is still only one problem that left to be solved. When window "Add Connection" become active with all that Fir

Re: [Firebird-net-provider] Firebird .NET provider and DDEX install on Visual Studio 2010

2010-08-30 Thread will ferguson
Welcome to Hell. Don't expect any sensible help with this. -Original Message- From: Timo [mailto:t.me...@contrigo.de] Sent: Monday, 30 August 2010 7:39 PM To: firebird-net-provider@lists.sourceforge.net Subject: Re: [Firebird-net-provider] Firebird .NET provider and DDEX install on Visu

Re: [Firebird-net-provider] Firebird .NET provider and DDEX install on Visual Studio 2010

2010-08-30 Thread Jiri Cincura
On Mon, Aug 30, 2010 at 11:38, Timo wrote: > 3.      gacutil /i FirebirdSql.VisualStudio.DataTools.dll > Whats wrong? Your reading skills. Check the readme file again. As a hint, focus on step 3. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Firebird .NET provider and DDEX install on Visual Studio 2010

2010-08-30 Thread Timo
Jiri Cincura writes: > > On Mon, Aug 23, 2010 at 21:26, Carlos Niebla O'Gorman > wrote: > > I will appreciate any help for this. > > http://firebird.svn.sourceforge.net/viewvc/firebird/NETProvider/trunk/DataDesig nerExtensibility/ReadMe.txt > Hello, I have a similar problem. I want to use