Viewing 12 posts - 31 through 42 (of 42 total)
I know VBScript. Do you mean I wouldn't have to even use HTML or Java?
March 15, 2002 at 1:19 pm
It's delimited CR, LF, with fixed-field columns. Everything looks okay in that regard. Any other ideas?
February 7, 2002 at 1:07 pm
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...
January 10, 2002 at 2:35 pm
It's a Transform Data Task from a Text File to a SQL Server db. It works fine in my tables without identity fields.
January 10, 2002 at 11:40 am
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.
January 9, 2002 at 3:33 pm
The SQL code that created the table is:
CREATE TABLE myID
(
Autonumber Int Identity(1,1),
deek varchar(40)
)
The VBScript...
January 9, 2002 at 2:38 pm
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"....
January 9, 2002 at 2:23 pm
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...
December 26, 2001 at 4:02 pm
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...
December 26, 2001 at 2:53 pm
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?
...
December 26, 2001 at 2:20 pm
Viewing 12 posts - 31 through 42 (of 42 total)