interbase Questions

2

Solved

I have a large query in Firebird (which I run using FlameRobin), using a parameter all over the place, but getting the query below to run will do: SELECT * FROM customers WHERE customerid = 1234; ...
Seidel asked 10/10, 2013 at 14:0

7

Solved

With InterClient 7.5.1 and 8.1.5, the creation of a new JDBC connection in Java 8 fails with java.lang.NoClassDefFoundError: sun/io/ByteToCharConverter This class seems to be referenced or used ...
Koeninger asked 18/8, 2014 at 14:38

3

Solved

My familiarity is with the Microsoft SQL server world using ADO (dbGo), and I have written many applications for that environment. Now I have a legacy Delphi 7 application with a Firebird 2.5 datab...
Fibre asked 21/5, 2015 at 16:48

1

Solved

Hello code enthusiasts! I have a question, which is no doubt due to some inexperience of my Delphi XE2 knowledge. I'll try to explain it here. Introduction: I have an Interbase database with dat...
Dulcy asked 15/11, 2013 at 9:8

2

I'm creating a simple isql script but it's not working and I need some help to find out whats wrong with it. I need to connect to a database and execute a SQL file. This is my script called script....
Yeta asked 28/4, 2011 at 16:1

2

Solved

We have an Interbase 7.1 database and I'm trying to figure out how to limit the number of records returned by the query to just 1. I really only need to know an event code from the last record, in ...
Refill asked 24/6, 2009 at 19:26

3

Solved

Recently some Delphi / InterBase applications display "Record not found or changed by another user" They use the default TSQLQuery/TClientDataSet (or TSimpleDataSet) components of dbExpress. We...
Sham asked 11/3, 2011 at 10:35

2

Solved

OK I know this has been deprecated, and bde is older than Moses, but we have some legacy applications that have not been migrated still using bde. Has anyone been successfull in installing bde WIT...
Surprisal asked 12/1, 2011 at 14:49

3

Solved

I have a file with an extension .ib. I am guessing it is either an Interbase or a Firebird file, but I am having trouble working out exactly which. Furthermore, it isn't clear exactly which version...
Apelles asked 2/4, 2012 at 7:45

3

Solved

I am using Firebird, but lately the database grows really seriously. There is really a lot of delete statements running, as well update/inserts, and the database file size grows really fast. After ...
Congratulatory asked 3/6, 2011 at 8:32

3

Solved

We are on a situation where we must choose between thoose 2 databases. We are currently on Firebird, but sometime it lag because of it stacking too much transaction history or something and backup-...
Orangeism asked 26/5, 2011 at 7:2

8

Currently, our database uses Win1252 as the only character encoding. We will have to support Unicode in the database tables soon, which means we have to perform this migration for four databases an...
Soulful asked 20/2, 2010 at 15:35

1

I have a database in Interbase and I want to access it directly from my Rails app using ActiveRecord. How can I do it?
Koser asked 4/10, 2009 at 13:13

2

I created a view on a machine using the substring function from Firebird, and it worked. When I copied the database to a different machine, the view was broken. This is the way I used it: SELECT S...
Clarke asked 7/8, 2008 at 18:52
1

© 2022 - 2024 — McMap. All rights reserved.