Several db functions don't work.
Posted: Thu Feb 04, 2010 11:01 pm
Rev 2.9 running on Ubuntu 7.10 using postgres 8.3.3.
revNumberOfRecords returns -1
Query builder doesn't even work. I hit the + sign and nothing happens; all of the items are disabled except for the tabs which do click back and forth.
revOpenDatabase does work.
revQueryDatabase partially works; it returns a cursor. I can move to first record, and to next record, but when I try to extract using
revDatabaseColumnNamed it only prints out a single character - regardless of the field I use. It does print out the correct first letter
of the field, but that is it.
revDataFromQuery, once again, only prints out the first character of what should be a 'return' delimited list of lines.
I'm suspecting that this has to do with the type cast disparity between Rev and Postgres. I remember somewhere where Rev uses, I think,
UTF16? and postgres uses UTF8? or unicode, under an unmodified native installation. I can't find anything that shows that this is
the problem or how to code an SQL statement within Rev to cast the argument return into Rev format.
thanks
incomex@hotmail.com
revNumberOfRecords returns -1
Query builder doesn't even work. I hit the + sign and nothing happens; all of the items are disabled except for the tabs which do click back and forth.
revOpenDatabase does work.
revQueryDatabase partially works; it returns a cursor. I can move to first record, and to next record, but when I try to extract using
revDatabaseColumnNamed it only prints out a single character - regardless of the field I use. It does print out the correct first letter
of the field, but that is it.
revDataFromQuery, once again, only prints out the first character of what should be a 'return' delimited list of lines.
I'm suspecting that this has to do with the type cast disparity between Rev and Postgres. I remember somewhere where Rev uses, I think,
UTF16? and postgres uses UTF8? or unicode, under an unmodified native installation. I can't find anything that shows that this is
the problem or how to code an SQL statement within Rev to cast the argument return into Rev format.
thanks
incomex@hotmail.com