Questions tagged [interbase-2009]

InterBase embedded database is a low cost, ultra fast, lightweight, multi-device relational database that runs on Android, iOS, Windows and Mac OS X.

InterBase embedded database is a low cost, ultra fast, lightweight, multi-device relational database that runs on Android, iOS, Windows and Mac OS X.

7 questions
1
vote
1 answer

Getting exception while executing query in interbase XE7

I have migrate Borland interbase 7 to embarcadero interbase XE7 database. I have taken backup file *.ibk using IBConsole and restored into interbase XE7 and successfully restored the database on interbase XE7 database but when i tried to execute…
Sameek Mishra
  • 9,174
  • 31
  • 92
  • 118
0
votes
0 answers

Create ASC and DESC INDEX in in one index

I want to create an index (in Delphi/Interbase) which contained a ASC and a DESC order. Example: CREATE INDEX AMUT_DAT ON ARTIKMUT(DATUM,ARTIKEL,KODE); This create DATUM and ARTIKEL ascending. When I create it as follow: CREATE DESCENDING INDEX…
0
votes
1 answer

Error in procedure which updates master table after deleting records in detail table

In Interbase 2009 db I have master and detail tables(Tmaster, Tdetails). Tmaster: master_id(pk) DocSumma DocSummaDol Tdetails: det_id master_id(fk) price1,price2 qnt After I delete/update records in child table(Tdetails) procedure…
basti
  • 399
  • 2
  • 10
0
votes
1 answer

Decimal input then Binary input (without using Integer.parseInt)

I am a first year Computer Science student. This question has been asked many times and I have gone through those. But I still could not find where I need to fix in my current code. I have written the code to convert Decimal to Binary. The following…
Suス
  • 1
  • 3
0
votes
0 answers

How to do batch insert into Interbase with blob fields

I have to insert more than 2000 records at a time with blob fields in the Interbase database. There is a performance issue if we execute query for every insert. I found out that batch insert is the solution. But, I have to prepare all the queries…
shyambabu
  • 169
  • 11
0
votes
1 answer

Connecting to Firebird using ODBC

I have downloaded Firebird_ODBC_2.0.4.155_Win32. I have also started ODBC Data Sources from the Control Panel. Now I cant find Firebird/InterBase driver in the Drivers Tab. I am sure that I installed Firebird. Why?
alyssaeliyah
  • 2,214
  • 6
  • 33
  • 80
0
votes
2 answers

How to hide stored procedures and triggers code from users other than SYSDBA in Interbase?

I found some information about the encryption and embedded password features in Interbase 2009, but it does not prevent database users to see the source code. Is it possible to hide the stored procedures and triggers codes from all user including…
Colin Jong
  • 63
  • 1
  • 6