Bugs item #1902879, was opened at 2008-02-27 10:55 Message generated for change (Comment added) made by sjoerd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1902879&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: SQL/ODBC Group: Clients 1.22 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: lxwandy (lxwandy) Assigned to: Sjoerd Mullender (sjoerd) Summary: Odbc: can't load the driver program. Initial Comment: Hi.. When i connected to MonetDB(version 5.4) by ODBC Driver in operating system "Windows XP" , the erro message was : "System error 126.(MonetDB ODBC Driver) Can't load the driver。" The develop environment is VC++ 6.0. And the files on odbc are all in the system directionary "C:/Windows/system32",including: "libMapi.dll" "libMonetODBC.dll" "libMonetODBCs.dll" "libstream.dll". ---------------------------------------------------------------------- >Comment By: Sjoerd Mullender (sjoerd) Date: 2008-03-06 16:52 Message: Logged In: YES user_id=43607 Originator: NO The current CVS version (both stable and current branches) has the fix that the files are no longer copied to the system folder. Instead, the driver is used from the installation folder, and so no support dlls need to be copied to the system folder either anymore. This fixes the bug properly. The fix will be in the next release. No test needed (actually, an automatic test of the installer would be nice but doesn't fit into our test setup). ---------------------------------------------------------------------- Comment By: Sjoerd Mullender (sjoerd) Date: 2008-03-06 10:41 Message: Logged In: YES user_id=43607 Originator: NO This problem can be worked around by copying the files zlib1.dll and iconv.dll from C:\Program Files\CWI\MonetDB5\lib to C:\Windows\system32 . We need to figure out a better way of installing the ODBC driver. Currently we need to copy a bunch of files to the system folder to get it to work, but I'd much rather not have to do that. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1902879&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
