Hi Experts,
I am totally new to Native SQL commands and syntax. Can you plzz help me out by explaining me what exactly is the following piece of code doing?
exec sql.
select name, id into :sysobjects from sysobjects
where type = 'U' and
name = :tabname
endexec.
I will reward all the helpful answers.
Thanks,
Ajay.
Edited by: ajay singh on May 8, 2008 8:45 AM