-
Are there any plan to add support for ODBC?
I have some database that I would like to use with tableplus "DBASE" and ODBC will be nice if possible.
Thanks
ghost updated
3 years ago
-
1、bind error
when coding as after code:
values bvs;
bvs.set(p.first_name);
bvs.set(p.last_name);
bvs.set(p.age);
statement st = (sql.prepare
-
```
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…
-
When a project's ODBC setting is toggled, a potentially large amount of work needs to be done to set or delete relevant ODBC permissions for the database, schema, tables, etc. This can take a while, s…
-
```
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…
-
```
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…
-
Some applications (ex: Excel for Mac) still use the ODBC 2.x Standard and some deprecated functions. Some of these were implemented while addressing Excel for Mac issues (as part of https://github.com…
-
### Feature description
The ability to drag-and-drop features directly from spatially-aware databases such as PostgreSQL / PostGIS or MSSQL is great, and it would be useful to be able to do the same …