Top "Odbc" questions

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

How do I change a Crystal Report's ODBC database connection at runtime?

I have a report made with Crystal Reports 2008 that I need to deploy a production system which means that I …

postgresql crystal-reports odbc database-connection
Unable to connect to SQL Server 2008 using ODBC connection via system dsn on windows 2012

I have Windows 2012 server and I am able to connect to a SQL Server 2008 instance through Visual Studio Server Explorer …

sql-server-2008 odbc windows-server-2012
How do I create a DSN for ODBC in Linux?

I am digging around in a Linux application that supposedly uses DSNs to connet to SQL Server. The connection stopped …

sql-server linux odbc dsn
Connect to an Oracle 10g database with Microsoft ODBC for Oracle

I'm trying to connect to an Oracle 10g database using the built in Microsoft ODBC for Oracle driver. I want …

.net oracle oracle10g odbc ora-12514
Connect to remote MySQL db from docker container

I'm working to containerize a Django 1.5.x application that connects to a MySQL DB on a separate server via ODBC: […

mysql docker odbc
Exporting ODBC System DSNs from a windows 2003 machine?

Is there a way to export all the ODBC System DSNs from a windows 2003 machine?

odbc export windows-server-2003
How to check if a table exists in Hive?

I am connecting to Hive via an ODBC driver from a .NET application. Is there a query to determine if …

sql odbc hive
Connect to mysql 5.0 database using pure vbscript?

I've tried the below script but I am getting an error: dim cn, rs set cn = CreateObject("ADODB.Connection") set …

mysql vbscript odbc mysql-connector
How do I setup Oracle ODBC drivers on RHEL 6/Linux

I need to setup Oracle ODBC drivers on RHEL 6 to connect to an Oracle data source residing on a remote …

linux oracle odbc drivers rhel6
How can I use one database connection object in whole application?

I have created this class which returns connection object. I have used MySQL database. public class Connect_db { public Connection …

java mysql jakarta-ee jdbc odbc