checking a datarow

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

i'm using the following expression to check a datarow.

if dr.IsDBNull(10) then
....
end if


is there a way to find out what field each integer represents for the
IsDBNull parameter? because i used trial and error?
 
Rodchar,

Assuming it is the dr.IsNull what is not that important (watch typos)

dr.table.columns(10).columname

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top