by shoubs » Tue Nov 03, 2009 8:23 am
Here's a question you might know a quick answer to: I'm using retain connection for a couple of the querys (so I can get an id of a serial col) but the connection stays open. I want to close that connection to the database (or all connections) so I can do a VACUUM FULL FREEZE ANALYZE at the end of my process. Any idea's?
The weird problem I'm having is something to do with the data - there are 211 rows, if I reduce the number to 1, it works. There must be some data problem somewhere, and the provider may not be handling the exception?
There appears to be a lot of cells with '' as the value (thats two single quotes) or problems with extended characts such as @ and . (dot) That wouldn't be a problem would it?