Preparing Queries: Bind Sql
Posted: Sun Aug 07, 2005 6:39 pm
I was studying some excerpt from a book and I came across binding sql.
1. How many of you use this concept of using placeholders in the sql statement and the input is/are passed later and which is/are processed and a new query string is formed for execution?
2. Can you give me some link where I can find more information/ discussion regarding the same?
1. How many of you use this concept of using placeholders in the sql statement and the input is/are passed later and which is/are processed and a new query string is formed for execution?
2. Can you give me some link where I can find more information/ discussion regarding the same?