Search results for query: *

  • Users: deulu
  • Order by date
  1. D

    how to ADO in .Net

    Thanks i see you have filled the datatable (dtable) with the selection, but what i wanted is how can i use this selection: adding it up by 1. You see in my example, i use rs1(0) . i fill it with the selected item and then add to it 1 : sequence = rs1(0) +1 I can't add to dtable a 1. Thanks
  2. D

    how to ADO in .Net

    I know that ADO.Net is much better than ADO 2.x that's why am trying to start programming with it. But the query i posted before has a code. In case i need to refrase that in VB.net, how could i do it? i need to write it in .Net. I don't mind if i use recordset or not, i only mind of how can i...
  3. D

    how to ADO in .Net

    Hi I am a VB coder and am starting lately to program with .net. There is something i could do in VB that i don't know how in vb.net. this is it: Global rs1 As ADODB.Recordset MySelect = "select max(sequence) from table1 where fullid='" & FullID & "'" Set rs2 = New ADODB.Recordset...
Back
Top