Viewing 15 posts - 1 through 15 (of 44 total)
One more question. I am guessing in the Extended Properties for Provider if i specify "Excel 12.0" both xls and xlsx files will be processed...If i specify "EXCEL 8.0"...
June 20, 2012 at 3:57 pm
Yes it is, the problem is resolved now.....
June 20, 2012 at 10:54 am
Thanks.....that worked.....
June 19, 2012 at 5:30 pm
I think you are right....I m using bad connection string(as until now we always used to get files in 2003 format)
I will try with ACE 12.0 and will let...
June 18, 2012 at 10:16 pm
If the users creates excel file using 2007 and save it as xls format, do we need to specify extended properties as Excel 8.0 or Excel 12.0
June 18, 2012 at 4:53 pm
I am 100 % sure it's getting the right file name.....Now it looks like a different problem
our client submit an excel file every week and it was processing fine until...
June 18, 2012 at 4:49 pm
Thanks...I tried what u said but when i preview its giving a message Microsoft Jet Database Engine "Invalid Argument"
also just FYI i m trying to save the excel filepath and...
June 18, 2012 at 8:29 am
Thanks for the details explanation.....
November 12, 2010 at 1:01 pm
select distinct pid
from table1 det with (nolock)
inner join table2 rate with (nolock) on rate.id = det.SID
where providerid = 2673 and rate.Fyr = '09-10' and (TerminationDate is null)...
October 18, 2010 at 4:03 pm
both start date, end date and termination date are datetime datatype
October 18, 2010 at 3:41 pm
select distinct pid
from table1 det with (nolock)
inner join table2 rate with (nolock) on rate.id = det.SID
where providerid = 2673 and rate.Fyr = '09-10' and (TerminationDate...
October 18, 2010 at 3:40 pm
I tried working in the following way
( @startDate<=TerminationDate and @endDate <= TerminationDate )
(I m passing @startDate and @endDate as parameters)
TerminationDate is DateTime datatype
@startDate and @endDate are DateTime datatype
October 18, 2010 at 1:56 pm
I know it is not supported....I need to figure out a way to restore the data from production to the development environment
September 1, 2010 at 9:55 pm
Viewing 15 posts - 1 through 15 (of 44 total)