> i mean it works whether i write 127.0.0.1:c:\my.fdb or c:\my.fdb
> , i'm eager why :-) ?
Do you have a firebird server running as well? If you specify
127.0.0.1:c:\my.fdb then you'll be connect via the server (the fbembed DLL
can act as a regular network client as well)
> And i also heard, that
build the connection string with FbConnectionStringBuilder. Set
FbConnectionStringBuilder["ClientLibrary"] =
PathToFbEmbeddDLLIncludingFileName (try it with and without extension, for
me works without)
2 Jiri
Have one question about embedded, suprisingly this "First is the necessity
to connect t
Download Dependency Walker* and open up fbembed.dll in it. Does dependency
walker give you any errors? If you're running on 64-bit windows, for
example, you need to set your project type to be "x86" explicitly, because
embedded firebird does not (yet!!) support 64-bit.
Actually, I'm not sure the e
Hello:
> Just to provide some service to community :), here's short simple KB
> article, how to view in dialog specified assemblies.
> http://support.microsoft.com/kb/306149
that is what is being done in the old Ghost installer, huummm, i will
check if i need to add it to the new Wix installer.
Just to provide some service to community :), here's short simple KB
article, how to view in dialog specified assemblies.
http://support.microsoft.com/kb/306149
--
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
On 7/19/07, Mercea Paul <[EMAIL PROTECTED]> wrote:
> Welcome back
>
> Don't say more, I envy you ... :)
>
I think, Carlos should provide some bunch of photos (of nice girls -
if there's a some girl, please vote, Carlos will try to find some
photo of nice guy ;))
--
Jiri {x2} Cincura (Microsoft S
On 7/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
>
> This what you see in the "References Dialog Box" it is not a GAC.
Damn, it's written in
http://msdn2.microsoft.com/en-us/library/ftcwa60a(VS.80).aspx .
It's really developer-unfriendly behavior. :)
--
Jiri {x2} Cincura (Microsof
Mercea,
unfortuneately i this development is in Orcas, so i no longer have access to
2005. i would have to uninstall orcas and reinstall 2005. i suppose as a
last resort i could try that, but i was hoping that someone else had
encountered this problem.
bob k.
- Original Message -
F
Could you try same project in VS 2005? You get same error?
Paul
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Bob K.
> Sent: Thursday, July 19, 2007 9:53 PM
> To: For users and developers of the Firebird .NET providers
> Subject: Re: [Firebird-n
Paul,
renaming didn't change anything.
- Original Message -
From: "Mercea Paul" <[EMAIL PROTECTED]>
To: "'For users and developers of the Firebird .NET providers'"
Sent: Thursday, July 19, 2007 2:39 PM
Subject: [PHISH] Re: [Firebird-net-provider] Visual
C#andFirebirdembeddeddatabase c
Try rename fbembed.dll into fbclient.dll and try again!
Regards,
Paul
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Bob K.
> Sent: Thursday, July 19, 2007 7:34 PM
> To: For users and developers of the Firebird .NET providers
> Subject: Re: [Fire
Welcome back
Don't say more, I envy you ... :)
Paul
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Carlos Guzmán Álvarez
> Sent: Thursday, July 19, 2007 1:41 PM
> To: firebird-net-provider@lists.sourceforge.net
> Subject: Re: [Firebird-net-provi
Hi,
This what you see in the "References Dialog Box" it is not a GAC.
To see in 'R.D.B.' in registry folder:
HKEY_LOCAL_MACHINE\SOFTWARE\.NETFramework\AssemblyFolders
you need to add a new folder :)
with a name eg: FirebirdSql.Data.FirebirdClient
with a default value set to firebird .NET assembly
Bob,
I do not claim to be an expert, but here is how I do it
TLoadEmbeded embedded;
private void Main_Load(object sender, EventArgs e)
{
embedded = new TLoadEmbeded();
// other stuff ...
}
private void Main_FormClosing(object sender, FormClosingEventArgs e)
Mark,
i'm very new to this environment. could you give me a quick example of how
this should be incorporated into my project?
thanks,
bob k.
- Original Message -
From: "Marvin Cook" <[EMAIL PROTECTED]>
To: "For users and developers of the Firebird .NET providers"
Sent: Thursday, Jul
On 7/19/07, Marvin Cook <[EMAIL PROTECTED]> wrote:
> Jiri,
>
> I am using DDEXProvider-2.0.1 and can not find the path parameter in
> the connection string builder.
>
> I also downloaded the EBEmbeddedExamples and got an error that
> fbclient could not be found.
Um, maybe the DDEX has not this ab
Bob,
I have written a class that loads the FBClient.dll and its required
sister dll's.
You can download the C# code at:
www.cw-infotech.com/Firebird/LoadEmbeded.zip
Enjoy :)
Marv
On 7/19/07, Bob K. <[EMAIL PROTECTED]> wrote:
> my apologies, but i don't know what you mean by cs builder. i've
Jiri,
I am using DDEXProvider-2.0.1 and can not find the path parameter in
the connection string builder.
I also downloaded the EBEmbeddedExamples and got an error that
fbclient could not be found.
Marv
On 7/19/07, Jiri Cincura <[EMAIL PROTECTED]> wrote:
> On 7/19/07, Bob K. <[EMAIL PROTECTED]
Hi,
I have here a really weird behavior.
On my Vista 64-bit, VS 2005 I've run gacutil (from FW) to add
FirebirdSql.Data.FirebirdClient. No error. When I list GAC via
gacutil, it says, it'sthere.
When I open Visual Studio, References Dialog box I cannot see the FB
assembly. Any hint for troublesh
On 7/19/07, Bob K. <[EMAIL PROTECTED]> wrote:
> my apologies, but i don't know what you mean by cs builder. i've tried the
Connection String Builder-
> Add Reference option in Visual c#, but it won't accept fbemed.dll i get an
> error that says it can not be referenced.
Of course. It's not as
On 7/19/07, Bob K. <[EMAIL PROTECTED]> wrote:
> Jiri,
>
> i'm not sure what you mean. it was in the same folder as the executable.
The provider's connection string builder has property ClientLibrary
(or similar, I have not the code here). There you can specify, where
the library is located.
--
my apologies, but i don't know what you mean by cs builder. i've tried the
Add Reference option in Visual c#, but it won't accept fbemed.dll i get an
error that says it can not be referenced.
- Original Message -
From: "Jiri Cincura" <[EMAIL PROTECTED]>
To: "For users and developers
On 7/19/07, Bob K. <[EMAIL PROTECTED]> wrote:
> this is a list of the connection string parameters in the documentation:
I was talkign about cs builder, not cs.
PS: Please quote.
--
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
this is a list of the connection string parameters in the documentation:
Database
User
Password
Dialect
Server or Data Source
Por
Charset
Role
Packet Size
Connection Lifetime
MinPoolSize
MaxPoolSize
Pooling
Fetch Size
ServerType
- Original Message -
From: "Jiri Cincura" <[EMAIL PROTECTED]>
Jiri,
i'm not sure what you mean. it was in the same folder as the executable.
- Original Message -
From: "Jiri Cincura" <[EMAIL PROTECTED]>
To: "For users and developers of the Firebird .NET providers"
Sent: Thursday, July 19, 2007 11:40 AM
Subject: [PHISH] Re: [Firebird-net-provider
On 7/19/07, Bob K. <[EMAIL PROTECTED]> wrote:
> Jiri,
>
> i followed the instructions on the site, including the new download. i'm
Did you specify where the dll is?
> still getting the same error. what's interesting is that i also downloaded
> the 'well configured' createDB example, and that's
Jiri,
i followed the instructions on the site, including the new download. i'm
still getting the same error. what's interesting is that i also downloaded
the 'well configured' createDB example, and that's getting the exact same
error. could this have something to do with the fact that i'm us
Kai,
that must have been a copy/paste error. the database field is correct:
"Database=C:/Photography/Software/rak-photography/rak-photography/rak-photography.fdb;"
+
- Original Message -
From: Kai Bohli
To: 'For users and developers of the Firebird .NET providers'
Sent: Thur
"Database=C:/Photography/Software/rak-photography/rak-photography/rak-photog
raph\y.fdb;"+
The extra \ looks suspect to me.
Kai Bøhli
System Developer
Kameleon Software
+ 47 4783 0073
[EMAIL PROTECTED]
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Bob
Kai,
removing the user and pw references did not remove the error.
bob k.
- Original Message -
From: Kai Bohli
To: 'For users and developers of the Firebird .NET providers'
Sent: Thursday, July 19, 2007 9:42 AM
Subject: [PHISH] Re: [Firebird-net-provider] Visual C# and Fireb
On 7/19/07, Bob K. <[EMAIL PROTECTED]> wrote:
> i have the dll in the same folder as the executable and i'm still getting
> the same error. i have also moved it sub-folders with no success.
OK, so another try:
http://blog.vyvojar.cz/jirka/archive/2007/01/28/firebird-embedded-and-net.aspx
Hint: D
Hi Bob.
I think that you should NOT supply username and pw when youre using
embedded. Try without.
HTH
Best wishes
Kai Bohli
Kameleongruppen AS
Norway
[EMAIL PROTECTED]
www.kam-sys.com
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Bob K.
Sent: 19. juli 2007 15
i have the dll in the same folder as the executable and i'm still getting
the same error. i have also moved it sub-folders with no success.
- Original Message -
From: "Jiri Cincura" <[EMAIL PROTECTED]>
To: "For users and developers of the Firebird .NET providers"
Sent: Thursday, July
On 7/19/07, Bob K. <[EMAIL PROTECTED]> wrote:
> System.DllNotFoundException was unhandled
> Message="Unable to load DLL 'fbembed': The specified module could
> not be found. (Exception from HRESULT: 0x8007007E)"
> Source="FirebirdSql.Data.FirebirdClient"
What's not clear? IMO this exception too mu
i'm unable to connect to a firebird embedded database. any help would be
appreciated.
bob k.
i have the following setup, and i'm getting an error as follows:
* the database is in the same folder as the software.
* installed embedded firebird.
* moved the appropriate firebird embedded files to t
Hello:
> And did relaxed on vacation? :)
a lot ! It was great !! ;)
-
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 d
On 7/19/07, Carlos Guzmán Álvarez <[EMAIL PROTECTED]> wrote:
> Hello:
>
> I'm back from my París travel.
>
OT:
And did relaxed on vacation? :)
--
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
On 7/19/07, Carlos Guzmán Álvarez <[EMAIL PROTECTED]> wrote:
> Hello:
>
> > it's liitle bit old problem, but ...
> >
> > It's now working. Did you commit any changes? If so, I must miss it. :)
>
> If i remember well yes, and i have some more pending that i should do in
> 2.5.0 first.
OK.
--
Jiri
Hello:
I'm back from my París travel.
-
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://so
Hello:
> it's liitle bit old problem, but ...
>
> It's now working. Did you commit any changes? If so, I must miss it. :)
If i remember well yes, and i have some more pending that i should do in
2.5.0 first.
-
This SF.net
40 matches
Mail list logo