Results 1 to 4 of 4

Thread: importing data

  1. #1
    Junior Member
    Join Date
    Jun 2008
    Answers
    10

    importing data

    i wanna have a script that imports data from an excel file to my database, how can it be done through a 'script'?


  2. #2
    Junior Member
    Join Date
    Jul 2008
    Answers
    1

    Re: importing data

    Get Toad! It lets you query data from multiple sources and makes scheduling tasks, comparing data and creating reports.


  3. #3
    Contributing Member
    Join Date
    May 2008
    Answers
    30

    Re: importing data

    u can use win runner to load excel data as database bby using datadriven test


  4. #4
    Junior Member
    Join Date
    Jun 2008
    Answers
    10

    Re: importing data

    I got it
    i used the following script


    insert into openrowset('microsoft.jet.oledb.4.0','excel 8.0;database=c:\fiches.xls;',
    'select * from [sheet1$]')
    select * from tablename


    hope that would help someone too


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact