|
hi atif
its due to result set's cursor
variable. if you are using sql server cursor will always move forward . try to
fetch values in column in the same order as they appear in results e.g if do
following
select name , company,designation from
TableCompany.
name=get(name)
designation=get(designation)
company=get(company)
it will results in Invalid Descriptor
Index.
fetch values as
name=get(name)
company=get(company)
designation=get(designation) regards
sajida.
----- Original Message -----
|
Title: SQL EXCPETION PROBLEM
- SQL EXCPETION PROBLEM Syed Atif Ali Kazmi
- Sajida Kalsoom
