I am looking for performance and user experience of using Simba Hbase ODBC Driver.
I am planning to have Hbase on my Linux Server and do insertion , selection and BI queries to this Hbase from my Windows machine using .NET with Simba HBase ODBC driver.
My other option is to do this all in Java using Salesforce Phoenix JDBC driver on same or other Linux box. Salesforce has very impressive performance stats for its Phoenix JDBC driver but I couldn't find such stats for Simba ODBC driver for Hbase.
.NET is my comfort-zone but if there is a performance overhead using Simba ODBC driver ( which uses Hbase REST API internally) then I am willing to do it in Java using Salesforce Phoenix JDBC driver (which uses Hbase Java Native API).
Thanks,
Tony
Related
We have a .NET MVC 5 application and several APIs using the Oracle ManagedDataAccess driver (version 4.122.1.0) to connect to a 12c Oracle server (version 12.1.0.2.0). We are about to upgrade to 19c. Will this version of the Oracle ManagedDataAccess driver connect to 19c or do I need to re-publish all of these apps with a newer driver?
See System Requirements
Oracle Data Provider for .NET, Managed Driver requires the following:
Same Windows operating system support as ODP.NET, Unmanaged Driver.
ODP.NET, Managed Driver is built with AnyCPU. It runs on either 32-bit or 64-bit (x64) Windows and on either 32-bit or 64-bit (x64) .NET Framework.
Microsoft .NET Framework 4.5.2, 4.6.x, or 4.7.x.
Access to Oracle Database 11g Release 2 or later
So, no problem.
I want to configure oracle 12c to work with odbc, but not able to install odbc driver for odbc clients. Can you please let me know how to install obdc drivers for oracle 12c
Not able to get 12c odbc drivers for windows 7
I know it's ultra late, but I'm recently setting up ODBC on Server2012 using Oracle's ODBC driver. Turns out that the Oracle ODBC driver is a separate download you extract to your ORACLE_HOME and 'install'.
OS: Microsoft Windows Server 2008 R2 Enterprise - 64-bit - En.Us
DBMS: Microsoft SQL Server 2008 R2 Standard - Windows - 64-bit - En.Us
ODBC Driver: Progress OpenEdge 10.2B - Windows - 32-bit - En.Us
I don't have the related ODBC Driver in 64-bit version.
Do I have options to connect, to the Progress Database, using Query, or Linked Server? If I have, what are my options?
Thank you all!!!
The Progress ODBC drivers can be downloaded from the Progress site. Log in with your ID on http://www.progress.com/esd/
Contact support if you can't find them.
There's also a product called "Pro2" replication that can "almost live" replicate from Progress to for instance SQL server if you have that demand. It might only be offered from 11.X and forward, I'm unsure about that.
https://www.progress.com/openedge/features/openedge-pro2/
If you were to download one of the 11x 64bit Client Access bundles, these will quite happily connect to a 32bit 10.2b database.
http://knowledgebase.progress.com/articles/Article/P88405
You do have options. Fundamentally, you can use our Multi-Tier ODBC Drivers for Progress (versions 6.x to 10.x) to connect a 64-Bit ODBC Compliant application to a 32-Bit Progress RDBMS. This 64-Bit client to 32-Bit server bridging is achieved as a result of the RDBMS-independent communications layer used by these drivers.
I have created an ODBC connection in PB10 Data Source and once I attempt to connect, below stop sign error occurs. Any idea on how to resolve this kind of connection error?
Error : ODBC Driver Manager The specified DSN contains an architecture mismatch between the Driver and Application
Also, you could try to create the 32-bit ODBC in the 64-bit Operating System.
Here's the exe you need to execute to create 32-bit ODBC in a 64-bit Operating System.
c:\windows\syswow64\odbcad32.exe
Use odbcad32.exe under C:\Windows\SysWOW64\ to configure the DSN.
I suspect that you are on 64-bit system and that the DSN you try to connect to uses a 64-bit odbc driver. PowerBuilder applications are 32-bit and can only use 32-bit odbc drivers.
is there some solution how to use 32/64 bit ODBC Microsoft dBase Driver on Windows without Office installed?
Thank you for response.
Jet drivers used to be installed with Windows until the recent Windows editions. You can download ACE drivers for free ( http://www.microsoft.com/en-us/download/details.aspx?id=13255 ) Here is an example of usage : How to read/write dBase III files using C#/.NET ODBC or OLE?