hi i want to store date from the database into an array......
here is my code:
dim tm() as date
dim got as integer
and i'm getting this error....when i use it...
Private
NotifyIcon1.Text =
cmd =
dr = cmd.ExecuteReader
GroupBox1.Hide()
got = got + 1
tm(got) = dr(
temp = got
Error is "Object reference not set to an instance of an object."
Please help meeee