Re: [Firebird-net-provider] Fb about bit 64 engine db

2007-11-15 Thread Diego Stefanon
Hey Fb developers...
 HOW how are you ?? fine yes ??
 and 64 bit code about emedded engine superstar ?? 
May be better ???
 Ah ...
Ok thanks for the good and insane work !!! 

Enjoy in GooD thinking !!  
 Bye  Bye






  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html-
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] Order of parameters to stored procedure

2007-11-15 Thread Jiri Cincura
On 11/15/07, Shreekar Joshi [EMAIL PROTECTED] wrote:
 Thanks for that.

 However, since the SP I am trying to execute does not return any values,
 (only insert/update/delete in the SP), select... from SP is not an
 option.

Execute procedure ...

 About getting names and order of parameters from database, is it a good
 idea to cache the SP params and orders at application level (maybe in a
 singleton class hashtable)? This implementation will be in a windows
 forms application and not web based.

In provider? If so, so it's definetely wrong idea. This can bring more
problems than benefits (i.e. altered procedure).

-- 
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


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

2007-11-15 Thread Carlos
Hello:

 4. Modified the 2 .reg files, changing both sections - configSection and
 system.data DBProviderFactories.  And installed them.

What .reg files, and why you have installed two ?? you should be
installing only one of them

-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
-
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


[Firebird-net-provider] [FB-Tracker] Created: (DNET-133) Look for VS 2008 DDEX installation (and maybe issues)

2007-11-15 Thread Jiri Cincura (JIRA)
Look for VS 2008 DDEX installation (and maybe issues)
-

 Key: DNET-133
 URL: http://tracker.firebirdsql.org/browse/DNET-133
 Project: .NET Data provider
  Issue Type: Task
  Components: DDEX Provider
Reporter: Jiri Cincura
Assignee: Jiri Cincura


Look for VS 2008 DDEX installation (and maybe issues).

-- 
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



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 integrating with VS 2005

2007-11-15 Thread Kevin Stanton
Sorry for the slow response, it's been a busy morning.

The 2 reg files are:
FirebirdDDEXProvider32.reg
FirebirdDDEXProviderPackageLess32.reg
(I installed both of these - maybe I shouldn't have?)


And the mods I did were:
1) change the %path% to the install path of the Firebird Client (c:\\program
files\\FirebirdClient)

2) change the 8.0 references to 9.0


Question: is there a DDEX install for 2008?  I thought I saw a post sometime
that stated just to use the 2005 DDEX.

Thanks!
Kevin


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Jiri Cincura
Sent: Thursday, November 15, 2007 1:10 AM
To: For users and developers of the Firebird .NET providers
Subject: Re: [Firebird-net-provider] Problem integrating with VS 2005

On 11/15/07, Carlos [EMAIL PROTECTED] wrote:
 What .reg files, and why you have installed two ?? you should be
 installing only one of them

And how did you modified it?

-- 
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] Problem integrating with VS 2005

2007-11-15 Thread Jiri Cincura
On 11/15/07, Kevin Stanton [EMAIL PROTECTED] wrote:
 What is the difference between the 2 reg files?
 I'm not clear on the package-less reference.
 Thanks again,
 Kevin

The ...Less is for VS without SDK the other for VS with SDK.

It's in readme, which I've commited few weeks ago into SVN. New
version it's not released.

I'll create tracker ticket to look at this. And during weekend I'll
try to debug this.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 integrating with VS 2005

2007-11-15 Thread Kevin Stanton
What is the difference between the 2 reg files?
I'm not clear on the package-less reference.
Thanks again,
Kevin



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Jiri Cincura
Sent: Thursday, November 15, 2007 11:01 AM
To: For users and developers of the Firebird .NET providers
Subject: Re: [Firebird-net-provider] Problem integrating with VS 2005

On 11/15/07, Kevin Stanton [EMAIL PROTECTED] wrote:
 Sorry for the slow response, it's been a busy morning.

 The 2 reg files are:
 FirebirdDDEXProvider32.reg
 FirebirdDDEXProviderPackageLess32.reg
 (I installed both of these - maybe I shouldn't have?)

Just one is good. :)


 And the mods I did were:
 1) change the %path% to the install path of the Firebird Client
(c:\\program
 files\\FirebirdClient)

OK.

 2) change the 8.0 references to 9.0


 Question: is there a DDEX install for 2008?  I thought I saw a post
sometime
 that stated just to use the 2005 DDEX.


'Cause VS 2008 is still beta, we haven't done deeply investigation.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider