Forms talking to Microsoft SQL Server
402168Aug 25 2003 — edited Aug 25 2003I have a form that is based on an Oracle database. DML is handled by forms and the oracle database.
I have on field that takes a ticket number. When this field is filled out I want to connect to a Microsoft SQL Server and make sure that the ticket number references a real ticket.
In the validation trigger, how do I connect to a microsoft sql server, run a sql statement, test the results?