Re: [firebird-support] FB 3.0

2015-11-10 Thread Alan J Davies alan.dav...@aldis-systems.co.uk [firebird-support]
Hi, this is really off-topic here but these pointers will help.
IBX components will show with way red lines underneath - everything from 
IBDatabase to IBQuery to IBStoredProc.
Use Firedac, it works very well and if you are careful you can change 
all your e.g. IBqry1, IBqry2 to FBqry1, FBqry2  do this by selecting 
View as Text in your datamodule and using search/replace. Unfortunately 
the supposed tool for automating this does not work so you could also 
drop an FBqry on the form and change the name to an exiting IBqry then 
delete the IBqry.

You also need a Firedac TFDConnection, TFDtransaction, 
TFDPhysFBDriverLink and FDGUIxWaitCursor.

You will need a FDConnectionDefs ini file in a path accessible to your 
program, try the exe folder. Copy the existing sample one and amend it.
In there you need to set up this:

[newtown_settings] // your own such as myaccounts_settings
DriverID=FB
VendorLib = 'C:\Program Files (x86)\Firebird\Firebird_2_5\bin\fbclient.dll'
Database=192.168.1.104:c:\apps\newtown\orders.fdb
User_Name=sysdba
Password=***

There is a lot of work involved if you have numerous queries and sps.
The Embarcadero docwikis are helpful but don't go far enough.

Good luck.

Alan J Davies
Aldis

On 10/11/2015 07:41, 'Tiberiu Horvath' tiberiu_horv...@yahoo.com 
[firebird-support] wrote:
> Hi all,
> We use FireBird since 1.0 and develop programs with Delphi (recently
> upgraded to D10 Seattle). We use plain IBX components to connect to the
> FB server in a few big accounting programs. Tried to play with FB3.0 RC1
> and installed it on port 3051 for testing, alongside FireBird 2.5.4 on
> port 3050.
> Our problem is that Delphi (the IDE) connects to the new server / ODS
> database, also IBExpert connects to the new server / database but the
> programs, on runtime, does not. Can we specify somewhere (params in
> TIBDatabase / TIBTransaction) the path / file of the client dll for
> Firebird / Interbase ?  Probably the app cannot load the proper dll
> (FB3.0) on statup.
> Anybody using Delphi and IBX could connect to FB3.0 with their programs
> ? Are these compatible ? Is there something we could do ? Upgrading to
> FireDAC or IBO is our last option.
> Thank you,
> Tiberiu
> PS backup and restore from ODS 11.x to OSD 12.0 is not a problem, since
> we could install both versions (2.5.4 and 3.0) and automate the process.
>
> 






++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



Re: [firebird-support] FB 3.0

2015-11-10 Thread 'Carlos H. Cantu' lis...@warmboot.com.br [firebird-support]













Re: [firebird-support] FB 3.0

2015-11-10 Thread 'Arno Brinkman' fbsupp...@abvisie.nl [firebird-support]
Support for Users of Firebird ReleasesHi,

Just quickly restored a FB2 DB in FB3 and connected with the Application (Build 
in Delphi 7 using IBX).
I copied the fbclient.dll from the install directory into the application 
directory and renamed to gds32.dll
No problems i ran into.

Met vriendelijke groet,
Arno Brinkman
ABVisie
a...@abvisie.nl
http://www.abvisie.nl



Re: [firebird-support] FB 3.0

2015-11-10 Thread tiberiu_horv...@yahoo.com [firebird-support]
Thank you for your answer.  

 I used FireDAC before for MySQL and SQLite databases. I wanted to know if 
there is a way that I could use IBX with FB 3.0 . It seems there is not ... 
 

 

 Tiberiu 


Re: [firebird-support] FB 3.0

2015-11-10 Thread tiberiu_horv...@yahoo.com [firebird-support]
Perfect !!!  

 

 Thank you very much, I replaced all fbclient.dll and gds32.dll -s 
(\windows\system32, etc)  with the new FB 3.0 libraries and the app connected 
!!! 
 

 

 Thank you, 
 

 Tiberiu


Re: [firebird-support] FB 3.0

2015-11-10 Thread tiberiu_horv...@yahoo.com [firebird-support]
Now it works fine here too ...  

 

 Thank you , 
 

 Tiberiu


[firebird-support] Offtopic: Feedback needed for FB 3 installer

2015-11-10 Thread 'Carlos H. Cantu' lis...@warmboot.com.br [firebird-support]
Please answer the survey at

https://esurv.org/?u=fb3installer

Survey will be closed in 20-Nov-2015.

PS: Please don't answer in this discussion list. There is comment
field in the survey, if you want to say something.

[]s
Carlos
Firebird Performance in Detail - http://videos.firebirddevelopersday.com
www.firebirdnews.org - www.FireBase.com.br



[firebird-support] Connection only releases after 5 minutes

2015-11-10 Thread Edson Programador edsonpr2...@yahoo.com [firebird-support]
Hello guys,We have 2 Application third here in the company, developed in Delphi 
with Firebird 2.5.2 26540 with windows xp, what is happening that after 
restarting the computer the application crashes, only releases the connection 
to the Firebird after 5 minutes, before that there It can connect the firebird.
Someone has had this kind of problem?


--Edson