-
Hello! Does soci support temp tables between statements? Looks like it internally uses SQLPrepare. If we create temp table with SQLPrepare temp table will be deleted after execute (statement lifetime)…
-
**Table Definition**
```
CREATE TABLE au_audit
(
au_audit_id NUMBER(11,0) NOT NULL,
au_date DATE NOT NULL,
action_type NUMBER(11,0) NOT NULL
);
```
**Date Definition**
`std::tm t;` equ…
hrabe updated
11 years ago
-
Does this need to show up in stdout when retrieving a null varchar field? I'm not sure I understand the importance of the message at any rate.
Any issue with just suppressing it?
-
On my computer (linux) it was named `libodbc.so.2`
Some initialization is done on loading, I could not load Pharo-ODBC (with Monticello)
I had two solutions:
- change the name of the library in O…
-
Copied from http://www.phpunit.de/ticket/551
-
Is there support for ODBC data source connections? Specifically, Snowflake. I can't seem to figure out the syntax under the 'Data Source Connection Details'. I've tried 'Advanced' with no success. I'v…
-
As of first congrats for this package - I'm using it quite often & it's a great help.
I'd like to ask a feature request - add support for MSSQL DB.
The main official mode of connection recommend…
-
Luarocks install luasql-odbc error compile.
gcc -O2 -fPIC -I/usr/include/lua5.2 -c src/luasql.c -o src/luasql.o -I/usr/include
gcc -O2 -fPIC -I/usr/include/lua5.2 -c src/ls_odbc.c -o src/ls_odbc.o -…
-
This is a common issue with the LuaSQL.ODBC driver, so I'm folding several tickets into this one.
## Problem
The ODBC driver only supports local codepage text, running into Unicode text, such as NCHA…
blumf updated
9 years ago
-
We have used the native SqlNumResultCols() method to run a query that uses CURSOR but the result is returned wrongly as 0 for FreeTDS driver, but works correctly in Microsoft's ODBC Driver.
This is…