Search results for query: *

  1. shashikant.262

    SQL Command

    ok Dear Just use this query.... SQLSTRING1 = "SELECT emp_no, emp_name, nric_no, dept FROM Emp_Profile WHERE emp_name LIKE ' %" & ToolStripTextBox1.Text & " %'"
  2. shashikant.262

    SQL Command

    Just Try This if u r using vb 6 to vb.net 2.0 this query work SQLSTRING1 = "SELECT emp_no, emp_name, nric_no, dept FROM Emp_Profile WHERE emp_name LIKE '" & ToolStripTextBox1.Text & "'"
  3. shashikant.262

    Need Details code of Transaction in .net 2.0

    Hi Every One, I am new to .net and i want to use transaction in my code for storing and manipulation of the data . basically i use transaction for insert , update , delete query and two sp which used in the coding .... for insertion , updation and deletion i use command.commandtext =...
Back
Top