[HACKERS] error with COPY

2000-09-20 Thread Jerome Raupach
COPY tr FROM 'file' USING DELIMITERS '/'; Run-time exception error; current exception: RWBoundsErr No handler for exception. anyone can explain me? Thanks.

[HACKERS] pgaccess

2000-09-28 Thread Jerome Raupach
anybody knows to use pqaccess ? I would like -> table : ___ f1 : ___ execute the query : SELECT f1, f2, f3,f4 FROM 'name_table' WHERE f1 LIKE 'name_f1' ORDER BY f1 ; |--|--|-|---| | f1 |f2|f3 | f4 | |