Re: [GENERAL] ODBCng and OpenOffice 2.1

2007-02-23 Thread Joshua D. Drake
Hannes Dorbath wrote: > I tried to connect OpenOffice 2.1 Base (win32) via ODBCng to a PG 8.1.5 > database. > > While it lists schemas, tables and views just fine, I'm unable to edit > data. OO always returns: > > The data content could not be loaded > Invalid descritor index > SQL Status: 07009

Re: [GENERAL] ODBCng and OpenOffice 2.1

2007-02-23 Thread Richard Huxton
Hannes Dorbath wrote: I tried to connect OpenOffice 2.1 Base (win32) via ODBCng to a PG 8.1.5 database. The data content could not be loaded Invalid descritor index SQL Status: 07009 You tried to set a parameter at position 1 but there is/are only 0 parameter(s) allowed. One reason may be tha