Viewing 15 posts - 16 through 30 (of 256 total)
Thank you Lowell. This is very helpful. I am very new with EDI.
September 28, 2012 at 9:27 am
Thank you Ron. Here is the EDI 271 File sample: I would truly appreciate if someone can help.
ISA*00* *00* ...
September 28, 2012 at 8:40 am
Using .Net app to connect to sql and get the data using store proc, creating excel file in the app and opening the file. There are no problems with this...
September 14, 2012 at 10:59 am
The site is used by over 100,000 users. Version of Excel cannot change.
September 12, 2012 at 10:49 am
Cannot do that because that will require too many changes in the application.
September 11, 2012 at 10:34 am
I am creating and then opening the excel file in MVC application. If the file is not small, then it opens without problems. But if it is small, it errors...
September 11, 2012 at 8:46 am
With new security featues of Excel, if an Excel file is small size then one cannot programmatically open the file otherwise it errors out. So if the file size is...
September 10, 2012 at 6:30 pm
I worked exactly the way I wanted.
Thanks for your time.
August 22, 2012 at 7:36 am
Hi Lovel,
I need the format "4-8 had 5".
Thanks.
August 21, 2012 at 2:21 pm
Thanks Jeff, it is a good idea to use max for all vars. I will try that.
June 29, 2012 at 6:38 am
Michael is right. The issue is completely because of SSMS limitations. Thanks for your time.
June 27, 2012 at 7:09 am
Also, I forgot to mention that it is a dynamic query and here is the SP:
Create PROCEDURE [dbo].[MySP]
(
@OrgId int,
@DivId int = null,
@EmpId nVarChar(MAX) = NULL,
@year int
)
AS
DECLARE @sql...
June 26, 2012 at 12:32 pm
The closing quote is correct. After the long string, I have a year, '2012' as a variable. If I run the proc as follows then there are no problems:
myproc...
June 26, 2012 at 12:23 pm
Viewing 15 posts - 16 through 30 (of 256 total)