[GENERAL]

2005-03-11 Thread William Shatner
subscribe-digest pgsql-general ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

[GENERAL] MS Access to PostgreSQL

2005-03-11 Thread William Shatner
I have recently migrated from MS Access to PostgreSQL.Previously I had a SQL command ResultSet aGroupResultSet = aGroupPathStmt.executeQuery( "SELECT \"groupID\",\"fullpath\" FROM \"groups\" WHERE \"fullpath\" Like '" + aPath + "'"); where aPath was equal to 'folder\a

Re: [GENERAL] MS Access to PostgreSQL

2005-03-24 Thread William Shatner
lder1folder2folder3%. Thanks to all for help and suggestions. WS On Sun, 20 Mar 2005 00:21:00 +, Edward Macnaghten <[EMAIL PROTECTED]> wrote: > William Shatner wrote: > > I have recently migrated from MS Access to PostgreSQL.Previously I had > > a SQL comma

[GENERAL] Storing/Using Passwords

2005-05-18 Thread William Shatner
Hello, I am using PostgreSQL 8.0 as a data repository for a Java based system and I now want to add users to my java program with usernames and passwords. Is their an encrypted password field I can use in a User Table to store passwords or what would be the best way to approach this? The usernam