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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO Parameter objects in SQL 7

Status
Not open for further replies.

MissTipps

Programmer
May 20, 2002
91
GB
I've been developing SQL Server 2000 for some time now, and frequently use Access as a front end. When running a stored procedure using ADO I generally use the cmd.Parameters("@param1") = etc method. However, I'm working with SQL Server 7 and the moment and it doesn't like this one bit. I know there is a method of creating a parameter array which SQL 7 will accept, but I can't for the life of me remember the syntax. Any help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top