Re: [GENERAL] MS Access to PostgreSQL

2005-03-24 Thread William Shatner
Hi Edward, Michael Fuhr's solution worked (Mar 11). I had to write a method to insert four backslashes into the the path been searched for. For example if the stored path in the DB was folder1\folder2\folder3\ in order for PostgreSQL to serach against this i had to search for path LIKE folder1

Re: [GENERAL] MS Access to PostgreSQL

2005-03-19 Thread Edward Macnaghten
William Shatner wrote: 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

Re: [JDBC] [GENERAL] MS Access to PostgreSQL

2005-03-12 Thread Ragnar HafstaĆ°
On Fri, 2005-03-11 at 17:52 +, Brian Gunning wrote: [rearranged quoting] > From: [EMAIL PROTECTED] > --- William Shatner <[EMAIL PROTECTED]> wrote: > > I have recently migrated from MS Access to > > PostgreSQL.Previously I had > > a SQL command > > > > ResultSet aGroupResultSet = > > a

Re: [JDBC] [GENERAL] MS Access to PostgreSQL

2005-03-11 Thread Brian Gunning
Sent: 11 March 2005 17:32 To: William Shatner; [EMAIL PROTECTED]; pgsql-general@postgresql.org; pgsql-jdbc@postgresql.org Subject: Re: [JDBC] [GENERAL] MS Access to PostgreSQL --- William Shatner <[EMAIL PROTECTED]> wrote: > I have recently migrated from MS Access to > PostgreSQL.Previously I

Re: [GENERAL] MS Access to PostgreSQL

2005-03-11 Thread Michael Fuhr
On Fri, Mar 11, 2005 at 05:19:35PM +, William Shatner wrote: > 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 > \"fullpa

Re: [GENERAL] MS Access to PostgreSQL

2005-03-11 Thread Shelby Cain
--- William Shatner <[EMAIL PROTECTED]> wrote: > 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 '"

[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