[Firebird-net-provider] question

2007-12-15 Thread nasim Hemmati
hi;

i have some question aboute firebird(installation and connection)
i have just a datababe(DB.fdb file) and .dll file of database.
can i connect to it without install firebird or not?
and what OS regired ?
i search a provider to connect to firebird with c#.what is differnt between
ibprovider(LCPI.IBProvider) and FirebirdNETProvider1.7?
i don't konw how do i use these providers?
and i don't konw what is client library?

plz help me an guide me.i have any information about connect to firebird.

best ragrds,
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] question

2007-12-15 Thread Jiri Cincura
On 12/15/07, nasim Hemmati [EMAIL PROTECTED] wrote:
 i have just a datababe(DB.fdb file) and .dll file of database.

You mean DLL of Firebird, right?

 can i connect to it without install firebird or not?

You can use Firebird Embedded; FirebirdClient supports it.

 and what OS regired ?

FirebirdClient is limited only to place where .NET FW can be
installed. Firebird Embedded builds you can find on firebirdsql.org
site.

  i search a provider to connect to firebird with c#.what is differnt between
 ibprovider(LCPI.IBProvider) and FirebirdNETProvider1.7?

http://downloads.sourceforge.net/firebird/FirebirdClient-2.1.0.msi?use_mirror=osdn

 i don't konw how do i use these providers?
 and i don't konw what is client library?

 plz help me an guide me.i have any information about connect to firebird.

 best ragrds,

 -
 SF.Net email is sponsored by:
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services
 for just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider




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

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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-146) Improve Get...Text methods in FbDataReader and FbIndexes

2007-12-15 Thread Jiri Cincura (JIRA)
Improve Get...Text methods in FbDataReader and FbIndexes


 Key: DNET-146
 URL: http://tracker.firebirdsql.org/browse/DNET-146
 Project: .NET Data provider
  Issue Type: Improvement
  Components: ADO.NET Provider
Reporter: Jiri Cincura
Assignee: Jiri Cincura
Priority: Trivial


  - pretty printing of command
  - sql created as one string to speed up code

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



-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] question

2007-12-15 Thread nasim Hemmati
Hi;
I have some question again about installation DDEX provider and thanks for help;
I found this guide for installation but have some problem about it;

*  DDEX and Firebird .NET Data Provider
* Well, in this article I'm going do describe step-by-step
how-to add *Firebird .NET Data Provider into Visual Studio 2005.
So I assume, I have   *downloaded and installed the provider (be sure
that's for .NET2).
*You have to download the VS SDK (not the Framework SDK). It's
available on *MSDN.
*It's not the standard part of installation.

In my MicrosoftVisualStudio Directory exist sdk direc , is this VS SDK?


*Check whether (installation should add them in) the provider
assemblies are in *GAC (you can use the gacutil util from provider
directory or the Framework GUI). *You have to focus to
FirebirdSql.Data.FirebirdClient (gacutil.exe /l
*FirebirdSql.Data.FirebirdClient).

What is GAC and where is it?

*Locate your machine.config and add into configuration - configSections
*add section name=firebirdsql.data.firebirdclient
*type=System.Data.Common.DbProviderConfigurationHandler, System.Data,
*Version=2.0.0.0, Culture=neutral,
*PublicKeyToken=PublicKeyToken_of_System.Data_assembly /.

What's the meaning of machine.cofig and where do I copy these sentences?

*Into system.data - DbProviderFactories add add
name=FirebirdClient Data *Provider
invariant=FirebirdSql.Data.FirebirdClient description=.Net
Framework *Data Provider for Firebird
*type=FirebirdSql.Data.FirebirdClient.FirebirdClientFactory,
*FirebirdSql.Data.FirebirdClient, Version=2.0.0.0, Culture=neutral,
*PublicKeyToken=PublicKeyToken_of_your_FB_client_assembly /.

Is the system.data in reg file of  provider and Do I open it with
notepad and edit it?

*Then open the FirebirdDDEXProvider.reg file and replace the %Path%
variable with *the correct path for your installation, i.e.:
C:\Program Files\FirebirdClient , and load *it into the registry (also
check whether all entries were successfuly added).
*But! If you're adding the path to the reg file you have input
C:\\Program *Files\\FirebirdClient (backslash the backslashes).
*Now you can startup the VS and try to add database to Database
Explorer toolbox.

I  replace  the (%path%) with (c:\program files\...)  without double
backslash and without  % is it correct?

Plz Don't laugh me:) . I haven't any information and my English is
very  bad? :)
best regards;


On 12/15/07, Jiri Cincura [EMAIL PROTECTED] wrote:
 On 12/15/07, nasim Hemmati [EMAIL PROTECTED] wrote:
  i have just a datababe(DB.fdb file) and .dll file of database.

 You mean DLL of Firebird, right?

  can i connect to it without install firebird or not?

 You can use Firebird Embedded; FirebirdClient supports it.

  and what OS regired ?

 FirebirdClient is limited only to place where .NET FW can be
 installed. Firebird Embedded builds you can find on firebirdsql.org
 site.

   i search a provider to connect to firebird with c#.what is differnt
 between
  ibprovider(LCPI.IBProvider) and FirebirdNETProvider1.7?

 http://downloads.sourceforge.net/firebird/FirebirdClient-2.1.0.msi?use_mirror=osdn

  i don't konw how do i use these providers?
  and i don't konw what is client library?
 
  plz help me an guide me.i have any information about connect to firebird.
 
  best ragrds,
 
  -
  SF.Net email is sponsored by:
  Check out the new SourceForge.net Marketplace.
  It's the best place to buy or sell services
  for just about anything Open Source.
 
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
  ___
  Firebird-net-provider mailing list
  Firebird-net-provider@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 
 


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

 -
 SF.Net email is sponsored by:
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services
 for just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] question

2007-12-15 Thread Jiri Cincura
Look at 
http://firebird.svn.sourceforge.net/viewvc/firebird/NETProvider/trunk/DataDesignerExtensibility/ReadMe.txt?view=markup

It's step by step. Try to perform these steps and if something goes wrong, ask.
-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider