Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Import a file in a directory

    Might be case sensitivity. Try;

    if lcase(fsoFile.Name) <> "dummy.txt" then

    Regards

    Shane

  • RE: DTS - FTP

    We normally use an ActiveX control. There are a few good commercial ones including the Xceed component, but we often just use freeware ones like AspFtp. Here's a sample script.

    Function...

  • RE: SQL Server expert in South Australia

    Hi Rob

    I'm in Melbourne, not Adelaide, but if you're struggling to find someone locally at least I'm not too far away. I read your other post re Oracle Linked Server...

  • RE: Select next 100 rows

    You could simply select the top 100 for the first query, then for the second 100 select the top 100 where the key column is > the last key column...

Viewing 4 posts - 1 through 4 (of 4 total)