Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hai
i am use vs2012 with vb coding in website,i am tryingt to check line by line in server side code,when break point cross the dt ,i cant see the values in dt

my codings is

VB
cmd = New OleDbDataAdapter(New OleDbCommand(strcmd))
               cmd.SelectCommand.Connection = cn
               cn.Open()
               cmd.Fill(dt)-------> this dt
               cn.Close()
               cmd.Dispose()
               cn.Dispose()


but same code can see in another system in vs2012,what problem in vs2012 ?
when click dt i got like this "dt = 0x14a355a4 { KEY_XMLSCHEMA="XmlSchema" KEY_XMLDIFFGRAM="XmlDiffGram" KEY_NAME="TableName" ...}"

but projects work well,pls reply asap

Regards
Aravind
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900