Begin main content
Forum OpenACS Development: Response to clob, blob, rownum
- In general, yes we're using text for clob.
- I wrote a short document on how to use the content repository. Check in new-file-storage.
- Modify the tcl script to incr a rowcount variable. Postgresql doesn't have a rowcount equivalent. Though in many cases, the use of rowcount can be ported by using a limit statement.
- Yes. See previous answer.