Re: Turn on mylog debugging
От | Andy Hallam |
---|---|
Тема | Re: Turn on mylog debugging |
Дата | |
Msg-id | 9rlv27$1941$1@news.tht.net обсуждение исходный текст |
Список | pgsql-general |
OK - found it. HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\PostgreSQL\Debug 1 = ON 0 = OFF "Andy Hallam" <ahm@exel.co.uk> wrote in message news:9rls25$18b8$1@news.tht.net... > PostgreSQL - 7.1.3 (installed on Linux 2.4.2-2) > PSQLODBC.DLL - 07.01.0007 > Visual C++ - 6.0 > > Can someone tell me how I turn mylog debugging on please. > > I am using SQLDriverConnect to connect to the PostgreSQL database. > Here is a snippet of my C connection code: > > ... > > else { // POSTGRESQL > _stprintf((_TCHAR *)in_connect_str, > L"Driver={PostgreSQL};" > L"UID=%s;" > L"PWD=%s;" > L"SERVER=%s;" > L"DATABASE=%s;", > strUID, strPWD, strServer, strDatabase); > } > > // ***************** > // CONNECT TO SERVER > // ***************** > odbc_rc = SQLDriverConnect(hdbc, > (SQLHWND)0, > (SQLTCHAR *)in_connect_str, > (SQLSMALLINT)in_connect_str_len, > (SQLTCHAR *)out_connect_str, > (SQLSMALLINT)out_connect_str_len, > &stringlen, > SQL_DRIVER_NOPROMPT); > > ... > > > Thanks for any help on this. > > Andy. > ahm@exel.co.uk > > > >
В списке pgsql-general по дате отправления: