Questions tagged [interbase]

6 questions
3
votes
1 answer

What is the difference between Interbase and Firebird?

I'm interested in a broad overview of how they are diverging and why.
Jack Douglas
  • 40,517
  • 16
  • 106
  • 178
2
votes
1 answer

Export data from InterBase / Firebird database without credentials

I have an InterBase / Firebird database file of an old project for which I lost the credentials. Some information about the database, dumped with the gstat command, is shown below [1]. I'm accessing this file as an embedded database, i.e., without a…
Benjamin B.
  • 141
  • 4
1
vote
0 answers

Migrate from Interbase to MySQL

I need to migrate a big database from Interbase to MySQL, I'd like to have suggestions about free and non-free tools to perform this task. I've found this one: http://dbconvert.com/convert-firebird-to-mysql-pro.php But I'd like to have advises by…
Fez Vrasta
  • 121
  • 1
  • 3
0
votes
0 answers

Interbase Server refuses to start

I am using the Interbase server developer instance quite a long time without any problem, but suddenly it refuses to start. The guardian starts fine but the server intitiates and after a few seconds stops and the guardian also stops. Anyone can help…
user2383818
  • 101
  • 1
0
votes
1 answer

Interbase SQL Grouping and displaying

I have a database with different data I need to make a query to select a group with summed quantities. Two tables: Positions and Documents. There can be many positions in one document both are connected by unique_id. The Documents have two different…
SovereignSun
  • 133
  • 5
-1
votes
1 answer

Pivoting date data

How to join all different rows with the same ID but a different DATE and return it as a unique row with new columns like DATE_0, DATE_1, DATE_2, ...? Consider this table: +----+------------+ | ID | DATE | +----+------------+ | 0 | 01/12/2007…
Tomay
  • 21
  • 9