Re: [SQL] timestamps over the web - suggestions

2006-10-03 Thread ljb
[EMAIL PROTECTED] wrote: > > My server is based MST, but web clients from Maine to Hawaii, and they wish > to see timestamps based in their own locale. > > Can anyone tell me how they're handling this? (sorry - can't get rid of my > clients) Here's a bit of JavaScript that might work for you. I

Re: [SQL] libpq-fe: PQgetvalue() ?

2004-10-19 Thread ljb
[EMAIL PROTECTED] wrote: > hi > > does PQgetvalue() allocate memory rof its result, it returns ? > the answer will help me in problem: > should i free some cstring_variable if > { cstring_variable=PQgetvalue(pgresult_variable,0,0); } > and could i PQclear(pgresult_varible) while cstring_varible is