Use query or stored procedure
From: Alan (NOSPAMalan_pltse_at_yahoo.com.au)
Date: 12/20/04
- Next message: J West: "Re: Use query or stored procedure"
- Previous message: Igor: "Re: How to read/modify the Access Queries collection?"
- Next in thread: J West: "Re: Use query or stored procedure"
- Reply: J West: "Re: Use query or stored procedure"
- Reply: Marc Scheuner: "Re: Use query or stored procedure"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 20 Dec 2004 11:11:08 +1100
I am learning to use SQL Server and TADO.
I am going to write a small application to manage the data of membership,
which component is better to use if I add a new member to the table
Membership ?
Should I use the TADOQuery to embed the SQL statement like:
INSERT INTO Membership values (......)
OR write a stored procedure in SQL Server and pass the parameters to it ?
- Next message: J West: "Re: Use query or stored procedure"
- Previous message: Igor: "Re: How to read/modify the Access Queries collection?"
- Next in thread: J West: "Re: Use query or stored procedure"
- Reply: J West: "Re: Use query or stored procedure"
- Reply: Marc Scheuner: "Re: Use query or stored procedure"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|