Home > Database > Mysql Tutorial > body text

使用access数据库时可能用到的数据转换

WBOY
Release: 2016-06-07 16:21:22
Original
921 people have browsed it

类型转换涵数: 函数 返回类型 expression 参数范围 CBool Boolean 任何有效的字符串或数值表达式。 CByte Byte 0 至 255。 CCur Currency -922,337,203,685,477.5808 至922,337,203,685,477.5807。 CDate Date 任何有效的日期表达式。 CDbl Double 负数从 -1

 类型转换涵数:

  函数 返回类型 expression 参数范围

  CBool Boolean 任何有效的字符串或数值表达式。

  CByte Byte 0 至 255。

  CCur Currency -922,337,203,685,477.5808 至922,337,203,685,477.5807。

  CDate Date 任何有效的日期表达式。

  CDbl Double 负数从 -1.79769313486232E308 至 -4.94065645841247E-324;正数从 4.94065645841247E-324 至 1.79769313486232E308。

  CDec Decimal 零变比数值,即无小数位数值,,为

   +/-79,228,162,514,264,337,593,543,950,335。对于 28 位小数的数值,范围则为

   +/-7.9228162514264337593543950335;最小的可能非零值是 0.0000000000000000000000000001。

  CInt Integer -32,768 至 32,767,小数部分四舍五入。

  CLng Long -2,147,483,648 至 2,147,483,647,小数部分四舍五入。

  CSng Single 负数为 -3.402823E38 至 -1.401298E-45;正数为 1.401298E-45 至 3.402823E38。

  CStr String 依据 expression 参数返回 Cstr。

  CVar Variant 若为数值,则范围与 Double 相同;若不为数值,则范围与 String 相同。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template