I created a project in vb.net which is connected with database.
The problem appeared when i changed the path which connect with the database, i made it relative.
So some of the forms which contain the connection are working properly but in one form i got this error:
OLEDBExceptiona was unhundled
"No value given for one or more required parameters."
this error appears in this code
"cmd.ExecuteNonQuery()"
so pls if someone knows where is the problem tell me thnx.
The problem appeared when i changed the path which connect with the database, i made it relative.
So some of the forms which contain the connection are working properly but in one form i got this error:
OLEDBExceptiona was unhundled
"No value given for one or more required parameters."
this error appears in this code
"cmd.ExecuteNonQuery()"
so pls if someone knows where is the problem tell me thnx.