当前位置:
代码迷
>>
ASP.NET
>> vs2003,小弟我要把sql语句中的convert换成Access 的format函数!如何弄
详细解决方案
vs2003,小弟我要把sql语句中的convert换成Access 的format函数!如何弄
热度:
7056
发布时间:
2013-02-25 00:00:00.0
vs2003,我要把sql语句中的convert换成Access 的format函数!怎么弄
我要把sql语句中的convert换成Access 的format函数!
老是提示
找不到类型或命名空间名称
“format”(是否缺少 using 指令或程序集引用?)
急~~~~~~~~~~~~
------解决方案--------------------------------------------------------
用cstr函数,比如:
原先:convert(nvarchar,id)
改为:cstr(id)
查看全文
相关解决方案
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password,该如何处理
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] 找不到资料 '(未知的)'
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password解决思路
jsp access 图片调用的有关问题
小弟我用JSP+ACCESS+tomcat 5.0 JDK1.4做的一个网站
出现异常:cvs [server aborted]:"passwd" requires write access to the repository
那位高手帮小弟我看下这个有关问题Cannot convert value of type [] to required type [] for property 'ba
运行程序时报java.lang.IllegalArgumentException: No line matching interface Clip supporting format PCM_SIGNED, 11025.0 Hz, 16 bit, mono解决方案
java.lang.SecurityException: Application not authorized to access the restricted API有关问题,
Hibernate Cannot convert value '0000-00-00 00:00:00' from 有关问题解决
java and access,该如何解决
java.security.AccessControlException: access denied (java.lang.
java.security.AccessControlContext.checkPermission:access denied
何为原子访问(atomic access)解决方案
作甚原子访问(atomic access)
f.format 简单有关问题
继续:vs2005 vc access 取不到表中的数据,该如何解决
VS2003 开发游戏 服务端崩解决思路
VS2003 开发游戏 服务端崩解决办法
vc++.net中的有关问题( error C2440: 'type cast' : cannot convert from 'CString' to 'const char *')
VS2003 proj 用VS2008编译,有个Warning ,请教是什么意思?---cl: 命令行 warning D9035 :“Wp64”选项已否决,并将在将来的版本中移除
持续:vs2005 vc access 取不到表中的数据
vs2005,vc access MoveNext()
dax error : access violation at address解决办法
Delphi程序写的EXCEL导入程序时报错:Access violation at address0057416f in module"serv"exe,该怎么解决
dax error : access violation at address,该如何解决
Mapabc老是报错“Access Denied,Status=4,Host=AN_Tianjin_28_100”,高分求指教
Access to report file denied. Another program may be using it.(水晶报表导出PDF时的异常)
The given path's format is not supported,该如何处理
cid = (string.IsNullOrEmpty(typeId) ? null : ( Convert.ToInt32( typeId)) ) 有解决方案