Simple questions about making insert records (OpenInsight Specific)
At 13 NOV 1998 09:03:31AM Oystein Reigem wrote:
What happens if I use the System Editor to make an insert record but do it with File | New | Stored Procedure instead of File | New | Insert? Shouldn't the insert work just as well? I have always used the former, but they still seem to work.
Is it something with having to or not having to recompile after changes?
Btw - now I tried to make an insert record with File | New | Insert too. But why can't I reopen the insert record with File | Open Insert? Well, it's not true I cannot open it, but the name isn't in the combo so I have to key it in myself.
- Oystein -
At 13 NOV 1998 11:20AM Dave Pociu wrote:
As far as I know, it's just the key naming convention:
- Inserts are stored with only the name you type in
- Stored procedures are stored as Pricedure_Name*Application_Name
It doesn't matter what you save them with: as long as they get stored with the right key, they will show up the right way.
As for not being able to see the inserts in the list, it's probably a "feature" that never got addressed ( not that crucial in the scheme of things). Just a guess on this oneā¦
Dave
At 13 NOV 1998 12:08PM Carl Pates Sprezzatura Ltd wrote:
Hi Oystein,
Did you click 'Refresh?'
Carl
At 13 NOV 1998 12:39PM Oystein Reigem wrote:
Dave and Carl,
Thanks to both of you.
- Oystein -
At 14 NOV 1998 02:51PM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
I just created a new insert, but I hit the compilation button (actually did an F9). With the first line of COMPILE INSERT blah it placed it right in the Ctrl-I lookup screen.
akaplan@sprezzatura.com