World Of Webmaster
Đăng nhập / Đăng ký
Account
Free for web
Check pagerank
Input check pager (Not http://)

Ext: blog.kai.vn
Check google pagerank
View HTML source
FUNCTION LIBRARY
HTML Tags Library
PHP Functions Library ASP Functions Library
ASP Functions SQL_numeric
Chức năng: Chuẩn bị giá trị số cho câu lệnh SQL
Ngôn ngữ: asp - Nhóm: database
CÚ PHÁP
  numerics = SQL_numeric(expression) 

Chuẩn bị giá trị số cho câu lệnh SQL, trả về giá trị số hoặc null.

VÍ DỤ
<%
  dim a
    a = SQL_numeric(1234)
%> 
ASP Code
<%
  Public Function SQL_numeric(ByVal anExpression)
      '--- If expression is  numeric
      If IsNumeric(anExpression) And Not anExpression = "" Then
          '---  Return number
          SQL_numeric = anExpression
      '--- Else expression  not numeric
      Else
          '---  Return NULL
          SQL_numeric = "NULL"
      End If '---  IsNumeric(anExpression) And Not anExpression = ""
  End Function '--- SQL_numeric
%> 

CompactDB
DateDB
EscapeApos
EscapeBit
EscapeDate
EscapeInt
MkDatabase
NoSQLInjection
Procedures
RecordCount
Library ›› HTML Tag | PHP Function | ASP Function
Page : 806779
Online :
Visited : 370104
 
Liên h | Thêm vào Favorite | Gửi link qua e-mail | Thông tin website
Copright © 2009 KAI Blog
Code by BOINGOnline. Contact email : contact@kai.vn
Theme: default | classic |