-
iodbc made 1 file-release changes.
2009-10-30 16:14:01 UTC in OpenLink Virtuoso (Open-Source Edition)
-
iodbc made 2 file-release changes.
2009-10-30 16:13:03 UTC in OpenLink Virtuoso (Open-Source Edition)
-
iodbc made 2 file-release changes.
2009-10-30 16:12:10 UTC in OpenLink Virtuoso (Open-Source Edition)
-
iodbc made 1 file-release changes.
2009-09-10 22:36:01 UTC in iODBC
-
Please change your SQLDriverConnect function to use SQL_DRIVER_NOPROMPT instead of SQL_DRIVER_COMPLETE.
2009-09-10 15:56:28 UTC in iODBC
-
I suspect this is because iodbctest is not linked with the -liodbcinst library. I believe the libmyodbc5.so module has a dangling reference to this function and expects it to be resolved by the application. If you recompile iodbctest and include the -liodbcinst library this may resolve your problem.
2009-09-10 15:52:15 UTC in iODBC
-
You cannot use a static library as an ODBC driver, which is why your C library dlopen function returns this "invalid magic number" error message.
An ODBC Driver is typically build as a shared module ending in a .so or .sl suffix. It has been specially compiled to be relocatable, so it can be inserted into another process space at runtime.
Please check your system to see if you...
2009-09-10 15:47:25 UTC in iODBC
-
iodbc made 1 file-release changes.
2009-09-10 15:41:03 UTC in iODBC
-
iodbc made 2 file-release changes.
2009-09-10 15:29:05 UTC in iODBC
-
iodbc made 1 file-release changes.
2009-09-10 15:28:03 UTC in iODBC