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 Chriss Miller 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: RaceStats
  • Content: Threads
  • Order by date
  1. RaceStats

    Database Connection with Visual Basic 2005

    I'm converting a program from VB6 to VB 2005 and am having problems trying to figure out the connection and updating the database. In VB6 my code looked pretty much like this: Set objCon = New ADODB.Connection Set objCom = New ADODB.Command 'Creating the DB connection string...
  2. RaceStats

    Date comparison and delimiters

    I've been banging my head against this for the past few days and can't get past it. I'm using VB6 to access an Access DB. All I'm trying to do is compare a tables date field to 2 variables that contain dates. I've tried numerous delimiters and syntax and I either error out or the result...
  3. RaceStats

    SQL Calculations, Percentages, & Averages

    I'm new to SQL and need some advice on performing various calculations. If someone could point me down the right path to get information on how to do these things I would appreciate it. I'm trying to create a Racing Statistical Program. You can see thread "Selecting data with criteria from 3...
  4. RaceStats

    Selecting data with criteria from 3 or 4 tables

    I am new to SQL and need help with some complicated transactions. Using an Access DB and writing the code in VB6, I am creating a Racing Stats Program. The current 2 queries that I am trying to figure out gather driver stats for a selected track or track type. The tables involved and contents...
  5. RaceStats

    Selecting data with criteria from 3 or 4 tables

    I am new to SQL and need help with some complicated transactions. I am creating a Racing Stats Program. The current 2 queries that I am trying to figure out gather driver stats for a selected track or track type. The tables involved and contents are: Results - DriverID, EventID, Points...

Part and Inventory Search

Back
Top