RE: [firebird-support] Re: Help!!! - Problem with Firebird Embeded

2014-09-14 Thread 'Alan McDonald' a...@meta.com.au [firebird-support]
The database path I am using in both my app and IB_SQL.exe is simply the 
atabase name myapp.FDB. 

 

When fb_inet_server.exe is running as a background process on the machine both 
my app and IB_SQL.exe connect to the server and the app runs as I would expect.

 

Adam
__

 

Embedded needs to full path

Alan



RE: [firebird-support] Re: Help!!! - Problem with Firebird Embeded

2014-09-14 Thread 'Leyne, Sean' s...@broadviewsoftware.com [firebird-support]


 What's this file? It should be fbembed.dll renamed to fbclient.dll. If it's 
 not,
 then it's the regular client API and you're getting the error because 
 there's no
 server.
 
 Yes this is fbembed.dll from the Firebird-2.5.2.26539-0_x64_embed.zip root
 folder renamed to fbclient.dll.

Before we go on...

Is your application 64bit?

Is IB_SQL.exe 64bit?

If not, you need to use the 32bit deployment, regardless of the bitness of the 
OS you are deploying to.

32bit DLLs only work with 32 bit applications, and vice-versa.


Sean



Re: [firebird-support] Re: Help!!! - Problem with Firebird Embeded

2014-09-14 Thread Adam adam...@gmail.com [firebird-support]
On Mon, Sep 15, 2014 at 2:40 AM, 'Leyne, Sean' s...@broadviewsoftware.com
[firebird-support] firebird-support@yahoogroups.com wrote:





  What's this file? It should be fbembed.dll renamed to fbclient.dll. If
 it's not,
  then it's the regular client API and you're getting the error because
 there's no
  server.
 
  Yes this is fbembed.dll from the Firebird-2.5.2.26539-0_x64_embed.zip
 root
  folder renamed to fbclient.dll.

 Before we go on...

 Is your application 64bit?

 Is IB_SQL.exe 64bit?

 If not, you need to use the 32bit deployment, regardless of the bitness of
 the OS you are deploying to.

 32bit DLLs only work with 32 bit applications, and vice-versa.


 Sean

Hi Sean, yes as per previous posts on this, that was part of the problem.