Displaying 20 results from an estimated 37 matches for "interbase".
2005 Sep 03
2
tar question
Basic tar question:
I have created a ar file with
tar -prvf /tmp/ib_backup.tar /opt/interbase/data/*
The file has been copied to another box and I want to untar the file into
/opt/interbase/data/
I am not sure about the syntax; how to specify where I want the data to
be placed.
Here is my start of the command:
tar -xvf /tmp/ib_backup.tar #The tar file is in /tmp
Tod...
2007 Jan 07
1
Updating PHP
My version of Centos (4.4) comes with php 4.3.9. Since I run Interbase
on the server, I need to recompile the php with Interbase. The only php
I have found is 4.4 which I have downloaded and untarred as well as
configuring it with Interbase, doing the make and make install.
Where I am lost is on having Apache (httpd) use it rather than the 4.3.9
( http://209.204...
2007 Jan 13
0
problem with adding firebird/interbase support to PHP5
Hi,
I'm using CentOS since 4.2 on my server. Now, I need to add support for
firebird to PHP. I've installed PHP5 from Centos-contrib or Centos-plus. The
firebird2 was installed from sources (./configure && make && make install). I
tried to add "--with-interbase=shared,/usr/local/firebird" to php.spec but it
doesn't work :(. Can you please help me howto add support for firebird to
PHP ?
--
S pozdravom / Best regards
Tomas Srnka
mobil: ++421 910 198 432
e-mail: toms at linuxos.sk
ICQ#: 458-128-722
Skype: tomas_srnka
2005 Jul 04
0
A program using Borland Interbase interface.
Hi, I have a program here which runs on a firebird database. It's built
in borland c++ builder, so any errors (exceptions) result in:
Assertion failed: !"bogus context in _ExceptionHandler()", file xx.cpp,
line 3071
and:
Abnormal program termination
That's why I have problems with debugging.
Anyway, this program connects to a firebird database throught fbguard
(even if
2002 Mar 20
2
drbd + ext3 + interbase + data lost
Hello All,
Yesterday, one of our customer's cluster(2 box) server goes down after a
I/O error during the backup procedure. When we turn on the cluster
again, the 600M database file have been lost, disapear.
Now, I'm with one of the disks (the other was used to rebuild the
database server) and need to know how can I recover any piece of data
from the disk.
After the crash we mount the
2007 Jan 18
7
CRITICAL - DB Adapters - Syntax Errors
Anyone else notice that changeset 5980[1] hosed several of the db
adapters?
Specifically:
activerecord/lib/active_record/connection_adapters/frontbase_adapter.rb
activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
activerecord/lib/active_record/connection_adapters/openbase_adapter.rb
activerecord/lib/active_record/connection_adapters/oracle_adapter.rb
Someone has already filed
2007 Jan 12
4
Problem with rpmbuild
I want to be able to recompile php, so I downloaded the src dvd and did a
rpm -i php-4.3.9-3.15.src.rpm
After doing that I wanted to check to see if I can recompile it before
making changes. So, I went to the SPECS dir and did a
rpmbuild -i php.spec
It spent a lot of time doing the compile, but at the end there were errors.
What am I missing?
Todd
--
Ariste Software
2200 D Street Ext
2002 Jan 11
3
Wine Newbee
Dear Friends,
I am new to Linux and Wine. I have just d/l wine and trying to
configure it. I would like to know that after loading wine on Linux
can i get windows like start button and menu ? I want to
install Interbase Client on wine. It has normal windows style
setup program i.e. setup.exe file. Can somebody tell me how to
use setup programs with wine and later use them ?
Thanks
R. S. Patil
2005 Aug 19
1
Feeling a little guilty...
This is the first time I have tried Centros and I must say that I am a
very happy camper. But maybe my needs/goals are simple: I need HTTP
and FTP servers that support Apache, PHP and Interbase (yes, that
"funny" DB that runs and runs).
RH 9 was like that and so was FC 3, BUT FC 4 was something else...could
not even get it to install (like others). And this forum has been VERY
helpful for me. But I do feel a litfle guilt (sure it will diminish in
time) because of all of t...
2005 Aug 19
2
Whoops! PHP does not have MySQL support
http://209.204.172.137:82/testphp.php
So, I will need to recompile PHP with MySQL (and Interbase), however I
do not want to "upset the appple cart" by bring in something that will
cause conflicts. Is there a step-by-step discussion on how to do this
for php 4.3.9?
Todd
--
Ariste Software
200 D Street Ext
Petaluma, CA 94952
(707) 773-4523
2016 Jan 22
4
LVM mirror database to ramdisk
I'm still running CentOS 5 with Xen.
We recently replaced a virtual host system board with an Intel
S1400FP4, so the host went from a 4 core Xeon with 32G RAM to a 6 core
Xeon with 48G RAM, max 96G. The drives are SSD.
I was recently asked to move an InterBase server from Windows 7 to
Windows Server. The database is 30G.
I'm speculating that if I put the database on a 35G virtual disk and
mirror it to a 35G RAM disk, the speed of database access might improve.
I use local LVM for my virtual disks with DRBD on top to mirror the
disk to a backup...
2006 Feb 27
1
PHP + firebird
Hi all,
I have a centos 4.2 with apache. I need allow a php site access the firebird
DB. How can I do this?
--
=====================
Marcus Tulio T. Carvalho
Telemacro Sistemas e Servi?os
=====================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060227/77897304/attachment-0001.html>
2005 Feb 22
1
CentOS 4 rc1 on prodution server :-)
It's running on my main database server :-)
A dual xeon 3,6 ht - 2gb ram - 4 x 300Gb hd (md raid) 2x Gigabit lan nic.
Interbase 6.01 and Informix 9.4 are running smoothly :-)
Great job guys !
2000 May 24
2
RODBC
Dear R-fans,
My database access package RODBC is now available on CRAN.
For those who have never used it, odbc is a database and
platform independant API which provides an SQL interface
to a large number of database engines. The databases supported
include not only SQL based RDBMS but also CSV files, foxbase,
dBase, MSExcel etc.
ODBC has been promoted mainly by Microsoft and this is where the
2000 May 24
2
RODBC
Dear R-fans,
My database access package RODBC is now available on CRAN.
For those who have never used it, odbc is a database and
platform independant API which provides an SQL interface
to a large number of database engines. The databases supported
include not only SQL based RDBMS but also CSV files, foxbase,
dBase, MSExcel etc.
ODBC has been promoted mainly by Microsoft and this is where the
2005 Dec 04
1
R and databases - a comment
...stgres.org Postgres. Free. As complete as one
can wish, small download, great functionality.
Interfaces well to other languages, so you can do
numerics in C++ and store that in the database (though
why not do numerics in R?). Current version 8.1, much
improved.
5. Firebird. open source verion of Interbase. Easy
setup and can have all data in one file. But... slow
development - not many developers there. SQL full but
somewhat quirky (when porting from other dialects).
6. Mysql. the inheritance from the original ISAM
system still shows. Nice user interface, but... if you
need real db why not use po...
2006 Sep 04
7
Xeon 5160 vs 5080
Chip Clock HT Cache Bus Speed
---------------------------------------------------------
5080 3.7 GHz YES 2MB 1066 MHz
5160 3.0 GHz NO 4MB 1333 MHz
Does the .7 GHz and HT worth more then 4MB cache and higher bus speed? The
application is VoIP so there is not a lot of IO so I would not think Bus
Speed would matter. I am finding mixed information on HT, some say it is
great, others say it
2016 Jan 22
0
LVM mirror database to ramdisk
...e:
> I'm still running CentOS 5 with Xen.
>
> We recently replaced a virtual host system board with an Intel
> S1400FP4, so the host went from a 4 core Xeon with 32G RAM to a 6 core
> Xeon with 48G RAM, max 96G. The drives are SSD.
>
> I was recently asked to move an InterBase server from Windows 7 to
> Windows Server. The database is 30G.
>
> I'm speculating that if I put the database on a 35G virtual disk and
> mirror it to a 35G RAM disk, the speed of database access might improve.
>
> I use local LVM for my virtual disks with DRBD on top to...
2016 Jan 23
0
LVM mirror database to ramdisk
...> I'm still running CentOS 5 with Xen.
>
> We recently replaced a virtual host system board with an Intel
> S1400FP4, so the host went from a 4 core Xeon with 32G RAM to a 6 core
> Xeon with 48G RAM, max 96G. The drives are SSD.
>
> I was recently asked to move an InterBase server from Windows 7 to
> Windows Server. The database is 30G.
>
> I'm speculating that if I put the database on a 35G virtual disk and
> mirror it to a 35G RAM disk, the speed of database access might improve.
If that were running under Linux rather than Windows I'd sugge...
2009 Jan 05
1
Delphi-32 app does nothing with unhandled exception
...app is started with "Login.exe" which in turns calls the module "aduanerosigad.exe" All other 2 options works just fine.
Here you can find the bzip2 Debug Trace ( 285K )
http://www.applicatta.cl/~gb/salida.txt.bz2
I can not share the app which only runs when connecting to an Interbase DB, which obviously must remain private by security reasons.
Thank yopu very much for every hint or help you provide
TIA
Rodrigo