|
-
May 19th, 2005, 10:13 AM
#1
Thread Starter
Hyperactive Member
vb side when writing s proc
I have wrote a s proc and want to call it in ma code.... all fines just getting a bit confused
Set prmName = objCmd.CreateParameter("Name", adVarChar, adParamInput, 15)
objCmd.Parameters.Append prmName
"Name" - should this be the name of the parameter in the s proc OR the column name in the table!!1!!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|