Hi All,
First of all, thanks to the guys has help me during last 2 post… which is really help me alot.
And now, i’m having another big difficulties on this current issue. My teacher has given me an assignment which is somethin similar like this.
- WhiteLabelShared.spGetWeb_ClientLogin
Frontend user to login to trading platform
• Test script:
declare @return bigint
exec [WhiteLabelShared].[spGetWeb_ClientLogin] @return output, ‘gemiur’, '123456’d
• All outputs need to be stored in web session for use in the trading platform
• If @Return = 0, means the operation successful, else fails.
i do not understand what he wants me to do with it. im understand which is want me to do a login with a return of value of 0. which using gemiur and 123456.
What is the meaning of declare @return bigint??
return the value in bigint???
When i ask him, he ask me to figure out myself. So as stupid as i am, please allow me to ask all of you to guide me what should i do with it??
and the condition of this script must be written in php and giving his requirement with using IIS as the web server and mssql as the database. i been given the sample database remote connection which is in mssql 2008. and i been asking to use mssql connect to call and connect. im able to connect to the database. which is a simple script. but im not very understand the task given.
A big thank you for you all who help me… Giving a starting script will be helping me much.
THanks.