Re: base and postgres
Bernhard Rohrer <[email protected]> Fri, 07 Jan 2011 18:39:08 +0000
| Newsgroups | gmane.comp.openoffice.dba.devel |
|---|---|
| Message-ID | <[email protected]> |
On 07/01/11 18:32, Josh Berkus wrote: >> nope. where does it say that? I created it using the driver, specifying >> memo(_varchar) as data type. what should i have done instead? > _varchar means "array of varchar". Remove the _. > thanks!