yes indeed,
had already found it this time
had to use mydatareader.getInt32 in stead of first get string and than cast it
to a integer
and equivalent in vb for
c# =>(integer) myvar
vb => cint(myvar) or ctype (myvar, integer)
anyway, txs for your help