Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: agsuresh
  • Order by date
  1. agsuresh

    How much faster is c++ than vb?

    Visual Basic Graduates from the Good Old GWBasic language. Which means It does most of the work for you. You never have to venture into the core technologies. with c you may well to have learn and use the core technologies(directly accessesing memmory etc, etc) , write code metticulasly for...
  2. agsuresh

    Unknown error in VB when using SQL 7

    Please Check the Connection TimeOut parameter More Over If I remenber right this could be a bug with ado check MSDN for an answer.
  3. agsuresh

    Deleting Records in Access 2000 Help please needed urgently

    User Makes input in the TextBox for selecting the record for deletion Option Explicit Dim tmp as adodb.recordset 'in the TextBox change event private sub Text1_Change() Call CheckRecord trim(Text1.Text) end sub private sub CheckRecord(x as String) set tmp = new adodb.recordset tmp.open...

Part and Inventory Search

Back
Top