-
using pyodbc or similar
principle:
- using sqlite_bro GUI over an odbc source (or sqlalchemy ?) :
. connecting to "odbc" source, a source starting per odbc would be "odbc"
- using sqlite_bro t…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
**Before Proceeding, please acknowledge**:
- [x] I have consulted the [Troubleshooting guide](https://harlequin.sh/docs/troubleshooting/index).
- [x] I have searched Issues and Discussions in this r…
-
I encountered the ODBC 8.0 error when using ActiveRecordMiddleware
![image](https://github.com/user-attachments/assets/b18cfaeb-f7bc-4067-a25b-33d56db6da91)
Btw, this has a DataModule that uses som…
-
We could possible automate creating the odbc.ini file:
```
[BIGSQL]
Security=ssl
DATABASE=BIGSQL
HOSTNAME=ehaasp-XXX-master-1.bi.services.bluemix.net
PORT=51000
SSLServerCertificate=C:\cert\server\my…
-
Hi.
I am interested in using LuaSQL.ODBC. How could I use a connectionstring for connecting to a database?
Thanks.
HERNAN CANO M.
Systems Analyst - Programmer
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
Hello,
for an ODBC connection I use in Excel following string:
"DSN=DataSource;Driver={};DBQ=.;UID=mngr;PW=xxxx;DOMAIN=HS;RemoteHost=HS;CPU=N;LAN=N"
... and get a connection to the database.
…