Init Caps Fctn
Oracle has a function called InitCap for setting the 1st char to uppercase.
What is the similar function I can use within ASP (can't seem to find it in the documentation or searching)?
Oracle has a function called InitCap for setting the 1st char to uppercase.
What is the similar function I can use within ASP (can't seem to find it in the documentation or searching)?
I have an old ASP web site that runs since 1998 (IIS3, 4,5). It use DataEnviroment stuff . Now on IIS6 after a couple of hours of use this line get in error:
DE.Init(Application("DE"))
Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument
/test.asp, line 25
All the rights, connection, global.asa, dataenvinroment.asa, etc are ok. If you hit after the error F5 maybe it runs ok or maybe it goes still in error After an IISRESET things get better, but after few hours it comes again.
Why doesn't this work?
<p>
<span class="dropcap"><% = left(rs("abstract"),1)%></span>
<% = rs("abstract") %>
</p>
The drop cap is styled with CSS, but when I view the page, only the drop cap (first letter) prints - the bit after the </span> doesn't show up?
Anyone know a way of parsing ALL CAPS TEXT so that its correctly formatted
HELLO WORLD. THIS IS A TEST E.G. Howdie Partner
Hello world. This is a test e.g. howdie partner
there are loads of considerations and in the imortal words of Frank Spencer
"im having a bit of trouble"