import text file

  • Hi,

    I want to import text file (comma separated) to sql using DTS in VB. If there is no column name specified in the text file, how can I assign column name to it in the following code section? Thanks for help!!!

    Set oColumn = oTransformation.SourceColumns.New("WhatColumnName" , i_loop_cnt)

    oColumn.Name = "WhatColumnName"

    Edited by - bestjudy on 05/16/2002 5:45:41 PM

  • Never mind. I found the solution.

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

You must be logged in to reply to this topic. Login to reply