Questions tagged as 'odbc'

1
answer

Migrate Firebird Delphi 7 Application to PostgreSQL

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...
asked by 20.10.2016 / 21:31
1
answer

psqlodbca.so: Unable to open file of shared objects: File or directory not found

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?...
asked by 23.10.2017 / 14:44
0
answers

Connecting Visual Studio 2017 with Oracle

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...
asked by 08.11.2018 / 10:59
0
answers

Power Bi and Interbase

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...
asked by 14.08.2018 / 02:35
0
answers

I am not able to create a firebird connection on an asp page

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...
asked by 06.06.2018 / 17:36
0
answers

Count records returned from a SQL procedure in PHP

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...
asked by 12.04.2018 / 20:55
0
answers

I need to connect econometric software to Teradata databases

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.     
asked by 08.03.2018 / 17:20
0
answers

I can not connect to the MySql database

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...
asked by 17.01.2018 / 12:41
0
answers

Doubts PHP + Sql server

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...
asked by 03.01.2018 / 17:49
1
answer

SQL query too slow in OpenEdge bank, what can it be?

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...
asked by 26.09.2017 / 21:00