I've tried several different ways to close a session, but the only one that I can get to work is unreasonable. (In particular, System.Quit -- this is unreasonable because it closes ALL sessions, not just the one I want to close.)
Here's a trimmed down example of one of the things I've tried...
I'm trying to add a more reasonable error dialog to my application than the default for an unhandled exception. I've more or less figured out how to do this with the following code excerpts:
Dim currentdomain As AppDomain = AppDomain.CurrentDomain
AddHandler currentdomain.UnhandledException...
Is there a good way to retrieve the value of array type columns as a perl list?
Here's an example:
CREATE TABLE test (
Names VARCHAR(16)[]
};
INSERT INTO test VALUES ('{"Bob", "Dave"}');
I'd like to retrieve the row from the database and end up with a perl list...
I'm having a strange problem. I'm trying to get the contents of a large object for which I have an OID stored in a table. I successfully retrieve the OID (and confirm that the large object exists by using \lo_export on it from inside psql), but am getting a 0 return for the file descriptor...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.