Click here to Skip to main content
15,915,513 members
Home / Discussions / Web Development
   

Web Development

 
QuestionIE - FireFox help Pin
Tara1410-Sep-07 20:24
Tara1410-Sep-07 20:24 
AnswerRe: IE - FireFox help Pin
Christian Graus11-Sep-07 0:00
protectorChristian Graus11-Sep-07 0:00 
GeneralRe: IE - FireFox help Pin
Tara1415-Sep-07 23:55
Tara1415-Sep-07 23:55 
Questionmulti-language support Pin
Zhendalf10-Sep-07 12:12
Zhendalf10-Sep-07 12:12 
AnswerRe: multi-language support Pin
Christian Graus11-Sep-07 2:42
protectorChristian Graus11-Sep-07 2:42 
QuestionCo-Browsing (Collaborative Browsing) [modified] Pin
Kim Macauley9-Sep-07 23:27
Kim Macauley9-Sep-07 23:27 
AnswerRe: Co-Browsing (Collaborative Browsing) Pin
alive9920-Jun-10 7:54
alive9920-Jun-10 7:54 
QuestionStrange Problem Pin
Azi Qaiser9-Sep-07 21:42
Azi Qaiser9-Sep-07 21:42 
Hi,

I am working on an ASP application with oracle as backend. my application was residing on windows 2000 server previously and everything was working fine then we moved our application from windows 2000 to windows 2003 server. now application is giving me few problems and one of them is a strange problem.

First i am sending some data to a procedure in the backend from my asp page and then trying to get the result returned by the procedure.

when i send the data from frontend procedure returns error message but when with the same data i directly test the procedure at backend then it gives the perfect result. I have tested the data going from frontend its going perfectly. the query at the front end if i run as it is copy paste at backend gives me the right result.

The connection string and database i am using in frontend is perfect..iam pasting the function which is calling the procedure and not giving me the desried result coming from the database.

--------------------------------------------------------------------------------------
CODE:
--------------------------------------------------------------------------------------
'Function to check if the combination of Cost Centre,
'Nominal Account is valid for a particular user
function isValidChargeAC(staffnr,cc,nom,subnom,akey)
dim strSql,rs
costcentre=trim(cc)
on error resume next
isValidChargeAC="Error: Validation could not be performed."
strSql = "Select XX_EGPO_SRO_REQ_PKG.Req_Validate('" & cstr(staffnr) & "','" & cstr(costcentre) & "','" & cstr(nom) & "','" & cstr(subnom) & "','" & cstr(akey) & "') From Dual"
Set rs=Server.CreateObject("ADODB.Recordset")
rs.Open strSql,con1,1,3

if err.number=0 then
if not rs.eof and not rs.bof then
isValidChargeAC=rs.fields(0) NOT GIVING ME DESIRED VALUE COMING FROM DATABASE
end if
end if

end function
--------------------------------------------------------------------------------------


KINDLY HELP,



THANK YOU.

AZEEM QAISER
AnswerRe: Strange Problem Pin
Guffa9-Sep-07 23:52
Guffa9-Sep-07 23:52 
GeneralRe: Strange Problem Pin
Azi Qaiser10-Sep-07 16:51
Azi Qaiser10-Sep-07 16:51 
AnswerRe: Strange Problem Pin
Guffa11-Sep-07 2:25
Guffa11-Sep-07 2:25 
QuestionURGENT HELP Pin
Azi Qaiser11-Sep-07 16:47
Azi Qaiser11-Sep-07 16:47 
AnswerRe: URGENT HELP Pin
Guffa11-Sep-07 21:42
Guffa11-Sep-07 21:42 
GeneralRe: URGENT HELP Pin
Azi Qaiser12-Sep-07 18:34
Azi Qaiser12-Sep-07 18:34 
AnswerRe: URGENT HELP Pin
Guffa12-Sep-07 22:44
Guffa12-Sep-07 22:44 
QuestionPlacing flowplayer.swf in different folder than flv files folder [modified] Pin
harryforum9-Sep-07 20:45
harryforum9-Sep-07 20:45 
Questionmedia clips o0n web page Pin
raj4ranjit9-Sep-07 20:24
raj4ranjit9-Sep-07 20:24 
QuestionXMLHTTPRequest in FF [modified] Pin
JimmyRopes9-Sep-07 8:48
professionalJimmyRopes9-Sep-07 8:48 
AnswerRe: XMLHTTPRequest in FF Pin
Christian Graus9-Sep-07 9:38
protectorChristian Graus9-Sep-07 9:38 
GeneralRe: XMLHTTPRequest in FF Pin
JimmyRopes9-Sep-07 11:03
professionalJimmyRopes9-Sep-07 11:03 
GeneralRe: XMLHTTPRequest in FF Pin
Ed.Poore9-Sep-07 11:14
Ed.Poore9-Sep-07 11:14 
GeneralRe: XMLHTTPRequest in FF Pin
JimmyRopes9-Sep-07 11:36
professionalJimmyRopes9-Sep-07 11:36 
GeneralRe: XMLHTTPRequest in FF Pin
Ed.Poore9-Sep-07 11:42
Ed.Poore9-Sep-07 11:42 
GeneralRe: XMLHTTPRequest in FF Pin
JimmyRopes9-Sep-07 11:57
professionalJimmyRopes9-Sep-07 11:57 
GeneralRe: XMLHTTPRequest in FF Pin
Ed.Poore9-Sep-07 13:44
Ed.Poore9-Sep-07 13:44 

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.