cBarry263
Active member
1) Does anyone know how to connect to a directory on a remote computer, that requires a username and a password? For example, you would use Directory.GetFiles(pathname) to get files from a directory on the local machine, I want to get files from a directory on a remote server that is within the network.
2) How to delete a row in a database using an ODBC connection, the delete statements I am using don't delete anything.
objDeleteAdapter.DeleteCommand.CommandText = whatever does not seem to be working.
2) How to delete a row in a database using an ODBC connection, the delete statements I am using don't delete anything.
objDeleteAdapter.DeleteCommand.CommandText = whatever does not seem to be working.