Questions tagged as 'odbc'

2
answers

My SQL query is not performed on an Access DB because of an accent

I am using ODBC to make queries in an Access Database along with php the problem is: I have a field in the BD with accent in this case the column is called contactode in it I have the option FLOOR , TELEPHONE and SERVICE when I make my qu...
asked by 20.06.2017 / 20:27
2
answers

Connection error php and dbisam

My problem is the following I am trying to connect to a dbisam database via php but I have not been able to make a query and download the ODBC driver for dbisam, these are the errors that they give me:    Warning: odbc_connect (): in C: \ xam...
asked by 31.03.2016 / 15:23
0
answers

PHP ODBC Progress OpenEdge Stays frozen

Good morning to everyone, I'm trying to make a SQL query to a Progress database from php .. the result of the connection to me is returning to TRUE, which means that if I get connection to the database .. My problem is when I do a query wi...
asked by 20.11.2018 / 18:55
0
answers

MONGODB DSN ODBC ERROR

Hi, I'm trying to connect to this mongodb server and it's impossible, some idea. Thank you very much     
asked by 04.10.2018 / 14:39
0
answers

ODBC Error C # Input string error

I have a small system installed on a server. They use it from 5 PCs and it works correctly, but from the 6th PC it returns the error.    The input string does not have the correct format. OdbcDataAdapter daMovims = new OdbcDataAdapt...
asked by 19.09.2018 / 22:04
0
answers

C # use a DSN to connect to MYSQL

how is it going? Recently I am learning on my own to program from 0, following tutorials, reading forums, etc. So far every time I want to perform, for example from a Windows Forms application, some operation to add, read or modify records in...
asked by 16.08.2018 / 20:41
0
answers

php function odbc_fetch_obect

I have a problem using the odbc_fetch_object function, when executing my query it shows me the error    PHP Fatal error: Allowed memory size of 546308096 bytes exhausted   (tried to allocate 4294967320 bytes) in   C: \ inetpub \ wwwroot \ aja...
asked by 05.07.2018 / 22:14
0
answers

Save a data in a sql table

I have a dilemma with a webpage project that I am doing. You see, it is a record of certain products sold, creating invoice type, then I need a folio. The folio that will be assigned by default to each user will be 1, the number will be saved in...
asked by 04.07.2018 / 16:37
0
answers

Error with pyodbc.connect

I have some databases to which I want to connect via pyodbc, if I enter the code: import pyodbc pyodbc.dataSources() I get the following: Out[28]: {'dBASE Files': 'Microsoft Access dBASE Driver (*.dbf, *.ndx, *.mdx)', 'Excel Files':...
asked by 20.06.2018 / 02:18
0
answers

Error with Python ODBC (pyodbc)

I have some databases to which I want to connect via pyodbc, if I enter the code: import pyodbc pyodbc.dataSources() I get the following: Out[28]: {'dBASE Files': 'Microsoft Access dBASE Driver (*.dbf, *.ndx, *.mdx)', 'Excel Files':...
asked by 20.06.2018 / 17:07