I am trying to compare an existing string to data coming from a database so I can link the existing data to the data coming from the database.
I have this but it doesn’t want to work.
"select * from modelGEOmodelData where modelGeoURL = " + AssetURI + "";
I’m getting this error and others that are similar.
SqlException (0x80131904): Incorrect syntax near '='.
How can I do this?