AllBASIC
BASIC Developer & Support Resources => Scripting Languages => Topic started by: John on March 08, 2020, 01:25:03 pm
-
I have updated the source in the sandbox for the ODBC extension module. I expanded the column buffer from 256 to 4096 bytes. I also added a test for -1 as a null column length returned by an ODBC driver.
Changes DIFF (https://sandbox.allbasic.info:8181/scriptbasic/sb-dev/-/commit/382c34f6375c34349f80bc2b880dab5613ee8672)
-
AIR,
I have been trying to get the Nim ODBC driver to connect to a DSN but with a lack of documentation or meaningful examples, I'm lost.
Could you take a peek as let me know how I would assign a DSN connection?
Mim ODBC Repository (https://github.com/coffeepots/odbc)
John