[ psqlodbc-Bugs-1000611 ] Empty exception thrown when no password supplied

Поиск
Список
Период
Сортировка
От
Тема [ psqlodbc-Bugs-1000611 ] Empty exception thrown when no password supplied
Дата
Msg-id 20060413091657.5292410338EB@pgfoundry.org
обсуждение исходный текст
Список pgsql-odbc
Bugs item #1000611, was opened at 2006-04-13 09:16
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000611&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Patrick Donelan (patspam)
Assigned to: Nobody (None)
Summary: Empty exception thrown when no password supplied

Initial Comment:
Experimental Enhanced Branch psqlODBC 07.03.0260 throws an empty ODBCException when you try to connect without
specifyinga password in the connection string. 

I am submitting this as a bug because the non-experimental psqlodbc branch would throw an ODBCException with an
exceptionmessage along the lines of "no password supplied" which you could use to diagnose the problem. 

I am running psqlODBC 07.03.0260 under Windows XP. My code is running C# with Visual Studio 2005.

Sample code to reproduce:
using System.Data.Odbc;
// specify connection string without pwd
string c =
"Driver={PostgreSQL+};database=mydb;server=localhost;port=5432;sslmode=prefer;uid=myuid;readonly=0;protocol=6.4;fakeoidindex=0;showoidcolumn=0;rowversioning=0;showsystemtables=0;fetch=100;socket=8192;unknownsizes=0;maxvarcharsize=254;maxlongvarcharsize=8190;debug=0;commlog=1;optimizer=1;ksqo=1;usedeclarefetch=0;textaslongvarchar=1;unknownsaslongvarchar=0;boolsaschar=0;parse=0;cancelasfreestmt=0;extrasystableprefixes=dd_;lfconversion=1;updatablecursors=0;disallowpremature=0;trueisminus1=0;bi=0;byteaaslongvarbinary=0;useserversideprepare=0;lowercaseidentifier=0";
cnDB.Open();


Cheers,

Patrick

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000611&group_id=1000125

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: CVS-tip; SSLmode & Kerberos
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: psqlodbc patches to unsiged short wchar definition on