unixodbc Questions
2
Solved
I am trying to install Microsoft Drivers for PHP for SQL Server using the document provided by Microsoft. Link is https://github.com/Microsoft/msphpsql
It provides installation steps for Ubuntu an...
Ase asked 23/5, 2017 at 17:9
2
Solved
I am running Ubuntu 13.10 with FreeTDS and ODBC (package: php5-odbc) installed.
I use tds version = 8.0, but also tried tds version = 7.2.
I am using PDO and this is my DSN:
$dsn = sprintf('odbc:...
Macrae asked 15/12, 2013 at 12:49
9
Azure SQL Services looks pretty cool, and I'd like to use it as a hosted database. I set myself up with a starter web edition database, and after clicking through a million and five EULAs, I ...
Olvan asked 19/7, 2010 at 18:28
2
Solved
I am trying to test my scripts for data migration from mssql-server to oracle server. For this, I have to install pyodbc python package for Ubuntu, it has the dependency of unixodbc. When I try to ...
Subgroup asked 20/12, 2016 at 2:55
4
Solved
I'm running R 2.15.2 on a Red Hat Linux 6 server. My goal is to connect to a MS SQL Server Database on another machine via RODBC. I did my research and downloaded and installed the linux version of...
2
I am trying to install msodbcsql v13 in redhat 6.3. It shows dependency error for unixODBC(64 bit) >= 2.3.1 needs to be installed before installing msodbcsql.
I tried running below command,
odbc...
2
Solved
I'm trying to connect to an old MySQL 3.23 server from an Ubuntu 16 client with UnixODBC and pyodbc 3.07. I've tried three (3) versions of MySQL Connector/ODBC and two (2) from MariaDB:
MySQL-ODBC...
3
Solved
I am investigating the possibilities to connect to a MSSQL database from a RHEL6 application server. I have found two ways:
FreeTDS
Microsoft SQL Server ODBC Driver for Linux + unixODBC
Does an...
Smilacaceous asked 29/5, 2012 at 22:27
3
I'm having a bit of trouble successfully using pyodbc on Debian Lenny (5.0.7). Specifically, I appear to be having trouble fetching NVARCHAR values (not a SQL Server expert, so go easy on me :) ).
...
Adventurer asked 17/1, 2012 at 6:11
4
CENTOS 6.5 x86_64
WHM 11.42.1
unixODBC 2.2.14
freetds v0.91
I'm trying to connect to remote MSSQL server without success - also tried connecting with different tds versions (4.2, 7.0, 7.1, 8.0) b...
3
Solved
I am pretty new to Asterisk and this is my first attempt to connect to database (MySQL). But I keep getting this error [unixODBC][Driver Manager]Data source name not found, and no default driver sp...
Ditty asked 1/8, 2015 at 8:48
1
I'm trying to connect to a SQL Server Express database using SQLALchemy and pyodbc, but I'm continuously getting the error:
(pyodbc.Error) ('IM002', '[IM002] [unixODBC][Driver Manager]Data
sour...
Cavil asked 10/1, 2016 at 11:12
2
I'm trying to get the ruby-odbc gem installed on a Mac OS X 10.9 under ruby-1.9.3-p547 for use with a rails 2.3.12 application which connects to a SAP system over ODBC.
Environment
Mac OS X 10.9...
Baskin asked 26/9, 2014 at 5:56
3
I am trying to acces oracle from linux server. I am using unixODBC.
When i try to acces oracle using isql and i get error that driver manager can't open libsqora.so.12.1.
odbc.ini
[NAME]
Applic...
Benjaminbenji asked 10/4, 2014 at 21:54
1
Solved
I've my nodejs app connected to MSSQL server, worked perfectly in my Windows laptop, sing mssql@npm
The same app is not able to see the database in my Ubuntu laptop.
I defined the mssql connectiv...
Behr asked 11/1, 2016 at 15:44
3
Solved
odbc isql was unable to connect to data source:
$ isql SMS_GTWY username password -v
returns:
[S1000][unixODBC][FreeTDS][SQL Server]Unable to connect to data source
[01000][unixODBC][FreeTDS...
Ammonate asked 14/12, 2012 at 3:44
5
Solved
I have been digging internet for couple days, reading very old information, that leads to very old and nonexisting sites, still, I understood, what is needed to achieve my goal.
We have a file.md...
1
I followed this guide http://eriqande.github.io/2014/12/19/setting-up-rodbc.html to get RODBC working with MAC and I am able to connect to the DB.
Marcos-MacBook-Pro:~ MarcoB$ isql -v ODBC_SQLSS_R...
1
I'm trying to setup pdo_odbc on my online server. I use putty, and I have some basic knowledge in Linux commands.
At a start, on my online server, I did not have PDO installed. I found the way to ...
0
I'm running Ubuntu 12.04 on a 32-bit computer, and I want to connect to my MS SQL database using freetds, unixodbc and python, but I'm getting an error:
>>> import pyodbc
>>> con...
Malo asked 23/6, 2014 at 8:20
1
Solved
I've read the iODBC documentation regarding the odbc.ini, and the Vertica documentation. I also saw a question with the same error, but can't get the connection string to work as suggested in the p...
2
Solved
sql.Open() returns a variable of type *sql.DB
I have a function that calls 10 other functions that all need to make database calls
Is it more correct/efficient to:
Send the *sql.DB pointer to e...
3
Solved
I'm using the following setup to access a MS-SQL database from a PHP application
RedHat Enterprise Linux 5
PHP 5.2.14 with PDO and PDO_ODBC
unixODBC 2.2.11
FreeTDS 0.82.1.dev.20100810
Unparamet...
Went asked 30/9, 2010 at 6:13
3
Solved
I can not get a valid string from an MSSQL server into python. I believe there is an encoding mismatch somewhere. I believe it is between the ODBC layer and python because I am able to get readable...
Tidy asked 11/12, 2012 at 21:20
2
Solved
I have some problem with connection to my Vertica.
I use PHP and PDO ODBC driver (thrue unixODBC).
When I connect to Vertica via isql and select records from table all data are fine encoded - field...
© 2022 - 2024 — McMap. All rights reserved.