Skip to content
Advertisement

Tag: odbc

Unable to connet to SQL server using soci library

I am beginner in c++,my problem on Linux for connecting to SQL Server with soci library, my code this but I have error and I don’t found solution for my problem, my code this: I have error: Here is the code: Answer Your ODBC connection string in incorrect, your first parameter specifies a datasource called “ODBC”, which you haven’t configured

Ubuntu-16.04 + PHP-7.0.22 + ODBC not working

I have been trying to connect MSSQL from my ubantu 16.04 and i had use below tutorial: https://askubuntu.com/questions/578934/mssql-connection-from-ubuntu There is one problem while i am running below command from terminal is: It display below errors: I have follow instruction given by below link answer as well: https://serverfault.com/questions/812509/ubuntu-16-04-php-7-microsoft-odbc-driver-for-sql-server-on-linux-odbc-connec But i am helpless, there is no ODBC driver enabled while i check

ODBC Error Connecting Teradata

I have installed Teradata ODBC driver on Debian via alien. Dependencies checked via ldd and are fufiled.. But when attempting to connect to the DB I am getting following errors (with Debug) Any idea how to get rid of those errors? It seems to be a root cause of failing connections Architecture X64 OS Debian 7 Driver version 16.00 same

Error during insert with parameter(s) over 30 characters

Issue Performing an insert using prepared statements with PDO and an ODBC driver gives the following error when at least one of the parameters is over 30 characters: Inserts work for any bound string that is <= 30 characters in length. I have no issues with SELECT queries. Using INSERT with isql and sqlcmd does not produce an error, but

Advertisement