wallace321 wrote > ...but when I try to connect to the database with the DSN, we get the > error "Data type is not supported." in Razor SQL, a DB visualizer with > ODBC support > Razor <http://razorsql.com> > .
As far as I remember, Ignite's ODBC driver was not tested with Razor SQL. wallace321 wrote > When we attempt to do the same process in Windows Server 2012 R2 (the > Qliksense environment), the installation of the driver appears to go > smoothly, however we cannot create the new DSN in the ODBC Administrator > program, b/c we get the error "ignite.odbc.dll" cannot be found. That DLL > is present however, in the path: "C:\Program Files\Apache Ignite\ODBC > Driver" so we cannot proceed to even test the ODBC driver in a mock prod > environment. Probably, you don't have c++ libraries installed on your system. If you are using installers, which are shipped with Ignite binary release, try installing visual c++ 2010 redistributable tools. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Issue-Connecting-Ignite-via-ODBC-tp15238p15252.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
