Skip to content

ODBC in Gambas now works with MDBTools.

zxMarce requested to merge zxMarce/gambas:master into master

Tested with simple SELECTs and some filtering/sorting against an AccDB file. Also, I believe MDBTools is readonly meaning it cannot change an MDB/AccDB file's data/structure. Lightly checked against FreeTDS to verify other drivers were not broken while fixing MDBTools.

Only file altered is "/gb.db.odbc/src/main.c".

[GB.DB.ODBC]

  • BUG: Fixed logic issues that hindered use with MDBTools.

Merge request reports