Question about Store Procedure on SQL Server 2000.

  • Thread starter Thread starter Manny
  • Start date Start date
M

Manny

Hi there,

I'm kind of new with Store Procedures here and I'm trying to do the
following;

I'm trying to convert the following line of code into a store procedure

Me.DA.SelectCommand.CommandText = "SELECT * FROM tbData WHERE ID= " &
Me.ID.Value

I want to pass the current ID value to the store procedure and the store
procedure should return the data specific for that ID record.

Any help here would be much appreciated

Manny
 
Back
Top