Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-397) When Reference adding

2011-10-17 Thread Meuzil
unsubscribe

  Původní zpráva 
 Od: Zeki Gürsoy (JIRA) trac...@firebirdsql.org
 Předmět: [Firebird-net-provider] [FB-Tracker] Created: (DNET-397) When 
 Reference
 adding
 Datum: 13.10.2011 00:32:42
 
 When Reference adding
 -
 
  Key: DNET-397
  URL: http://tracker.firebirdsql.org/browse/DNET-397
  Project: .NET Data provider
   Issue Type: Improvement
   Components: ADO.NET Provider
 Affects Versions: 2.6.5
  Environment: Windows7 x64, Firebird 2.5.1, FbClient 2.6.5, VB.Net 
 2008
 Reporter: Zeki Gürsoy
 Assignee: Jiri Cincura
 
 
 Can not adding and implement FbClient 2.5.6 reference.
 
 -- 
 This message is automatically generated by JIRA.
 -
 If you think it was sent incorrectly contact one of the administrators:
 http://tracker.firebirdsql.org/secure/Administrators.jspa
 -
 For more information on JIRA, see: http://www.atlassian.com/software/jira
 

 
 --
 All the data continuously generated in your IT infrastructure contains a
 definitive record of customers, application performance, security
 threats, fraudulent activity and more. Splunk takes this data and makes
 sense of it. Business sense. IT sense. Common sense.
 http://p.sf.net/sfu/splunk-d2d-oct
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 
 
 

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] COALESCE in select

2007-08-04 Thread Meuzil
Hi, thanks for reply, yes, same server (FB 2.0.1), same DB. 
This is the command: 
select sum(o_osev.plocha) as plocha,sum(s_sumsklizen.suma) as 
vynos,z_hon.nazevhon, o_plodina.plodnazev, coalesce(s_prumcena.prumcena,0) from 
o_osev
left join o_odruda on o_osev.idodruda = o_odruda.odrkod
left join o_plodina on o_odruda.plodid = o_plodina.plodkod
left join s_prumcena on o_plodina.plodkod = s_prumcena.plodkod
left join z_hon on o_osev.idhon = z_hon.idhon
left join s_sumsklizen on s_sumsklizen.idosev = o_osev.id

group by z_hon.nazevhon, o_plodina.plodnazev, s_prumcena.prumcena.

I have copied it to VS 2005 TableAdapter designer, to 
TableAdapter.SelectCommand (many others select commands works fine).

Thanks.

  Původní zpráva 
 Od: Jiri Cincura [EMAIL PROTECTED]
 Předmět: Re: [Firebird-net-provider] COALESCE in select
 Datum: 04.8.2007 09:59:38
 
 On 8/4/07, Jiøí Neu¾il [EMAIL PROTECTED] wrote:
  Hi, I'm using Firebird .NET DataProvider 2.1 RC1 and when I use
  coalesce(decimal_column, 0) in my select command I get:
 
  SQL Execution Error.
 
  Executed SQL Statement: SELECT..
  Error Source: Firebird.Data.FirebirdClient
  Error Message: Dynamic SQL Error
  SQL error code = -804
  Function unknown
  coalesce
 
  If I execute same SQL command in IBExpert everything is OK.
 
 This is error from FB server. Are you using same server as connecting
 from IBE? What's the version? How looks the command in code?
 
 -- 
 Jiri {x2} Cincura (Microsoft Student Partner)
 http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
 
 -
 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 using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 
 
 

-
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 using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Update of Visual Studio solition/project files on svn trunk

2007-08-04 Thread Meuzil
Hi, only for info, .NET 3.5 Beta 2 change your installation of .NET 2.0:
http://community.devexpress.com/blogs/ctodx/archive/2007/07/31/system-data-breaking-changes-in-latest-net-framework-update.aspx

  Původní zpráva 
 Od: Carlos Guzmán Álvarez [EMAIL PROTECTED]
 Předmět: [Firebird-net-provider] Update of Visual Studio solition/project 
 files
 on svn trunk
 Datum: 04.8.2007 11:19:42
 
 Hello:
 
 I'm going to convert the solution/project files to Visual Studio 2008 
 Beta 2( with compilation against the .NET Framework 3.5 ), does somebody 
 have any problem with that change ?? ( the sources should be buildable 
 with .net 2.0 using the nant scripts or changing the build options of 
 the new solution files )
 
 
 
 
 
 
 --
 Best regards
 
 Carlos Guzmán Álvarez
 Vigo-Spain
 
 -
 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 using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 
 
 

-
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 using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] FB and VS 2008

2007-07-29 Thread Meuzil
Hi, I'm using Firebird .NET Provider in VS 2008 and there is on problem. You 
have to only change  8.0 strings to 9.0 in FirebirdDDEXProvider32.reg.


  Původní zpráva 
 Od: Kevin Stanton [EMAIL PROTECTED]
 Předmět: Re: [Firebird-net-provider] FB and VS 2008
 Datum: 27.7.2007 18:36:52
 
 Perfect - Thanks!
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Jiri Cincura
 Sent: Friday, July 27, 2007 9:35 AM
 To: For users and developers of the Firebird .NET providers
 Subject: Re: [Firebird-net-provider] FB and VS 2008
 
 On 7/27/07, Kevin Stanton [EMAIL PROTECTED] wrote:
  Not sure if this has been previously asked and answered, but is
 Firebird.NET
  compatible with VS 2008?
 
 Depends what you mean with VS2008. We have DDEX code, there's a LINQ
 or just a provider code or any other feature.
 
 But in general, you should have no problems using FB Client from VS2008.
 
 -- 
 Jiri {x2} Cincura (Microsoft Student Partner)
 http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
 
 -
 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 using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 
 
 -
 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 using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 
 
 

-
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 using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] SQL error - Different windows user accounts

2007-05-14 Thread Meuzil
The error happens during application startup, there are many SELECT  from 
(only SELECT), but I don't know which one, because error message don't show 
them. On my development machine, where I can debug, is everything ok

  Původní zpráva 
 Od: Jiri Cincura [EMAIL PROTECTED]
 Předmět: Re: [Firebird-net-provider] SQL error - Different windows user 
 accounts
 Datum: 14.5.2007 10:58:59
 
 Jiří Neužil wrote:
  Dynamic SQL error
  SQL error code = -104
  Token unknown - line 1, char 35
  35
  
  That's all.
  
  Could someone tell me how is this possible? Same application, same 
  database
 
 How the statement looks like?
 
 -- 
 Jiri {x2} Cincura
 http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
 
 -
 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://sourceforge.net/powerbar/db2/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 
 
 

-
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://sourceforge.net/powerbar/db2/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Problem with DDEX

2006-12-19 Thread Meuzil
I have same problem

  Původní zpráva 
 Od: sho [EMAIL PROTECTED]
 Předmět: [Firebird-net-provider] Problem with DDEX
 Datum: 19.12.2006 19:27:12
 
 Hello,
 I have installed:
 FirebirdClient-2.0.1
 Firebird-2.0.0.12748-0_embeded
 DDEXProvider-2.0.1
 
 When I'm add new Data Connection in Server Explorer in VS2005 with SP1 i  
 dont have OK button enabled.
 I'm fill textboxes with this parameters:
 
 Database: path to my database on disk
 Dialect : 3
 Server Type: Embeded
 Usser and pass
 
 Test connection are succeeded but OK button is disabled.
 
 To test im fill all parameters but OK button is still disabled.
 
 Sorry for my english.
 
 -- 
 sho
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 
 
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider