Results 1 to 5 of 5

Thread: Lotus to MS SQL Server 2000 - VB Programming

  1. #1
    Join Date
    Oct 2003
    Posts
    3

    Unhappy Lotus to MS SQL Server 2000 - VB Programming

    Hi There

    I have a Lotus-spreadsheet and I want to import it in MS SQL server 2000 tables - using DTS packets made in VB. Its an online application...!

    Does anyone know how it can be done or have some documentation about it.

    Best Regards

    Kaleb

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    Why you need to VB to fire a DTS. Instead you can use VB to import lotus spreadsheet to sql server.

    DATA component can read lotus files
    and ADO can write to SQL Server.

  3. #3
    Join Date
    Oct 2003
    Posts
    3
    But I cant find any documentation...

    And it has to be DTS packets kommunicating with the SQL server.

    A person needs to be able to do this online from a website. Lotus -> SQLserver

  4. #4
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    1. when you say ONLINE does that mean you have a web interface? If YES then what platform? (ASP/PHP/JAVA)

    2. Why it has to be a DTS? I dont think you can directly import lotus files using DTS. Some activex should help.

  5. #5
    Join Date
    Oct 2003
    Posts
    3
    Yes, I have a webinterface based on ASP

    But I have to code it in VB.

Posting Permissions

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