Last active
January 13, 2016 08:34
-
-
Save SajjadArifGul/37405157ef99a67f1cf8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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