Top "Odbc" questions

Open Database Connectivity (ODBC) provides a standard software interface for accessing database management systems (DBMS).

PDO: How to access Microsoft Access file on Linux?

I have managed to read data of Microsoft Access file (.accdb) on Windows using PDO but I'm having problem getting …

php linux pdo odbc ms-access-2007
OLEDE Error: Login failed for user 'DOMAIN\ComputerName$'.;28000

I am trying to deploy an Analysis Services cube in SQL Server 2012. My user account is REALM\Merin where REALM …

sql-server sql-server-2012 odbc ssas oledb
DSN to connectionstring?

We've got an ASP.NET website that uses a database that we want to be able to use a connectionstring …

asp.net odbc connection-string dsn
Connect to Spark SQL via ODBC

According to this page: https://spark.apache.org/sql/ you can connect existing BI tools to Spark SQL via ODBC …

hadoop odbc apache-spark shark-sql
Quickly changing SSIS-packages data source parameters for easy migration

I would need to migrate a SQL database from Sybase to MS SQL Server. Before doing the actual migration on …

sql-server ssis odbc bids
Libraries for connecting node.js to odbc on Windows?

I'm looking for a library that allows node.js to connect to ODBC on windows. All the libraries I have …

windows node.js ms-access odbc
ORA-2800: account is locked error in qtp

I am getting the following error while connecting to db for checking db timings through QTP scripts: "Cannot update system …

oracle odbc qtp
Working with an Access database in Python on non-Windows platform (Linux or Mac)

I want to access the data in a Microsoft Access database. I have some .accdb and .mdb files and want …

python macos ms-access odbc pyodbc
How can I save a DataTable to a .DBF?

I've been working on a program to read a dbf file, mess around with the data, and save it back …

c# odbc dbf
Programmatically change the connection of a linked table in ms access

I have already referenced other pages for my problem but I still can't get this to work. I feel a …

ms-access odbc vba linked-tables