Re: [GENERAL] PostgreSQL and Access (via ODBC)

2000-07-13 Thread Sean Weissensee
Within Access, click file, get external data, link tables, choose ODBC, select the postres driver, select the DSN, this will bring up a window to select tables from the db, highlight the tables, click ok, at this stage if a unique ID was not set in the postgre table a window will appear to ch

[GENERAL] ClassNotFoundException

2000-08-12 Thread Sean Weissensee
Why do I get this above error in my jsp page   here is the connection code   <%@page language="java" import="java.sql.*"%> <%Driver DriverRecordset1 = (Driver)Class.forName("PostgreSQL.Driver").newInstance();    

[GENERAL] Sharing Postgres Files

2000-11-07 Thread Sean Weissensee
We have 2 Web Servers running,   what I like to do is have the postgres DB on a file server so that both Web Servers can access this information,   1). Do I copy the /var/lib/pgsql tree to the file server ? Is this all I need to copy.   2) The file server is a Samba server, is this going