‎2007 Mar 06 2:51 PM
Hi
Does ABAP support the use of bind variables in database queries ?
In Oracle (and Sql Server), a query that is run many times but with a slightly different 'where' clause is much faster when bind variables are used. This is because the statment does not need to be parsed as the DBMS will reuse an already parsed version from memory.
How is this feature implemented in ABAP. (Java calls them Prepared Statements and VB has an API function to create them).
Thanx in advance
Asif
‎2007 Mar 06 3:13 PM
‎2007 Mar 07 3:46 AM
Hi Asif,
chk this, it wud be helpful:
/people/azazali.shaik/blog/2006/11/15/abap-and-javascript-part-2
regards,
keerthi