Home » Developer & Programmer » Forms » WebUtil utility (Backend/Front-end Oracle 10g)
WebUtil utility [message #418751] Tue, 18 August 2009 08:27 Go to next message
harpreetsinghkup
Messages: 52
Registered: May 2006
Location: Mumbai
Member
Hi,

I have setuped WebUtil utility.
After completion of Back-end setup which create "WEBUTIL_DB" package i am running below code for validating.

declare
a boolean;
begin
a:=webutil_db.closeblob(1);
If a then
dbms_output.put_line('webutil/blob setup '||'TRUE');
else
dbms_output.put_line(' webutil/blob setup '||'FALSE');
end if;
end;
/
The code is running succesfully and populating the below
"webutil/blob setup FALSE".

Can you please let me know where i am stucking?

Regards
Harpreet Singh

Re: WebUtil utility [message #422627 is a reply to message #418751] Fri, 18 September 2009 00:01 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have you solved your problem?

What are you trying to do? What error are you getting?

David
Previous Topic: How to create excel pivot table using oracle forms ole2 package
Next Topic: Navigation problem
Goto Forum:
  


Current Time: Fri Sep 20 11:34:04 CDT 2024