Forum OpenACS Development: Re: SharePoint: AJAX Tables for List Builder?

Collapse
Posted by Brian Fenton on
Taras,

thanks a lot for the info - that looks really good. I'll take a deeper look when I get a chance.

cheers!
Brian

Collapse
Posted by Taras Mitran on
BTW, the perl module for postgres is about done:

andrew=# select query_to_json('select usename, usecreatedb, valuntil,usesysid from pg_user limit 2');
query_to_json
---------------------------------------------------------------------------------------------------------------------------------------------------
[{"usesysid":10,"usecreatedb":true,"valuntil":null,"usename":"andrew"},{"usesysid":16392,"usecreatedb":false,"valuntil":null,"usename":"blurfl"}]

Its very nice for doing ajax calls with - including tables.