how to create shortcut of Form6i's (.fmx) without refering TMSNAMES.ORA
544615Dec 6 2006 — edited Dec 8 2006I created shortcut as
c:\dev6i\bin\ifrun60 c:\forms\Tax.fmx tax/tax@ourdb
where outdb is a string made in TNSNAMES.ORA:
<p>
OURDB =<br>
(DESCRIPTION =<br>
(ADDRESS = (PROTOCOL = TCP)(HOST = 121.100.100.7)(PORT = 1521))<br>
(CONNECT_DATA = (SID = OUR_DB))
)
</p>
But I want to make the shorcut without referencing TNSNAMES.ORA file. I want it like:<br>
c:\dev6i\bin\ifrun60 c:\forms\Tax.fmx tax/tax@121.100.100.7:1521:our_db