parameters - Search results in mailing lists
Mailing lists >> pgsql-odbc >> Thread
2024-10-17 14:54:43 | Re: Connection / Login Timeout (Luiz Matsumura)
parameter, that is just returned by SqlConnect() or SqlStringConnect(), therefore after having a successfull conection
Mailing lists >> pgsql-odbc >> Thread >> Search in thread (4)
2024-09-19 13:35:34 | Re: syntax error at or near "ROWS" (Kristian Ivarsson)
parameter is "abc" but works with "abcde" SELECT "Id","Begin","End","Logfile" FROM "ServerSession" WHERE
Mailing lists >> pgsql-odbc >> Thread
2024-03-30 11:45:04 | Re: How to create an ODBC datasource in CI (Adrian Grucza)
parameter to regress.ps1. When provided, the script could use that property string to create the DSN instead
Mailing lists >> pgsql-odbc >> Thread
2023-10-03 21:51:34 | ODBC options (Brad White)
parameter in the connection string. Short answer is that you can't. But you can using
Mailing lists >> pgsql-odbc >> Thread
2023-09-18 03:13:44 | handling of parametre types for prepared statements (Hime Haieto)
parameter information (such as data types) might be checked when the statement is prepared (if all parameters
Mailing lists >> pgsql-odbc >> Thread
2023-07-24 11:57:38 | Reg: libpq support in pgODBC driver (M, Anbazhagan)
parameter called “host” as in libpq psql in the connection string and ensure it honours
Mailing lists >> pgsql-odbc >> Thread
2023-07-20 09:38:25 | Reg: support for target session attrs (Anbazhagan M)
support for target_session_attr parameter as well ? Driver version is psqlODBC 13. -- Regards, Anbu
Mailing lists >> pgsql-odbc >> Thread
2023-02-15 12:24:54 | ODBC-parameter of type BIGINT doesn't seem to casted by the driver (Kevin Verfaille)
parameter_bindings]493: entering ... self=0x44a7910, parameters_allocated=0, num_params=1,(nil) [7fffea581d40] bind.c
Mailing lists >> pgsql-odbc >> Thread >> Search in thread (5)
2022-11-25 02:58:25 | Re: SQLGetConnectAttrW + SQL_ATTR_CURRENT_CATALOG => wrong byte count? (Jon Raiford)
parameter. The ODBC driver for PostgreSQL returns the number of characters (8 characters for a database
Mailing lists >> pgsql-odbc >> Thread
2022-10-11 14:55:13 | [PATCH] Patch: Use Oid from libpq instead of define a new OID type (caspian)
parameter values. @@ -4435,12 +4435,12 @@ handle_lu_onvert_error(QueryBuild *qb, int flag, char
Mailing lists >> pgsql-odbc >> Thread
2022-05-20 07:37:32 | Bug in psqlodbc 13.02? Bulk updates + ODBC function SQLRowCount(...) (Dirk Hasenbrink)
parameter or options still need to be set? Or is it a bug? Thank you in advance
Mailing lists >> pgsql-odbc >> Thread
2022-02-15 09:31:13 | psqlODBC x64 not respecting read-only parameter? (Wal, Jan Tjalling van der)
parameter. Working with these versions: Microsoft(r) Access(r) for Microsoft 365 MSO (Version 2112 Build
Mailing lists >> pgsql-odbc >> Thread
2021-11-23 14:00:08 | Re: Bug report: odbc driver does not convert wide chars to chars (Jon Raiford)
parameter data type to target dbms column data type as necessary. When an app (whether
Mailing lists >> pgsql-odbc >> Thread >> Search in thread (3)
2021-10-01 12:12:39 | RE: Procedure parameter list enumeration error (Kamil ADEM)
Parameters using pCommand->Parameters->Item[_variant_t(i)] and get the following output: Name=return
Mailing lists >> pgsql-odbc >> Thread >> Search in thread (7)
2021-09-27 16:58:42 | RE: Problem on calling procedures with ADODB (Kamil ADEM)
Parameters->Append(pCommand->CreateParameter(_bstr_t("$1"), adInteger, adParamInputOutput, 0)); pCommand->Parameters->Append(pCommand->CreateParameter