Jump to content

rapa

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by rapa

  1. Try like this CREATE PROC getLogin @username varchar(50),@password varchar(50) AS SET @user = (SELECT * FROM Operator WHERE Call_ID=@username AND PASSWORD=@password) if exists (@user) BEGIN RETURN @user END else return 0
  2. Eclipse 3.x caches all plugin.xml files into a single repository for quicker loading. If you used eclipse before installing PHPeclipse, you should start eclipse once with the -clean option. This -clean forces Eclipse to rebuild that repository. This applies to anything that is installed into eclipse by unzipping it into its plugins folder. go start -> run type cmd enter after type your eclips path and clan option eg: c:/program files/eclipse/eclipse.exe-clean
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.