Hi All,
I have downloaded and installed the TD-13 express version using VM player
I am able to query the database and everything looks fine, however when i try to create a stored procedure it just doesnt allow
I have tried creating it using both studio express as well as Bteq, Bteq at least points to the BEGIN keyword as the place its having difficulty, studio express just keeps throwing the error TeraJDBC error: 5526
The statement is very simple
create procedure DB_1.proc1 ()
BEGIN
insert into DB_1.tcols ('first');
END;
please help me and let me know if i am doing anything wrong
Thanks
R.Rajeev
Forums: