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 strongm 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: *

  1. ansary

    how to open word documents in Oracle 9i

    Hi Try The Following Code ------------------------- DECLARE MyApplication OLE2.OBJ_TYPE; MyDocuments OLE2.OBJ_TYPE; MyDocument OLE2.OBJ_TYPE; args ole2.list_type; BEGIN MyApplication := ole2.create_obj('Word.Application') ; ole2.set_property(MyApplication,'Visible',1); MyDocuments :=...

Part and Inventory Search

Back
Top