Gavin Sherry wrote:
> Seems like a fairly large amount of talk about stuff which should be
taken
> care of internally by corporations who have such interests.
Not entirely. As a freelancer, I've used OLAP (front-end only, ie pivot
tables in Excel) to help me produce invoices from my timesheet
I wanted to get pgaccess working under win32 with MSVC 6. It relies on the
libpgtcl library, which didn't have a win32.mak. This turned out to be (I
think) because Tcl_CreateFileChannel function isn't portable to win32 systems.
So I grabbed the relevant files from CVS (no tags), and hacked abo