Quantcast
Channel: Oracle, MySQL, Sybase, Informix and other databases
Viewing all articles
Browse latest Browse all 1350

Any problems with this stored procedure?

$
0
0

When I exectute this into Visual Studio its not working.

CREATE Procedure RegisterUser
@UserTitle varchar(5),
@UserPassword varchar(50),
@UserName varchar(30),
@UserLastName varchar(30),
@UserEmail varchar(50),
@UserGender varchar(10)
as
Begin
    Insert INTO loginDetails VALUES(@UserTitle, @UserName, @UserLastName, @UserEmail, @UserGender, 'a', @UserPassword)
END

Any help?

Giving the following error: Error Source: .Net SqlClient Data Provider


Viewing all articles
Browse latest Browse all 1350

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>