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...
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.