Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does anyone know a way to access SQL*Forms 3.0 as a particular user, load an .IMP file, and then save it to the database all within a command procedure?

0
Posted

Does anyone know a way to access SQL*Forms 3.0 as a particular user, load an .IMP file, and then save it to the database all within a command procedure?

0

You can use SQL*Forms (Convert) with the -i command line switch to convert an .INP file to a form in the database as follows: iac30 -i <.INP filename> / For example: iac30 -i cust customer scott/tiger Will create a form customer in the database from cust.inp See SQL*Forms Designer’s Reference p.23-3 for more info. (Note – If iac30 is an undefined symbol, try convform.) Good luck, Tony DiPesa MIT/OFMS Standard disclaimers apply…

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123