随笔分类 -  Sqlserver

摘要:一、使用 API 函数 URLDownloadToFile,下载网页文件(也可以是图片等其他文件)到硬盘Dim nUrl As String, F As String, S As Long nUrl = "http://www.baidu.com/img/baidu_logo.gif": F = App.Path & "\My-1.bmp" '下载百度图片S = URLDownloadToFil... 阅读全文
posted @ 2011-09-16 11:22 网络小虫 阅读(12522) 评论(0) 推荐(1)
摘要:Visual FoxPro 9 C/S(ODBC)方面极富人性化的增强 作者: mihu 2004年6月,微软公司如期发布了全球Foxer翘首期盼代号为Europa的Visual FoxPro 9beta 版(以下简称VFP9),下文是我学习、探索 VFP9 C/S方面新增功能时的一些心得,供大家一起分享。 自从VFP 8 开始,在C/S方面提供了一个CursorAdapter 类, Curso... 阅读全文
posted @ 2011-05-23 17:48 网络小虫 阅读(2615) 评论(0) 推荐(0)
摘要:原地址:http://www.cnblogs.com/flyfish/archive/2008/11/26/1341783.html sp_rename 是一个功能丰富的存储过程,能够对 表、视图、列、存储过程、触发器、默认值、数据库、对象或规则进行重命名,并且保证不丢失数据。 下例将TB_MoneyPay_PJApply表中的字段PayMoney修改为PaidCash: EXEC sp_re... 阅读全文
posted @ 2010-11-03 14:15 网络小虫 阅读(2104) 评论(0) 推荐(0)