Hi, I'm having some problems with passing a parameter to a stored procedure. Any help is greatly appreciated.
My code :
adCmdStoredProc = 4
adParamReturnValue = 4
adParaminput = 1
adParamOutput = 2
adInteger = 3
adVarChar = 200
Set Cmd = Server.CreateObject("ADODB.Command")
Set...
is there a site packaging/website deployment tool that can package your whole web application with all the database and iis configuration into a setup file?
- mako -
"your focus determines your reality"
how do i format a number to display 5 digits with leading zeros? e.g. integer '1' will be displayed as '00001' and integer 12 will be displayed as '00012'.
- mako -
i keep getting this error :
Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: "9/4/2000"]'
how do i correct this code? tdat1 and tdat2 are date values.
(e.g. tdat1=9/4/2000 and tdat2=9/10/2000)
for appDate=request("tdat1") to...
hi! i need to create an asp page to update the database and add 1 whenever someone clicks on a campaign image on the website. how do i do this??? thanks for the help.
hi! i'm trying to create a drop down list that changes the option value of another drop down list. (hope you understand).<br><br>right, let's say the first list contains a list of countries. on selecting the country, the second list will change and display the states of that selected country all...
<br>I've created a simple database table with ItemID and ParentItemID so that I can sort it using CFX_MAKE_TREE.<br><br>My problem starts when I try to delete an item. How can I delete that item along with all the items branching out from it? (Hope you understand this)<br><br>I appreciate any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.