I am using oracle forms 6i, I want to connect to database programmatically using pl/sql code
I don't want final user to insert username and password and database name when forms run like this image:
I used pre-form trigger like this:
begin
execute 'connect to hr/hr@yemensoft';
end;
But it returns with errors;
error 103 at line2, column 10 encountered the symbol "connect to hr/hr@yemensoft" when expecting one of the following: :=.(@%;
