Click here to Skip to main content
16,006,594 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to run web application Pin
enjoycrack12-May-07 0:51
enjoycrack12-May-07 0:51 
QuestionPrint report with out prompt Pin
Suhail Shahab11-May-07 22:03
Suhail Shahab11-May-07 22:03 
AnswerRe: Print report with out prompt Pin
Fred_Smith11-May-07 22:16
Fred_Smith11-May-07 22:16 
QuestionASP:: runtime error '800a0046' --> Permission denied Pin
dhulipudi11-May-07 21:19
dhulipudi11-May-07 21:19 
AnswerRe: ASP:: runtime error '800a0046' --> Permission denied Pin
Fred_Smith11-May-07 21:26
Fred_Smith11-May-07 21:26 
GeneralRe: ASP:: runtime error '800a0046' --> Permission denied Pin
dhulipudi11-May-07 21:46
dhulipudi11-May-07 21:46 
GeneralRe: ASP:: runtime error '800a0046' --> Permission denied Pin
Fred_Smith11-May-07 21:58
Fred_Smith11-May-07 21:58 
GeneralRe: ASP:: runtime error '800a0046' --> Permission denied Pin
dhulipudi11-May-07 22:09
dhulipudi11-May-07 22:09 
Fred,

That line of code was commented out.

Here is the full code we are using.

'*********************************** Inserting Market data into tbl_mktdata **************************

if mktdatapath <> "null" then
'mktdatapath="f:\monthly reports\holdings\01062006.MD" 'Server.MapPath()
set genfile = myfile.OpenTextFile(mktdatapath,1)

ObjCon.Execute "delete from tbl_mktdata" 'delete previous contents from tbl_mktdata
response.Write("Clear previous market data in tbl_mktdata <br>")

while not genfile.AtEndofStream
filecontent = genfile.readline
filearray= split(filecontent,",")
'Response.Write filearray(1) & " "&filearray(7) & "<br>"

'insert data into tbl_mktdata file
ObjCon.Execute "insert into tbl_mktdata values ('"&trim(filearray(1))&"',"&cdbl(filearray(7))&")"
wend
response.Write("end of market data<br>")
'' end of market data

else

Response.Write "<table align=center><tr><td height=250><font face=verdana size=2 color=red><b>No Market data File input</b></font></td></tr></table>"
Response.End
end if

'*********************************** End of Inserting Market data ************************************

~Jagadeesh

hi all please clarify my doubts
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
Fred_Smith11-May-07 22:12
Fred_Smith11-May-07 22:12 
GeneralRe: ASP:: runtime error '800a0046' --&amp;gt; Permission denied [modified] Pin
dhulipudi11-May-07 23:37
dhulipudi11-May-07 23:37 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
Fred_Smith11-May-07 23:47
Fred_Smith11-May-07 23:47 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
dhulipudi12-May-07 0:13
dhulipudi12-May-07 0:13 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
Fred_Smith12-May-07 0:35
Fred_Smith12-May-07 0:35 
GeneralRe: ASP:: runtime error '800a0046' --&amp;gt; Permission denied Pin
dhulipudi12-May-07 0:53
dhulipudi12-May-07 0:53 
GeneralRe: ASP:: runtime error '800a0046' --&amp;gt; Permission denied Pin
Fred_Smith12-May-07 1:04
Fred_Smith12-May-07 1:04 
GeneralRe: ASP:: runtime error '800a0046' --&amp;amp;gt; Permission denied Pin
dhulipudi12-May-07 1:53
dhulipudi12-May-07 1:53 
AnswerRe: ASP:: runtime error '800a0046' --&amp;amp;amp;gt; Permission denied Pin
dhulipudi12-May-07 2:37
dhulipudi12-May-07 2:37 
Questionsubdoamin finding Pin
prasadposani51211-May-07 19:53
prasadposani51211-May-07 19:53 
QuestionHi Pin
prasadposani51211-May-07 19:51
prasadposani51211-May-07 19:51 
Questionpage cannot be displayed Pin
willsgeorge11-May-07 18:58
willsgeorge11-May-07 18:58 
AnswerRe: page cannot be displayed Pin
_mubashir11-May-07 22:24
_mubashir11-May-07 22:24 
Question.NET Component Pin
DOT-NET11-May-07 18:26
DOT-NET11-May-07 18:26 
AnswerRe: .NET Component Pin
Sathesh Sakthivel11-May-07 18:47
Sathesh Sakthivel11-May-07 18:47 
Questionplay video on asp.net? Pin
keipi301017211-May-07 11:20
keipi301017211-May-07 11:20 
Questionemail code for contact us form Pin
sanaziuse11-May-07 11:03
sanaziuse11-May-07 11:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.