SQL gives Missing operator error
SQL:
My old SQL does work with only 1 other table being join on
Old SQL:
I also tried with just the Recipe table being joined on and that also worked so seems to only happen when both tables are being joined.
(Im using OleDb .Net Framework)
7 Replies
Hello SQL injection
OleDb .Net FrameworkOut of your own will, or are you being held at gunpoint? Blink twice if you need help
The recipe string and ingredients string are adding in the number of parameters required so its not prone to SQL injection
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
This is the code to generate RecipeString
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
The parameters are sent off the the SQL string
Then are inserted as parameters into the command
They replace all the question marks which the recipe string adds