Hi Christine,
The DataWindow.Table.Select contains the SELECT statement used to create the datawindow. It can be dynamically changed, though. You can put code on the SqlPreview event of the datawindow to see what SQL statement is being sent to the database.
In Oracle you could replace LIKE with REGEXP_LIKE and use it's case insensitive matching option.