Questions tagged as 'odbc'

1
answer

Error in php and sql by odbc connection

I have the following code. The moment I run in the browser it tells me the only error:    odbc_exec () expects parameter 1 to be resource, string given in C: \ AppServ \ www \ central \ index.php on line 64 line 64 is as follows: $resul...
asked by 10.05.2018 / 23:39
1
answer

How to fix Error: "The provider 'Microsoft.ACE.OLEDB.12.0' Not registered on the local computer"

When executing a program designed in Visual Studio 2015 Community, it sends the following error: "The provider 'Microsoft.ACE.OLEDB.12.0' Not registered on the local machine" , Already install the 64-bit drivers (I'm on windows 10 64 bits) and...
asked by 18.09.2016 / 05:35
1
answer

Connect Java with Historian

My query is referred to connect Java with the Historian database, is it done through an ODBC? What would? or how is it done? Thank you very much already.     
asked by 28.05.2018 / 14:40
1
answer

I need to print several querys in different columns in an html table

I have a large table and for each column I need a different query, the problem is that I can not get the data printed in the column on the next right; $connect = odbc_connect("proyecto", "usuario", "contrasena"); print ("Fecha de Inicio: $newD...
asked by 16.06.2017 / 18:18
1
answer

Php and sql query

I have a problem with an sql query with php, I need to calculate the total of units sold by vendor, I am limiting the number of records to show because the database has hundreds of records, and I am just trying out the query. But when making...
asked by 19.07.2016 / 23:30
1
answer

php driver does not work after updating xamp

I have updated XAMP to the latest version, which comes with php 7.2. I have added the drivers to xamp / php / ext /: php_pdo_sqlsrv_72_nts.dll php_pdo_sqlsrv_72_nts.dll php_sqlsrv_72_ts.dll php_sqlsrv_72_ts.dll I have also configured the...
asked by 12.05.2018 / 21:59
1
answer

connection odbc php

Thanks for your help colleagues, I'm just beginning in the world of programming, I appreciate your help. I'm doing a search menu with php with odbc connection. The connection file is as follows: <? $dsn = "PG_EXCEL"; $usuario="postgres";...
asked by 18.04.2018 / 23:56
0
answers

Connect website with sql server 2008

I'm starting to learn a bit of programming, and I try to make a record that connects to a sql manager studio 2008 r2 database. Everything is fine in terms of the local environment, the registry works just like the sql, but as soon as I upload th...
asked by 12.06.2017 / 02:13
1
answer

How can I connect php with dbisam using odbc?

I hope you can help me. I want to connect php with a database created by a third party software using odbc but I can not connect and I can not do table queries, download the driver "DBISAM 4 ODBC Driver" and install, I'm almost sure I have probl...
asked by 29.03.2016 / 22:17
1
answer

Error in homestead with SQL Server driver when saving laravel session (DB-Library (as ISQL) or ODBC version 3.7)

I am saving my Session in the database using laravel with SQL Server in homestead (Ubuntu) and at the moment of entering the system it shows me this error:    SQLSTATE [HY000]: General error: 4004 Unicode data in a Unicode-only   collation or...
asked by 20.03.2018 / 17:37