Skip to main content
Filter by
Sorted by
Tagged with
200 votes
10 answers
319k views

I was reading a MS Excel help article about pivotcache and wonder what they mean by OLE DB and ODBC sources ...You should use the CommandText property instead of the SQL property, which now ...
Martin08's user avatar
  • 21.6k
109 votes
9 answers
264k views

I have a method which is connecting to a database via Odbc. The stored procedure which I'm calling has a return value which from the database side is a 'Char'. Right now I'm grabbing that return ...
Chris's user avatar
  • 6,355
78 votes
4 answers
190k views

How do I connect MS SQL Server using Windows Authentication, with the pyodbc library? I can connect via MS Access and SQL Server Management Studio, but cannot get a working connection ODBC string for ...
stackoverflowuser95's user avatar
51 votes
5 answers
36k views

At my current job, we're looking to implement our own odbc driver to allow many different applications to be able to connect to our own app as a datasource. Right now we are trying to weigh the ...
Nicholas Mancuso's user avatar
48 votes
3 answers
125k views

If I store an HTML TEXTAREA in my ODBC database each time the user submits a form, what's the SELECT statement to retrieve 1) all rows which contain a given sub-string 2) all rows which don't (and is ...
Mawg's user avatar
  • 40.5k
45 votes
9 answers
80k views

Yes, I know that PHP 7.0 removed the extensions needed to connect to MSSQL. FreeTDS was my option prior to PHP 7.0 but now there really is no obvious upgrade path for those needing to still connect to ...
Donavon Yelton's user avatar
43 votes
6 answers
69k views

I need to reverse engineer a Microsoft SQL Server 2008 in order to create a Microsoft Visio 2007 Database Model Diagram. So I choose "Reverse Engineer" from the Database menu to connect to the DB. I ...
Matthias Meid's user avatar
39 votes
4 answers
143k views

I have the latest 64 bit version of PostgreSQL. I am running Win 7 64 bit. I had installed the ODBC driver (via the initial installer) when I installed PG, and upgraded it to the latest version from ...
IamIC's user avatar
  • 18.4k
37 votes
4 answers
38k views

Installing Microsoft® ODBC Driver 17 on windows 10. During the install, Microsoft ODBC Driver 17 for SQL Server setup stops and shows "A previous installation required a reboot of the machine for ...
washingon's user avatar
  • 1,171
36 votes
4 answers
251k views

I'm using MS Excel to get data from a MySQL database through ODBC. I successfully get data using an SQL query. But now I want that query to be parameterized. So I wonder If it is possible to use a ...
GetFree's user avatar
  • 43k
32 votes
9 answers
91k views

I have added some code which compiles cleanly and have just received this Windows error: --------------------------- (MonTel Administrator) 2.12.7: MtAdmin.exe - Application Error --------------------...
David L Morris's user avatar
31 votes
3 answers
14k views

I'm stuck trying to fetch UTF-8 text in a MySQL database from R. I'm running R on OS X (tried both via the GUI and command line), where the default locale is en_US.UTF-8, and no matter what I try, ...
Daniel Dickison's user avatar
29 votes
1 answer
47k views

I am on an up-to-date Ubuntu 12.04 system. I have unixodbc (v2.2.14 from ubuntu repos), MySQL and its relevant drivers installed. Also connected to a valid DSN. Verified by issuing isql DBName UName ...
user avatar
28 votes
1 answer
38k views

Is there any way to get a list of all tables available through an odbc connection. I have to fetch data from tables that are generated along the way, and therefore I don't know the names in advance.
user2866103's user avatar
  • 10.6k
27 votes
7 answers
46k views

I'm working on a legacy application that has a C++ extended stored procedure. This xsproc uses ODBC to connect to the database, which means it requires a DSN to be configured. I'm updating the ...
Neil Barnwell's user avatar
27 votes
3 answers
54k views

I currently have the following Dockerfile to create my Docker image. FROM python:3.6.6-alpine3.8 # Add dependencies for Python packages pandas, numpy and pyodbc RUN apk add --no-cache curl gcc g++ ...
Alexis.Rolland's user avatar
26 votes
4 answers
136k views

I have installed python 2.7.0 and Teradata module on Windows 7. I am not able to connect and query TD from python. pip install Teradata Now I want to import teradata module in my source code and ...
anurag's user avatar
  • 634
26 votes
4 answers
137k views

When trying to make a program on Windows that connects to a database via ODBC, I got the following error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. ...
Erik A's user avatar
  • 32.8k
26 votes
4 answers
7k views

NOTE: I have narrowed this problem down to specifically PDO because I am able to successfully prepare and execute statements using the odbc_* functions. Why can't I bind this parameter to the PDO ...
Jeff Puckett's user avatar
  • 41.5k
25 votes
4 answers
44k views

What is the difference between SQL Server Native Client connection and ODBC connection? What are the pros and cons of these two?
juur's user avatar
  • 5,773
24 votes
7 answers
47k views

So I'm trying to convert a binary to a string. This code: t = [{<<71,0,69,0,84,0>>}] String.from_char_list(t) But I'm getting this when I try this conversion: ** (ArgumentError) ...
Onorio Catenacci's user avatar
23 votes
5 answers
63k views

I am currently running a third-party software suite, which uses SQL Server as its database. I have a second instance of SQL Server running in a different location, and some apps that I am building in ...
dpmattingly's user avatar
  • 1,341
23 votes
4 answers
76k views

I want to do a hand install of the MS Access 64 bit odbc drivers. Uninstalling 32 bit Office and installing 64 bit Office is not an option due to the add-ins that our company uses. I downloaded the ...
JMoney's user avatar
  • 321
23 votes
1 answer
26k views

I'm looking for a library that allows node.js to connect to ODBC on windows. All the libraries I have found thus far seem to work with UnixODBC but not windows, can someone please suggest a library ...
leeand00's user avatar
  • 26.6k
22 votes
3 answers
34k views

I am trying to run connect to a MSSQL server from an Ubuntu 12.04 webserver with FreeTDS and unixODBC. Using tsql i can connect to the server with ~$ tsql -S dbs3 -U <username> -P <password&...
AndMim's user avatar
  • 550

1
2 3 4 5
193