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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pilbeam

  1. pilbeam

    ftp connection to unix

    I am wrtiing a VB6 application using ftp to connect to a Unix machine. I have used the ITC control and can manipulate data successfully. However I also want to simply know the number of files in a certain directory on the Unix machine. A bit like using 'filecount', but I don't have a mapped...
  2. pilbeam

    ODBC connection to paradox database

    I am using the following code in VB6 to try to get an ODBC connection to a paradox database: Dim wrk As Workspace Dim db As Database Dim co As Connection Dim rs As Recordset ' ' ' establish ODBC connection Set wrk = CreateWorkspace("wrk", "admin&quot...

Part and Inventory Search

Back
Top