Does anyone know how to get Snowflake 32bit ODBC driver in Linux? I install ODBC driver in Linux using snowflake-odbc-2.21.3.x86_64.rpm, but can only find one libSnowflake.so file which is 64bit. But I see Snowflake ODBC driver support both 32bit and 64bit application in website(https://www.cdata.com/drivers/snowflake/odbc/?msclkid=70ffa5bf66d21688fb3dc50fdc277093&utm_source=bing&utm_medium=cpc&utm_campaign=CData%20-%20Search%20-%20Source%20-%20Snowflake&utm_term=snowflake%20ODBC%20Driver&utm_content=ODBC%20Driver%20-%20Snowflake).
How can I connect Snowflake with 32bit ODBC driver in Linux?
Snowflake does not provide a 32bit Linux version for ODBC driver, it is available only for Windows OS.
Related
I'm trying to find a free ODBC driver for Linux to connect my application to an Interbase 2017 database. Tried everything I could think of but still luck. Both the server and the client are using a 64-bit based architecture.
I tried a few firebird ODBC drivers. I managed to use them to connect to firebird databases, but they do not work with the newer versions of Interbase.
I managed to connect to the database by using a paid ODBC driver and it is working, but as long the project is personal and not commercial, I prefer to use a free driver.
I have standard edition sql server on windows and I need to create a linked server to a Maridb database that is in Cent OS (Galera cluster). Maridb ODBC or mySQL odbc doesn't seems to work but these odbc works great for connection to mariadb that are there in another windows server.
Do I need to install anything on linux server or do I need specific ODBC for linux on windows?
I would like to know whether JDBC 1.3.1 driver of jTDS support java 8 and later versions of SQL server.
I need to use Windows Authentication both for Linux and Windows servers. There are others JDBC drivers for that?
My question born because the JDBC´s latest version (1.3.1) of jTDS was in 2013.
I want to connect to an Informix database using an ODBC connection from my web server.
Both Informix server and web server are implemented on different machines;
both system are using SuSE Linux.
I know very well how to create an ODBC connection on the same Informix server using unixODBC.
But I don't know how to create an ODBC connection from one Linux based machine to another machine where the Informix server is implemented.
If I use Windows 7 instead of Linux then Windows 7 provides ODBC connection template and there is also no problem in connectivity.
But how to do it with a client PC running Linux OS.
Please guide me.
If you can connect from one Linux machine to Informix database using ODBC then you have installed Informix ODBC client and one of ODBC managers. Such manager can be UnixODBC, Informix own manager or something else. On Linux those managers use odbc.ini and odbcinst.ini configuration files where you configure driver and connection.
Check how it is configured on Linux machine where it works: find those .ini files, check environmet variables (INFORMIXDIR and INFORMIXSQLHOSTS) and find ODBC manager (UnixODBC?). If you use UnixODBC then you can test connection with its isql utility.
Good info abour configuring Informix ODBC client on Linux can be found at: http://www.ibm.com/developerworks/data/library/techarticle/dm-1108odbcdrivermanager/
I'm interested to connect Sisense (BI intelligence software) running on Windows Server 2008 R2 to Hive server.
I downloaded Microsoft ODBC driver for Hive from here:
http://www.microsoft.com/en-us/download/details.aspx?id=37134
Is Microsoft ODBC Driver For Hive able to connect to non-Azure Hive?
My Hive runs on Redhat, will Microsoft ODBC Driver connect to it?
Microsoft will only support their Hive ODBC driver is when used with HDinsight. However, the Hive protocol is open and implemented by everyone. What distro of Hive are you running on Redhat? You should check to see if your particular distro supplies an ODBC driver. I'm aware that the pure Hadoop distro vendors all supply ODBC drivers already: Cloudera, Hortonworks & MapR.
Depending on the hadoop distro you're using, you should probably use the Cloudera or HortonWorks ODBC driver.
I would recommend the HortonWorks one (http://hortonworks.com/products/hdp-2/#add_ons) since their distribution is closest to Hive core and will be likely be better suited to Windows as well. If you're using a 1.3 strand version, you may do better with http://hortonworks.com/products/hdp-1-3/#add_ons.