Search results for query: *

  1. C

    Need query for findin next field from sql

    i want sample code for getting next field from sql.i had one query,but problem with that is suppose i had 5 entries,if i had deleted the 4th entrythen it wont move next from field '3' My sample code is given below query = "select * from branch where brbranchid= " & Txtkey.Text & " +1"...
  2. C

    Format for updating a field in vb.net

    i want to get format for updating a field in vb.net.i am using sql as database.my code is given below conn = New SqlConnection conn.ConnectionString = "data source=localhost;initial catalog=CARGO;user id=sa;pwd=" conn.Open() myconn = New SqlCommand...
  3. C

    To find next and previous record

    i just a beginner of vb.net..i want to get code for find 'next and previous' record from sql database through vb.net form that i made with buttons my code is given below.. Dim query As String conn = New SqlConnection conn.ConnectionString = "data source=localhost;initial...
  4. C

    delete and edit record

    delete record i just a beginner of vb.net..i want to delete a record from sql database through vb.net form that i made with buttons
Back
Top