Skip to content

Instantly share code, notes, and snippets.

@SajjadArifGul
Last active January 13, 2016 08:34
Show Gist options
  • Save SajjadArifGul/37405157ef99a67f1cf8 to your computer and use it in GitHub Desktop.
Save SajjadArifGul/37405157ef99a67f1cf8 to your computer and use it in GitHub Desktop.
string AQ = string.Format("Update CustomerDetail Set CustomerName='"+CustomerName+"', CustomerAddress='"+CustomerAddress+"' where CustomerID='"+CustomerID+"'");
q.Conect(AQ, path);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment