Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

139
Views
Connect to MySQL database from Firebird database

I was wondering if it is possible to connect to a MySQL database to perform changes on a table from a firebird DB trigger? I have looked the On External command but it seems to only work for another firebird database.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

There is nothing built-in in Firebird to support connecting to other database systems. The EXECUTE ... ON EXTERNAL is only for connecting to other Firebird databases.

In Firebird 2.5 and earlier, you might be able to use UDF (User-Defined Function) to do this. However, you would need to develop this yourself.

In Firebird 3, you could also use a UDR (User-Defined Routine) to do this, but you would need to develop this UDR yourself. You can do this in Java using fbjava (warning: alpha version, and not under active development), in C# using FbNetExternalEngine (note: commercial product), but you can also develop in C, C++, Pascal and other languages that support native bindings. Unfortunately the API for that is poorly documented.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!