23.12.2012 Views

Digital Forensics in Small Devices: RFID Tag Investigation

Digital Forensics in Small Devices: RFID Tag Investigation

Digital Forensics in Small Devices: RFID Tag Investigation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

}<br />

}<br />

}<br />

private void btnLOGload_Click_1(object sender, EventArgs e)<br />

{<br />

}<br />

DataTable dt;<br />

SqlDataAdapter da;<br />

Con = new SqlConnection(constr);<br />

try<br />

{<br />

}<br />

da = new SqlDataAdapter("Select * from rfid_log", Con);<br />

dt = new DataTable("rfid_log");<br />

da.Fill(dt);<br />

dt.DefaultView.Sort = "Date desc";<br />

dataGridView1.DataSource = dt;<br />

//MessageBox.Show("DB loaded");<br />

catch (Exception ex)<br />

{<br />

}<br />

MessageBox.Show(ex.Message);<br />

51

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!