Search results for query: *

  1. G

    copy *.tif files depending that the name exist in the dataBase

    and in the data base id has the following numbers "12" "13", "14", "46", "47" which correspond to the file name
  2. G

    copy *.tif files depending that the name exist in the dataBase

    the extension are series. .....because the extension are series eg. "00012".01, "00013.02", "00014.02", "00046.01", "00047.01" etc.:eek3:
  3. G

    copy *.tif files depending that the name exist in the dataBase

    hi JohnH yes! you got reason! I?ve been searching in this line "DirectoryInfo.EnumerateFiles(integer)" an Integer, but how can I convert that in String? fn.toString???
  4. G

    copy *.tif files depending that the name exist in the dataBase

    I need to copy files from one directory to another, depending on the existence of the file name in a table of SQL database. For this I use the following code: Public Iterator Function ReadFileNamesFromDatabase() As IEnumerable(Of Integer) Try Using connection As New...
Back
Top