Viewing 15 posts - 46 through 60 (of 86 total)
i only have two condition right now to do insert and update others are related to excel formating thanks
also if i do only insert statement it work like charm. it...
January 6, 2009 at 10:44 am
still the same it is not inserting all records. the file has 695 records and i only get 29 with initial setup or 204 after having is null criteria!!
January 6, 2009 at 10:13 am
the print statements gets all the records on the result set.
All three are getting value integer( or numbers) from the file.
January 6, 2009 at 9:42 am
else
begin
While @test1 != 0 and @test2 != 0 and @test3 != 0
begin
insert into testtable([Filename],fname,testdate,DOM,temp,cast,volume)
values
(@srcFilename,@testname,@PM,(@currentRow-@dataStartRow + 1),@test1,@test2,@test3)
end
end
I tried that but it just goes on and on for ever!!
January 6, 2009 at 9:24 am
thanks for reformating.
It needs to go on to end of last insert!!
Thanks
January 6, 2009 at 8:41 am
got it working with the adding password = password in connectino.
Thanks
January 2, 2009 at 3:34 pm
Hi all,
I am getting this error after doing the last step.
the connection string is not valid. it must consist of one or more components of th form X=Y, seperated by...
January 1, 2009 at 6:23 pm
Hi sorry for the confusion,
I am trying to use SSRS. I tried that logic before but i only colors the whole text box not the value. and it does not...
December 24, 2008 at 9:37 am
Hi
I am not familiar with that at all. and yeah there will be more files in future as well.
December 19, 2008 at 8:13 am
hi,
Sorry, the column Day of month is the id for student!!
Thanks
December 18, 2008 at 6:27 pm
it was not generated from DB but hand written and I need to put it in to DB now!!
December 18, 2008 at 4:13 pm
yes. I will to the header by colum but only need certain informatoin from it. but it is hard for me to get it here is the information that i...
December 18, 2008 at 8:32 am
here is the file. Not understanding the way to get the data form this sample file. attached
December 18, 2008 at 7:34 am
Thanks for thta.. also looking for the Quartile? Don;t know what that means neither the requestor in company?
Thanks
Pat
December 13, 2008 at 2:42 pm
Viewing 15 posts - 46 through 60 (of 86 total)