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 wOOdy-Soft 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: cheviac
  • Content: Threads
  • Order by date
  1. cheviac

    problems linking Oracle to Access using TransferDatabase

    I am writing a small VB6 program to link an Oracle to an Access database to copy data from Access(my old database) to Oracle(the database I am converting to). I need to do this to test a full blown application that I am converting. I am trying to avoid using import and exports and going through...
  2. cheviac

    insert statement question

    I am new to Oracle and in the processes of converting an Access database into Oracle. I currently have a VB6 program that opens an ADO recordset using the following SQL statement: strSQL = "insert into foreman_data(radio_number,foreman_name,comments) select radio_" & _ '...
  3. cheviac

    Join SQL Query

    I have two tables: phone_log -- stores incoming phone calls; arc_phone_log -- archives phone calls. This is for an emergency utility outage application. The phone calls are based on feeder number which is the utility line that the caller is located at. This application is in VB6 and the database...
  4. cheviac

    Directories included in package

    I want to copy a directory to the path that my application is installed and I see no way to include directories when using the package and deployment wizard.

Part and Inventory Search

Back
Top