| From: | "Adam O'Toole" <adamnb1(at)hotmail(dot)com> |
|---|---|
| To: | pgsql-odbc(at)postgresql(dot)org |
| Subject: | get the SALT |
| Date: | 2005-06-30 16:04:16 |
| Message-ID: | BAY102-F138C51068A530B2294BB74FBE30@phx.gbl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
I am using VB.NET as a frontend to postGres 7.4. With MD5 authentication,
how can I get the SALT value? The ODBC Connection with .NET is like a one
step process, the connection string and you just send it with an open()
command. Do I need it to be interactive and obtain the salt? Should I use a
stored procedure to get it? It seems VB is not low enough to interact with
the process and get the 4-byte SALT, or I just don't know how to.. I am sure
there is a way to use VB as a frontend to postgres using MD5..
Please help!
adam
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Backs A | 2005-06-30 20:05:00 | hello |
| Previous Message | Jonathan Fuerth | 2005-06-30 14:25:02 | Re: libpq enabled psqlodbc |