Open Database Connectivity (ODBC) provides a standard software interface for accessing database management systems (DBMS).
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-connectionI 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-2012I am digging around in a Linux application that supposedly uses DSNs to connet to SQL Server. The connection stopped …
sql-server linux odbc dsnI'm working to containerize a Django 1.5.x application that connects to a MySQL DB on a separate server via ODBC: […
mysql docker odbcIs there a way to export all the ODBC System DSNs from a windows 2003 machine?
odbc export windows-server-2003I am connecting to Hive via an ODBC driver from a .NET application. Is there a query to determine if …
sql odbc hiveI've tried the below script but I am getting an error: dim cn, rs set cn = CreateObject("ADODB.Connection") set …
mysql vbscript odbc mysql-connectorI 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