Author Topic: ScriptBasic ODBC  (Read 2766 times)

Offline John

  • Forum Support / SB Dev
  • Posts: 3562
    • ScriptBasic Open Source Project
ScriptBasic ODBC
« 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

Offline John

  • Forum Support / SB Dev
  • Posts: 3562
    • ScriptBasic Open Source Project
Re: ScriptBasic ODBC
« Reply #1 on: March 08, 2020, 01:37:07 PM »
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

John