hiii urgent
-
hi i need to make an entry in the session table once the user logs. need to use web service methods for everything. i ve written a stored prov for login and within that i ve called the session procedure. while running web service method i m getting an error "string or binary truncated. statement has been terminated". as i couldnt spot the error i tried writing a separate method for session in webservice and tried calling it from login method. i m not getting any error but the entry is not made in the session table. can anyone help me out?
-
hi i need to make an entry in the session table once the user logs. need to use web service methods for everything. i ve written a stored prov for login and within that i ve called the session procedure. while running web service method i m getting an error "string or binary truncated. statement has been terminated". as i couldnt spot the error i tried writing a separate method for session in webservice and tried calling it from login method. i m not getting any error but the entry is not made in the session table. can anyone help me out?
First read How-to-get-an-answer-to-your-question
Cheers!! Brij
-
First read How-to-get-an-answer-to-your-question
Cheers!! Brij
may i know what was the problem??? i dint ask for the coding too...i just wanted to know where i had gone wrong...
-
may i know what was the problem??? i dint ask for the coding too...i just wanted to know where i had gone wrong...
-
hi i need to make an entry in the session table once the user logs. need to use web service methods for everything. i ve written a stored prov for login and within that i ve called the session procedure. while running web service method i m getting an error "string or binary truncated. statement has been terminated". as i couldnt spot the error i tried writing a separate method for session in webservice and tried calling it from login method. i m not getting any error but the entry is not made in the session table. can anyone help me out?
So, you want to store session information in a table from Web Services ? or any thing else you are expecting ? Can you please rephrase your question. :confused:
Cheers ! Abhijit Codeproject MVP
-
So, you want to store session information in a table from Web Services ? or any thing else you are expecting ? Can you please rephrase your question. :confused:
Cheers ! Abhijit Codeproject MVP
ya i want to store session information in table from web service
-
ya i want to store session information in table from web service
< Updated Subject > So, what you have written in your code? Can you please show us the code? Did you debugeed your code? Are you able to access session variable in Web service ? :)
Cheers ! Abhijit Codeproject MVP
-
hi i need to make an entry in the session table once the user logs. need to use web service methods for everything. i ve written a stored prov for login and within that i ve called the session procedure. while running web service method i m getting an error "string or binary truncated. statement has been terminated". as i couldnt spot the error i tried writing a separate method for session in webservice and tried calling it from login method. i m not getting any error but the entry is not made in the session table. can anyone help me out?