Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rosenk
  • Content: Threads
  • Order by date
  1. rosenk

    Closing an Attachmate Session (OLE)

    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...
  2. rosenk

    Unhandled Exception handler

    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...
  3. rosenk

    perl DBI and PostgreSQL array columns

    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...
  4. rosenk

    DBI returning 0 on lo_open

    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...

Part and Inventory Search

Back
Top