Zeos: Different type error in different databases

Asked

Viewed 118 times

0

I have a system made in Delphi 7 that can be connected in both Mysql and Firebird.. I have a settings file where I inform the host, bank, user, password, port and protocol of Zeos that indicates the type of bank. It is opening the Mysql database without problems, but when I put the settings to access Firebird in localhost, it concta but when opening the tables it is giving error of different types of fields. In the case of the first field that already gives an error is a Float field but Zeos is interpreting it as Integer. Can anyone give me an idea of what might be going on? obg!

  • Are you using the same tables to open Firebird and Mysql? Unless the two fields are extremely equal, this error may occur. I already made this same connection that is trying and used a set of tables to use Firebird and another for Mysql.

  • I ask you to please edit your question by placing the code and organizing your problem better.

  • I believe this answer may be the solution you need: https://answall.com/a/170407/49822

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.