Questions tagged as 'odbc'

0
answers

ODBC_FETCH_ARRAY () Does not return the result

Good morning, please help with this topic. I need PHP to be able to place the result of a query in an array using an ODBC connection. For this, I use the odbc_fetch_array () function but the query is not showing me. The code is: $consulta =...
asked by 25.05.2018 / 19:50
0
answers

Graphics in google chart and php

Good day. I need your help I am generating a graph in google charts with connection to php and postgresql through odbc. The code is as follows: <?php // Conectamos base de datos $dsn = "IVRTST"; $usuario="IVR"; $clave="IVR"; $cid=odbc_...
asked by 24.04.2018 / 23:19
0
answers

VB.NET NOT RECOGNIZING CHARACTER FROM SQL

Good morning everyone, I'm trying to download teradata information with a select statement, the problem is that when I do it in vb through code some of the characters in the result in the recordset contain accents and are not recognized, for exa...
asked by 23.04.2018 / 18:25
2
answers

Php odbc postresql

I need your help for days fighting to solve this error :    syntax error, unexpected 'else' (T_ELSE) The code in php is as follows: <?php include('conexion.php'); $desde = $_POST['desde']; $hasta = $_POST['hasta']; //COMPROBAMOS...
asked by 18.04.2018 / 21:49
1
answer

Warning: Invalid argument supplied for foreach () PDO / SQLServer

Greetings, I have a code that is giving me problems with a foreach and I have not achieved its correct operation, it is a query to a database SQLServer with PDO ODBC, I have tested the queries separately in PHP and it does not give...
asked by 28.12.2017 / 14:59
0
answers

VB get cursor that returns a function in postgresql

I am using postgresql and vb, and I want to obtner in vb the result of a function that returns a cursor, but I have only been able to make it return the name of the cursor, and I do not want that, but the cursor data. This is the code: Sub...
asked by 08.11.2017 / 00:52
0
answers

What do I do with "provider can not be found. it may not be properly installed "?

I have this problem with the RAD studio 10.2 when executing a program that shows the data of a table in a grid ... (yes, very basic). Work with pgAdmin 4 I do not know if this helps, since I was reading that the problem is with the...
asked by 28.10.2017 / 18:34
1
answer

Problem Calling Prolog from Php

I'm new to this forum and a little bit with the Prolog programming language. I am currently working on a project based on an Expert System with web interface, using SWI-Prolog, based on a contribution made in another forum ( link ) that talks ab...
asked by 02.10.2017 / 00:29
0
answers

Visual Studio 2015: I can not add a new model from ODBC

I have an Ingres database, which I need to access from a Rest API created with Visual Studio. I have installed everything necessary on the development PC: Ingres Full Client + .Net Driver Configured the ODBC that points to the database, tested a...
asked by 06.11.2016 / 18:16