abdujalil  chuliev

abdujalil chuliev

  • NA
  • 181
  • 13.1k

string to void

Aug 23 2015 3:50 AM
Is it possible to use void value instead of string value in Select statement?
If yes, How?
MySqlCommand("SELECT * FROM image where ID='" + ExampleString() + "'", con);
MySqlCommand("SELECT * FROM image where ID='" + ExampleVoid() + "'", con);

Answers (3)