
|
|

Software Central: ASP - Classic | ASP for learners | |
| Sorry friends for the late..
Here is a small tip.
When you are working with SQL Server from ASP, if you have to use a decimal value, then, you better use Money data type in Sql Server. Becuase you cannot directly make calculations with decimal values in ASP.
See the following ASP Example:
<%
...
...
quantity = 43.53
total = quantity * sqlRs("price")
%>
If price is a decimal value, then, you will a type mismatch error. If you change the data type to money, it works fine.
As we all know, ASP does not support datatypes. So, we don't need to bother about datatypes in ASP.
I will keep posting more tips like this. Or if I feel the tip is important, I will post it as new thread in the same ASP-Classic forum.
Pls. let me know if anybody has a question in ASP :-)
Posted by: Mr Suresh KVS At: 29, Sep 2004 4:39:57 AM IST What is ASP?
ASP stands for Active Server Pages
ASP is a program that runs inside IIS
IIS stands for Internet Information Services
IIS comes as a free component with Windows 2000
Posted by: Mr. bhanu goga At: 28, Sep 2004 10:57:01 PM IST Mr Kumar ...what happened to U;r asp lessons?
Posted by: Mr. Raaboyee Taraaniki Kaaboyee MLA At: 22, Sep 2004 0:32:28 AM IST hai Mr.kumar svs,
I have much interested to learn asp. So
you please post those asp tips.I follows you regularly.
Posted by: Mr. prasad gundala At: 15, Sep 2004 0:17:54 AM IST Here is the first little sample:
<html>
<head>
<title>Smallest and simplest ASP</title>
</head>
<body>
<%=now%>
</body>
</html>
I will also show how to setup and run ASP on your own, shortly.
Posted by: Mr. Kumar SVS At: 7, Apr 2004 7:16:19 AM IST Hi All...
Any one interested to learn ASP from the beginning?
I will be posting helpful tips and small samples here for the ASP learners here!
Watchout!!!
Posted by: Mr. Kumar SVS At: 7, Apr 2004 7:06:23 AM IST
|
|
|
 |
Advertisements |
|
 |
 |
Advertisements |
|