Identifier Expected Error when setting parameter v

veera211

New Member
I am trying to add a record to a SQL database. I am getting the "identifier expected" error and I can't figure out what I am doing wrong.<BR>Here is the line that the error is on:<BR>myCmd.Parameters.["@company"].Value = http://aspmessageboard.com/archive/index.php/company.Value;<BR><BR>"company" is a ASP.net textbox and is the name of the field in the db.<BR><BR>Thanks <BR>Matt
 
Back
Top