We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.odbc.ini
I can connect to database with connection string but using DSN from .odbc.iniis not working.
iusql "DSN=DuckDB;Database=/Users/linna/test.db works, but
iusql "DSN=DuckDB;Database=/Users/linna/test.db
iusql DuckTestgives me [ISQL]ERROR: Could not SQLPrepare
iusql DuckTest
[ISQL]ERROR: Could not SQLPrepare
My .odbc.ini looks like this
[DuckDB] Driver = DuckDB Driver Database = :memory: access_mode = read_only allow_unsigned_extensions = true [DuckTest] Driver = DuckDB Driver database = /Users/linna/test.db access_mode = read_only allow_unsigned_extensions = true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can connect to database with connection string but using DSN from
.odbc.ini
is not working.iusql "DSN=DuckDB;Database=/Users/linna/test.db
works, butiusql DuckTest
gives me[ISQL]ERROR: Could not SQLPrepare
My
.odbc.ini
looks like thisThe text was updated successfully, but these errors were encountered: