I discovered what it was...i tried to pass the params at running time and it works..for others who will run into this first you need to write the prepare statement of the procedure: SQLStoredProc1.Prepare:=True;
SQLStoredProc1.Params[1].AsString := Edit1.Text;
SQLStoredProc1.Params[2].AsString...
thank you whosrdaddy .. but the thing is that I am not using ADO Components..ADO components are in the DbGo section, I am using DBExpress..what you have suggested me with the params property I have done it..but when I was compiling it was ok, but in the DBEdit box I wasn`t able to type...
Hi there..Could anyone please help me out because I am stuck with a MS SQL stored procedure execution.I am new to programming and I have to build an application about employee`s evidence.I use Delphi XE2 and MS SQL.So here it is: I have a stored procedure to select fields name, surname, email...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.