Click here to Skip to main content
15,904,416 members

Comments by Anup Shetty (Top 4 by date)

Anup Shetty 12-May-15 3:27am View    
in your aspx page,in document.ready function use window.sessionStorage.getItem("")
Anup Shetty 25-Jul-14 1:37am View    
are there any settings to be done in salesforce profile??
Anup Shetty 24-Jul-14 9:51am View    
credentials r valid..i have reset the token as well bt its still throwin error
Anup Shetty 17-Jul-14 7:36am View    
Create PROCEDURE [dbo].[sp_BulkInsert]

@pathName varchar(250)
AS
BEGIN
BULK INSERT dbo.PID
FROM '@pathname'
WITH
(
FIELDTERMINATOR = ',',
ROWTERMINATOR = '\n',
CODEPAGE = 'RAW'
)

END

Error:@pathname doesnt exist even though i hv set the path