Hi everyone i'm using vb 2008 for this project and i'm still not so familiar with it so please help me...

I'm trying to display image from MS Access database to another form picturebox but its not working.

this is the error i always encounter -> (System.Argumen tException was unhandled

Message: Parameter is not valid.)

Code:
Dim cn As New OleDb.OleDbConnection
cn.ConnectionString = ""
...