Forum Replies Created

Viewing 12 posts - 31 through 42 (of 42 total)

  • RE: Web-Based Interface

    I know VBScript. Do you mean I wouldn't have to even use HTML or Java?

  • RE: DTS Drops First Record

    It's delimited CR, LF, with fixed-field columns. Everything looks okay in that regard. Any other ideas?

  • RE: AutoNumber Field?

    To eliminate variables for error, I created a table with only those two fields, and only defined the first column in the text file as well. So there's no...

  • RE: AutoNumber Field?

    It's a Transform Data Task from a Text File to a SQL Server db. It works fine in my tables without identity fields.

  • RE: AutoNumber Field?

    No, I tried that. I can't figure it out. It seems to think I'm trying to input into the autonumber field, although I'm not.

  • RE: AutoNumber Field?

    No, only "deek"

  • RE: AutoNumber Field?

    The SQL code that created the table is:

    CREATE TABLE myID

    (

    Autonumber Int Identity(1,1),

    deek varchar(40)

    )

    The VBScript...

  • RE: AutoNumber Field?

    One more question on this- I created a table with 2 fields, an ID field as you showed (called "Autonumber"), and a varchar field of length 40, called "deek"....

  • RE: AutoNumber Field?

    Thanks! That was so easy.

  • RE: Dynamic Properties Task with FTP

    I appreciate your attention to this matter.

    From the start I have been able to get to the point where I pick the source for my dynamic properties task. I...

  • RE: Dynamic Properties Task with FTP

    My whole point is that I don't know how to use that task. It's new, and none of my SQL coworkers are familiar with it. I need guidance...

  • RE: Dynamic Properties Task with FTP

    The problem I'm having is- How do I specify my manipulated string so that it is recognized as the name of the file that I want to connect to?

    ...

Viewing 12 posts - 31 through 42 (of 42 total)