Rexolio
Technical User
- Aug 29, 2001
- 230
I have a SQL database table as follows:
TABLE NAME: tblClients
FIELDS: Name, Address, City, State, Zip
I have the following Stored Procedure:
SP NAME: spInsertClients
Now I'm having a problem figuring out how to call the SP from ASP in order to add records. Could someone provide me with some sample script? I posted an ealier message and someone recommended some other threads to check out, but they didn't have what I needed. Just looking for a sample based on what I've provided above.
Thanks,
Rex
TABLE NAME: tblClients
FIELDS: Name, Address, City, State, Zip
I have the following Stored Procedure:
SP NAME: spInsertClients
Now I'm having a problem figuring out how to call the SP from ASP in order to add records. Could someone provide me with some sample script? I posted an ealier message and someone recommended some other threads to check out, but they didn't have what I needed. Just looking for a sample based on what I've provided above.

Thanks,
Rex