Hi How can i access database which is on server in firebird? From: Chirag Ode [Non-text portions of this message have been removed]...
650
p51b.mustang
Apr 11, 2011 8:43 am
Hi, I am in the process of converting a very old database, VI-T0.9.4.41 (if memory serves me best was the first release of Firebird from Interbase), to the...
649
Totototo Titititi
titititi_tot...
Oct 24, 2010 11:07 pm
It works ! Thanks ! I can read the file. Thanks a lot to Helen and Markus ! ________________________________ From: titititi_totototo...
648
Markus Ostenried
macnoz
Oct 24, 2010 8:07 pm
On Sun, Oct 24, 2010 at 15:58, titititi_totototo ... If it's really an Interbase database file then you need an installed server to read the data (later...
647
Helen Borrie
helebor
Oct 24, 2010 6:46 pm
... If it is indeed an IB6 database file then you will be able to open it in Firebird 1.0.3, links here: ...
646
titititi_totototo
titititi_tot...
Oct 24, 2010 6:14 pm
Hello, I have a file 'comp.ib639;. I thing it's an interbase 6 file. I don't know what is the structure (fields etc.) of the file and I don't have IB server. I'm...
645
ptpics99
May 3, 2010 5:45 am
... Firstly, thanks for converting this. I have already learned a good deal of PSQL but having spent over a couple of hours unsuccessfully trying to get this...
644
Helen Borrie
helebor
May 3, 2010 3:01 am
... Well, yes, someone could, but why don't you learn Firebird's procedural SQL language (PSQL) yourself? MSSQL Server is the only dbms that uses VBScript for...
643
ptpics99
May 2, 2010 7:34 pm
Hi, I'm running FB 2.5 beta 2 and I'm porting a sql server db over to FB. I'm having trouble converting the following stored proc which essentially selects a...
642
Ceglar
ceglarmaurizio
Apr 29, 2010 4:21 pm
... Thank you very much for your valuable links, I think FBExport was just what I wanted....
641
Craig Arenson
rumbadaping@...
Apr 29, 2010 6:51 am
Works like a bomb. thank you! ... [Non-text portions of this message have been removed]...
640
Ann W. Harrison
annwharrison
Apr 28, 2010 7:58 pm
... After you decide which version of Firebird to use - and I suggest either the most recent 2.1 or 2.5 - backup the database using the InterBase server and...
639
Ceglar Maurizio
ceglarmaurizio
Apr 28, 2010 7:11 pm
Hello All I have to convert the database from InterBase 5.x. to Firebird there is some open source tools dedicated to this? Thank [Non-text portions of this...
638
Ivan Prenosil
iprenosil
Apr 28, 2010 7:09 pm
CREATE PROCEDURE GET_PRODUCTIVITY ( tiepe char(1) character set none) returns ( name varchar(30) character set none, short_name varchar(2) character set none, ...
637
Craig Arenson
rumbadaping@...
Apr 28, 2010 3:13 pm
Hi I have a stored proc that looks like this CREATE PROCEDURE GET_PRODUCTIVITY ( tiepe char(1) character set none) returns ( name varchar(30) character set...
... No, Firebird supports the original 31 bytes limitation in name lengths (if may mean less than 31 characters in multi-byte character sets if you use ...
631
Craig Arenson
rumbadaping@...
Apr 7, 2010 11:17 am
Hi, I am migrating my db from Interbase to Firebird, and the 1st hiccup we hit comes from our stored proc names. We have a handful of stored procedures with...
630
Dmitry Narizhnyh
dmitry_nariz...
Aug 5, 2009 7:00 pm
We are glad to announce the release of our new products for Firebird databases conversion and synchronization. Convert and synchronize databases from Firebird...
629
berger.nick89
Feb 10, 2009 9:18 pm
628
Claudio Valderrama C.
i5cvalde
Feb 9, 2009 7:08 am
... Hello, did you resolve your problem? C....
627
berger.nick89
Feb 3, 2009 8:30 pm
I have a program written in delphi that uses paradox tables. The program has no problem pulling data in firebird 1.5, but now that i have firebird 2.1 running...
626
Helen Borrie
helebor
Oct 27, 2008 4:00 am
... If you import a number into a number type column then it is a number. If you bring an integer into a column of type FLOAT or DOUBLE PRECISION, e.g. 320,...
625
data.inspector
Oct 27, 2008 2:14 am
I am trying to import numeric values produced by others (analytical laboratories) into my Firebird (1.5) database. The numeric values can cover many orders of...
624
Claudio Valderrama C.
i5cvalde
Feb 7, 2008 9:20 am
... FB and IB are compatible only up to FB1 and IB6. Try to backup with IB and restore with FB, but there's no warranty that it will work. You may want to...
623
Claudio Valderrama C.
i5cvalde
Feb 7, 2008 9:20 am
... They say they sell support for IBDataPump, maybe this is the reason they don't reply to free requests. Here's the information and there's one item specific...
622
Barkat Ali
barkat73
Feb 6, 2008 6:59 am
Hi,I want to use IB7.5 database with Firebird2.1 . How could I convert it? I tried connect command in ISQL utility but generate an error SQLERROR = -820 ...