Share with together

独乐乐不如众乐乐

2011年4月15日 #

Sybase 相关

摘要: 1.关于floor函数在Sybase的使用比如保存的字段(OrderCnt)是10.0100 ,如果要想取出0.0100*1000 = 10 ,直接用 (OrderCnt - floor(OrderCnt))*1000 居然得到的结果是9.98888改用OrderCnt*1000 - floor(OrderCnt)*1000 = 10 2.UNION 和 UNION ALL的区别,后者允许重复记录,前者排除重复记录阅读全文

posted @ 2011-04-15 21:49 寒枫 阅读(32) 评论(0) 编辑

2010年10月14日 #

How to let Sybase connect the db on Mobile

摘要: 1. 选择Adaptive Server Anywhere 9.0,点 Finish2. ODBC选项卡,任意输入 Data source name3. Login选项卡,输入User ID和Password4. Database选项卡,输入Server name:SMARTSelling5. Network选项卡,勾选TCP/IP,输入:host=169.254.2.1;DoBroadcast=...阅读全文

posted @ 2010-10-14 14:00 寒枫 阅读(21) 评论(0) 编辑

2009年12月28日 #

Automation server can’t create object

摘要: I have encountered this problem and search the following way:Go to Tools > Internet options > Security >Custom LevelUnder the ActiveX controls and plug-ins, select Enable for Initializing and...阅读全文

posted @ 2009-12-28 22:23 寒枫 阅读(258) 评论(0) 编辑

2008年8月12日 #

不知道是微软的问题还是安装的步骤不对。Team Foundation Server For VS2005 的客户端在安装framework3后无法正常使用

摘要: 1.安装VS20052.安装TFS客户端一切正常使用~~然后安装.net framework 3.0及Visual Studio 2005 extensions for .NET Framework 3.0 (WCF & WPF).msi结果导致TFS假死,也就是点Connect to Team Server 无任何反映。我怀疑是Framework 3.0安装以后导致的问题,于是,又修复安...阅读全文

posted @ 2008-08-12 17:43 寒枫 阅读(316) 评论(0) 编辑

2008年7月23日 #

How to Connect Oracle 9i with SQL Server 2000 for establishing the linked server

posted @ 2008-07-23 11:03 寒枫 阅读(1720) 评论(6)  编辑

2008年6月6日 #

How to use "UTL_FILE " in Oracle to Manage your log history.

posted @ 2008-06-06 16:14 寒枫 阅读(370) 评论(0)  编辑

2007年9月20日 #

Convert Xml String To DataSet

posted @ 2007-09-20 09:52 寒枫 阅读(353) 评论(0)  编辑

2007年9月8日 #

When I deveop a smart phone 2003 app. in VS2005. it occurs An internal error occurred in PlatformVerificationTask.

posted @ 2007-09-08 16:44 寒枫 阅读(252) 评论(0)  编辑

2007年8月14日 #

How to solve the problem (Error 1718 *.msp did not pass the digital signature check)when install vs2005 sp1(Team Suite Service Pack 1) in win2003 R2 ?

posted @ 2007-08-14 14:56 寒枫 阅读(501) 评论(0)  编辑

2007年8月13日 #

How to solve the question "Drop failed for User 'SQL2K5User'. "

posted @ 2007-08-13 11:25 寒枫 阅读(930) 评论(0)  编辑