Recent content by T. Paul Szczesniak

  1. T

    Connect without tnsnames.ora

    I'm trying to connect a TOracleSession to a database without having to make an entry to the tnsnames.ora file. I've found some posts that imply that this can be done by creating a connection string in the syntax of a tnsnames.ora entry. I've tried the following combinations but I always get an...
  2. T

    SearchRecord Bug?

    When performing a SearchRecord with the srPartialMatch,srWildcards options, the method returns false when the wildcard * is placed at the beginning of the search string. If this wildcard is placed anywhere else in the search string then the method returns true (provided that there's something...
  3. T

    Freeing TLOBLocator

    I have a program with a form that I'm opening and closing several times. I am using a TLOBLocator to read BLOB data and display it in a memo field. I thought that it would be a good idea to free the TLOBLocator upon finishing my reading of the data but when I reentered the form I received an...
Back
Top