I'm trying to migrate an application that was developed in Delphi 7 and uses Firebird to save your information to the postgreSQL database, I have already been able to connect postgreSQL with Delphi with the help of ZeosLib, but this applic...
I can not migrate the PostegreSql database to mysql because of this error:
psqlodbca.so: Unable to open shared object file:
File or directory not found
I'm using ubuntu 64 Postgresql 9x and workbench 6.x, how should I proceed?...
I took a look at some questions, but I did not find anything like it, I'm three days trying to connect my oracle in visual studio, but it does not appear in the selection
butisconfiguredinODBC
Someone who has gone through this knows how...
I'm trying to get data using the Power BI desktop from an Interbase database.
Power BI does not have a * "native connection" * to Interbase, as it does to SQL Server databases.
I added the Interbase ODBC driver to the DSN and made the basi...
I'm using the link pages and link as references.
While putting the recommended files on the server, testing the connection is experiencing an error.
I'vetriedconnectingtothefullstringorjusttheDSN,neithercaseisworking.setstrConexao=Cre...
Good afternoon,
I'm a beginner in PHP and I'm running the code below, the records are returning correctly, however I can not count the number of records returned and print on the screen. It prints the -1 amount, before I was doing a simple se...
I'm looking for connection solutions, better than ODBC / JDBC, from some econometric software such as SAS, Matlab, STATA, ACL, EViews to my base on Teradata, including In-Database processing solutions.
I have a classic ASP application and I can not connect to the database. I set up all the right faces
stringConnection = {DRIVER = {MySQL ODBC 5.3.9 ANSI Driver}; SERVER = localhost; DATABASE = asseitsesi.com.br; UID = root; PWD =; Ignore Prep...
Good Afternoon Staff
I'm new here in the forum so I do not know if I opened this topic in the right place.
I need a help on a table that I'm generating with php through some queries being one in mysql, and from the result of it I perform a...
I am having difficulty running queries on the OpenEdge 11.6 database.
Several queries take a long time to execute, sometimes almost 2 minutes.
Here is an example query I'm trying to perform:
SELECT
docto_item.cod_fil,
count(*) qtd_item,
sum...