Questions tagged [interbase]

InterBase is a SQL database system for server, desktop and embedded applications, for use on Windows, Linux, macOS, iOS and Android. InterBase 2020 is the newest version and integrates with Embarcadero's RAD Studio IDE supporting Delphi and C++ development. InterBase supports connectivity from many other programming languages as well. See https://www.embarcadero.com/products/interbase for further information.

Filter by
Sorted by
Tagged with
0 votes
1 answer
70 views

How to connect to InterBase database using c#

I have a need to connect to a report Interbase server and pull data from a table. I have the following code, I am trying several options to make a successful connection to the server, however not able ...
user avatar
0 votes
0 answers
30 views

Select id of current connection and server Version [Interbase 2022]

how can I select the id of current connection and the server Version in Interbase 2022? In Firebird I can use this SQL to select the Serverversion: SELECT rdb$get_context('SYSTEM', 'ENGINE_VERSION') ...
user avatar
0 votes
2 answers
75 views

SQL exclude negative quantity

Please help, there is a request in which sometimes there is a negative value in the KOLVO_RZ column. Is it possible to check this in the request and if the value is negative, then return 0? SELECT ...
user avatar
0 votes
0 answers
72 views

How to read Interbase database with Cyrillic text content

I am using pyfirebirdsql version 0.8.5 to connect to Interbase database. import firebirdsql conn = firebirdsql.connect( host='192.168.133.121', database='E:\\test\test.gdb', port=3050, ...
user avatar
  • 1
0 votes
1 answer
123 views

Is it possible to filter a TIBQuery?

Using Delphi 10.4.1 I'm not having success filtering a TIBQuery, and I'm wondering where I'm going wrong. Hopefully you can point me in the right direction. Using Interbase 2020, I'm creating these ...
user avatar
-2 votes
2 answers
109 views

Stored procedure select VS select from external connection

I am trying to find the pros and cons of using stored procedures instead of SQL queries from an external connection, but I am unable to find any direct comparison. What is the benefit of using stored ...
user avatar
0 votes
1 answer
105 views

How to avoid Interbase error 'Column Unknown'

There are 2 tables in InterBase 2020 db: t1 and t2. t1 fields: i1 integer, f1 float t2 fields: i2 integer, f2 float Derived table (dt1) works properly on IB and on FB, but this ...
user avatar
  • 315
0 votes
1 answer
128 views

Interbase server returns an error "Column unknown"

this sql-code returns error only on Interbase 2020 server (on Firebird 3 works properly): Error at line 1. Dynamic SQL Error: Error at line 1. sql error code=-206. Column unknown INC. select ...
user avatar
  • 315
0 votes
1 answer
45 views

Error -206 creating Interbase stored procedure

I am attempting to create a stored procedure using an IBConsole interactive SQL window. The intent of the procedure is to gather data from two tables, do some processing on that data, insert rows ...
user avatar
0 votes
1 answer
153 views

ODBC call stored procedure

I'm trying to call a stored procedure but I'm not very know to the ASP.NET syntax. The project uses: ASP.NET Core Web API ODBC connection no Entity Framework OdbcConnection connection = new ...
user avatar
  • 131
0 votes
0 answers
47 views

Record update, transaction deadlock

Please help, I have a php script that initially updates one entry in the database and then performs some actions But for me, the update of the record is triggered only after the script is fully ...
user avatar
0 votes
0 answers
50 views

PHP 7.4 with Firebird Interbase [duplicate]

Referring to the link here, it seems that PHP 7.4 does not support php_interbase anymore. However, I read that Firebird has released PHP Driver. How can I install so that my PHP 7.4 can still support ...
user avatar
  • 607
0 votes
1 answer
24 views

How to Specify Interbase Service Name with TIBRestore

Per the Interbase Operations Guide, GBAK allows the IB server location to be specified like this: -se localhost:service_mgr Or if we were remoting to a server named "test" we could specify: -...
user avatar
  • 781
0 votes
0 answers
51 views

Arithmetic Exception Cannot transliterate character between character sets using IB.NETDataProvider

I was installed IB ADO.Net provider and tried to save German Umlaut characters. It was saved successfully. But it could not retrieve from DB. There is showing arithmetic exception... cannot ...
user avatar
1 vote
0 answers
104 views

newer Interbase download cannot create a database

I replaced my laptop, and tried to install Interbase for use with Delphi I went into Ibconsole and am unable to create, import, or add a database. I have several .ib files that work fine on an older ...
user avatar
  • 41
0 votes
0 answers
95 views

Is it possible to recover the database file of my application from my iPhone?

My Apple profile certificate for iOS was ended and then I can't access anymore to my application that was developed using C++ Builder and InterBase IBLite, so I can't rescue the data from the database ...
user avatar
  • 1
0 votes
1 answer
84 views

The sum of the values in the request

select sum(SUMM_PRIH) from DOC_PR WHERE DATA_PRIH between '01.01.2020 00:00:00' and '01.02.2020 23:59:59' and kod in ('020047', '020045') UNION ALL select sum(SUMM_OPL) from DOC_RA WHERE DATA_RASH ...
user avatar
0 votes
1 answer
185 views

Changing SYSDBA user password in InterBase

I am working with InterBase 2020 version. Since InterBase installs with default user SYSDBA and default password for SYSDBA as masterkey , I want to change the password for SYSDBA user. Using gsec ...
user avatar
1 vote
1 answer
227 views

How to run multiple Delphi RAD Server applications on same IIS?

I have created a RAD Server application and hosted it on the IIS. For this I had also installed the interbase 2020 instance using the RAD Server Multi-Site License. Now, I want to host one more RAD ...
user avatar
  • 51
0 votes
1 answer
467 views

Interbase does not connect in Delphi 10.3.3 Rio

In the past, I have worked a lot with Delphi 7. I have two questions for Delphi 10.3: Does the Interbase DB file have the extension .IB or .GDB, as in the past? After having created a database with ...
user avatar
0 votes
1 answer
75 views

INTERBASE - INDEX ISSUE

Good day, I run many databases under interbase XE7 and 2017 now. Lately, I got a strange behavior on one of the db: A table with a primary key was found hosting many rows with similar values, like ...
user avatar
1 vote
2 answers
210 views

Firebird Interbase Connection - unset() and ibase_close()

I have a silly question. Is there a difference between unset() and ibase_close() in terms of ending connection to Firebird Database using ibase_connect()? I know that some people use unset() to PDO ...
user avatar
0 votes
1 answer
58 views

Interbase Domain Modification

Encountered an issue in IB (tested XE7 and IB 2017) when changing the size of a domain definition from something like VarChar(6) to VarChar(10). The end result is the field utilizing the domain ends ...
user avatar
  • 781
1 vote
2 answers
238 views

ibtogo64.dll not found in the path

Windows 10, Delphi 10.4.1, IBLite 2020 Hello all, Getting "ibtogo64.dll not found in the path" when trying to run on any computer that does not have Interbase installed. I have been using ...
user avatar
0 votes
1 answer
107 views

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 ...
user avatar
  • 315
1 vote
0 answers
45 views

Cannot create user at runtime with Query with parameters

I am using C++ Builder 10.2.3 (Rad Studio Tokyo 10.2.3) with Interbase 2017 I need to create users at runtime for my users registration. If I create the Query at runtime, in that case there is no ...
user avatar
  • 45
0 votes
1 answer
112 views

Interbase Backup Validation

We have a custom backup solution utilizing the ibx controls in Delphi to perform nightly automatic backups. As part of our current validation for a successful backup, we read the output logs generated ...
user avatar
  • 781
0 votes
1 answer
168 views

Why does a commit trigger an access violation?

The following code using the Community version of Delphi and Interbase 2020 running on a Windows 10 machine results in the following error when the Commit is executed. What am I doing wrong? Project ...
user avatar
  • 19
0 votes
1 answer
56 views

Looking to obtain the Interbase ODS number programmatically

We are spread over a few versions of the ODS from 15 through 17. Really, we are rolling out with XE7 which is version 16. Does anyone know how to read the ODS number from a local database to identify ...
user avatar
  • 1
-1 votes
1 answer
368 views

Unable to log into Local Server -gds_db InterBase Developer Edition

Unable to log into Local Server -gds_db after download of Interbase Developer Edition. Getting "Error logging into the requested server" Connection rejected by remote interface' .Using un/pw ...
user avatar
0 votes
1 answer
412 views

Connecting to a remote instance of Interbase on Android using IBLite not working

In Delphi 10.4.1 I'm trying to build an Android application that connects to an instance of Interbase running on my laptop (which I can connect to remotely from my desktop). I get the exception: ...
user avatar
  • 6,307
0 votes
2 answers
150 views

Is there a way to add a column to a specific position in Interbase

I need to add a new column to an existing table in my database. The column should be placed in a specific position. I know this can be done in two separate commands: ALTER TABLE MYTABLE ADD MYCOL ...
user avatar
0 votes
2 answers
292 views

Does C++Builder work with MSAccess .accdb files?

I am using C++ Builder 10.3. My last version was C++Builder 5 from 20 years ago. My question comes about because I am totally new to this compiler and the Embarcadero blog sites are now 3rd party and ...
user avatar
  • 11
0 votes
1 answer
4k views

PHP7.4 and firebird/interbase: ibase_connect(), ibase_query() Call to undefined function

I'm dealing with a legacy firebird database and can't seem to get it to work with PHP7.4. The interbase extension isn't available anymore in PHP7.4, I can only install PDO_FIREBIRD. There are also no ...
user avatar
0 votes
2 answers
51 views

InterBase select for 2 related tables

I have the following tables ControlTypeColorsStyle as T1 ControlType Char 10 ColorsStyleName Char 10 FillColorName Char 20 StrokeColorName Char 20 ColorNameColorHex as T2 ColorName ...
user avatar
0 votes
2 answers
779 views

Delphi how to load report stored in database

I am trying to build a finance software in Delphi. For the database I used Interbase which I am using it for the first time since I used Firebird before. Any way I am 80% done but I face a problem: ...
user avatar
0 votes
1 answer
213 views

FireDac ApplyUpdates Bug on FDTable with CachedUpdate

I develop and application on Delphi 5 with BDE and never got any reclaim till I update to Delphi XE 10 I change my data Engine From BDE to Firedac. program is simple POS app make invoices , Invoice ...
user avatar
2 votes
1 answer
247 views

Connect ASP.NET Core 3.1 with Interbase XE7 using FirebirdSql.Data.FirebirdClient (7.5.0) and Dapper

I am trying to connect ASP.NET Core 3.1 with an Interbase XE7 database. For the connection with the Interbase database, I'm using the FirebirdSql.Data.FirebirdClient (v7.5.0) Nuget package with ...
user avatar
1 vote
1 answer
928 views

Hosting RAD Server in IIS. EMS license not found

I have created a 32Bit RAD Server application and I wanted to host it in my local IIS Server. I followed the steps mentioned in here But when I try to call a webservice say http://localhost:8080/...
user avatar
  • 51
0 votes
1 answer
411 views

Problem with a Delphi dbxpress application after upgrading Windows Server 2008 to Windows server 2012

I want to upgrade a Windows server 2008 to windows Server 2012, and, if possible, 2016 and 2019. This server runs a Delphi XE2 Interbase XE3 dbexpress application. After upgrading the server to ...
user avatar
0 votes
0 answers
366 views

problems to load interbase and firebird library

PHP Warning: PHP Startup: Unable to load dynamic library 'interbase' (tried: C:\xampp\php\ext\interbase (Impossibile trovare il modulo specificato.), C:\xampp\php\ext\php_interbase.dll (Impossibile ...
user avatar
0 votes
2 answers
69 views

Interbase - combining queries

I have a table with to columns: Question and Answer. I want a query that results in one column containing interchangeably the Question and it's respective Answer. Exemplifying: Table "...
user avatar
0 votes
2 answers
2k views

php extension 'interbase' is not loaded

I searched a lot from the internet but did not find a solution. I want to define interbase/Firebird in php. (extention) to connect to firebird servers. but php extension 'interbase' is not loaded. How ...
user avatar
0 votes
1 answer
273 views

How to catch SQL generated by Delphi TDataSetProvider?

I have TClientDataSet, TDataSetProvider and TIBQuery chain and there is 'unprepared statement' error while executing CDS.Post, apparently, the update satement generated by TDataSetProvider is wrong. ...
user avatar
  • 2,325
1 vote
2 answers
142 views

Need a count of this Interbase Distinct SQL

I have the following working Distinct Interbase SQL on the two fields. I need to modify it to just return a count of these distinct records. select distinct ap.propertyuid, ap.adjpropertyuid from ...
user avatar
  • 124
0 votes
0 answers
51 views

How to execute stored procedure with out values via ADO.net 2.0 using c# correctly?

I have large database (InterBase 2007) with a lot of stored procedures which I'm trying to call from my c# code. The problem only with stored procedures with output values. Usually i catch exception ...
user avatar
1 vote
0 answers
303 views

Database returns null after successful connection with Devart in C#

I am trying to connect C# to an InterBase Database. I have downloaded and install Devart ODBC Driver for Windows and installed it. I configured the System DSN in control panel and got a Success ...
user avatar
  • 61
2 votes
0 answers
390 views

Problem establishing connection to InterBase database using C# (VS2017)

I am trying to connect my C# program to InterBase but i get the following error: Borland.Data.TDBXError occurred HResult=0x80131500 Message=Unable to load dbxint.dll (ErrorCode 193). It may be ...
user avatar
  • 61
0 votes
0 answers
60 views

incorrect sum of a numeric datatype- interbase

I want to get the total of many integer using sum(), but the output is wrong. this are the amounts that i have 2352, 2368, 400, 500, 500, 1831.29, 110, 518.8, 1842.5, 205.55, 284.4, 2368.93 4570, 26....
user avatar
-1 votes
1 answer
21 views

Search Interbase with php form (drop down list with values of one column)

I am trying to make a search form (which will be best to be with drop down menu) with values from column CUST_BULSTAT and to fetch a single row data that will be printed into a text template document. ...
user avatar
  • 1

1
2 3 4 5
7