Results 1 to 2 of 2

Thread: Quening the Data

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2002
    Location
    ENGLAND
    Posts
    38

    Quening the Data

    Dear All
    I am getting the data from the RS232 Port to my pc where my program sits
    and I am storing this data to another SQL Server PC.
    If the connection loss from my PC to SQL Server PC I want to store this data
    in my PC and try to send it again every often.
    when i send this stored data to SQL Server I want to delete it.
    Please could you tell me how could i do this
    any examples or ideas will be very appreciated.I am new learning of .NET
    Many Thanks in advance
    salih
    sa

  2. #2
    Addicted Member Zealot's Avatar
    Join Date
    Jul 2002
    Location
    Lisboa, Portugal
    Posts
    206
    Well, in my last project in VB 6 I had to download via-FTP an Access DB into my local PC. Since Internet connections are sensible to failures I made a backup of the DB in my PC and only if the download went without failure I deleted the old file and renamed the file I just downloaded as the old file.
    It might not be the best process but it worked.

    I used the Inet component and the FileSystem object to do this. Don't know if VB.Net still has Inet.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width