Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cristianvasuica

  1. cristianvasuica

    Stored Procedure passing param-Execution in Delphi XE2 using DbExpress

    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...
  2. cristianvasuica

    Stored Procedure passing param-Execution in Delphi XE2 using DbExpress

    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...
  3. cristianvasuica

    Stored Procedure passing param-Execution in Delphi XE2 using DbExpress

    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...

Part and Inventory Search

Back
Top