I use following code to access datebase through ADO:
.
.
.
Set command = Server.CreateObject("ADODB.Command")
.
.
.
Set prmName = command.CreateParameter("Name")
command.Parameters.Append prmName
prmEntryID.value = Request.Form("Name")
.
.
.
Response is...
When I use CDC::TextOut() function to show some text on colored background this function
shows white background around letters. Is there any way to avoid this appearance.
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.