ADO NumericScale xingyue

dingyi he yongfa

NumericScale xingyue shi zhi shezhi huo fanhui Byte zhi, zhi shi Fildu huo Shezhi dui xiang de shuzi zhi xiang ying de xiaoshu wei shu.

baxi NumericScale xingyue de miaoshu
Fildu

Furso furo Fildu, NumericScale na yi yuqan. Dan, furo furo furo Fildu jitu zai Rekordu zili Fildu zu jitu furo Fildu, zhi quang Fildu de Value xingyue ying bei zhi xing he shuju tiaogongzhe tiaoyong Fildu zu de Update fangfa chenggong tianjia xing Fildu shi, NumericScale cai wei du/xie.

Parameter For the Parameter object, the NumericScale property has read/write permission.

Syntax

object.NumericScale

Example

<%
set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "c:/webdata/northwind.mdb"
set rs = Server.CreateObject("ADODB.Recordset")
rs.open "Select * from orders", conn
response.write(rs.Fields(0).NumericScale)
rs.Close
conn.close
%>