HI
I am upgrading from 6.4 to ingres II 2.5. My application uses some code
like the following:
call report (name = :my_report param = :paramater)
where paramater is a string that looks something like:
rp_nm="REPORT OF DATA" rp_tb="data_table" rep_loc="data_location"
This all worked fine in 6.4 but when I try to run this in my 2.5 installation
the report asks me to input all but the first paramater. I am assuming
that it is taking the entire paramater list as one paramater.
Also, I noticed in the "planning and performing your upgrade" cookbook it
says something about changing the utexe.def file. I looked at my utexe.def
file and it doesn't have the string in the cookbook. I think this may have
changed from 2.0 to 2.5
Any help on this would be appreciated.
thanks.