码迷,mamicode.com
首页 >  
搜索关键字:procedures    ( 129个结果
查找存储过程修改时间
SELECT name,modify_date FROM sys.procedures order by modify_date desc
分类:其他好文   时间:2014-08-06 18:37:34    阅读次数:259
EDIT Ini写Ini配置
EDIT Ini写Ini配置 usesIniFiles; {$R*.dfm} function IniFileName:string; begin Result:=ExtractFilePath(Application.ExeName)+'Settings.ini'; end; procedureS...
分类:其他好文   时间:2014-07-29 21:17:14    阅读次数:233
Procedures to enable crash dump in windows server
Right click ‘Computer’ and select ‘Properties’;Click the ‘Advanced system settings’ and in the dialog tab of ‘Advanced’ click button ‘Environment Vari...
分类:Windows程序   时间:2014-07-22 22:53:53    阅读次数:241
SICP -- Building Abstractions With Procedures
;; Building Abstractions With Procedures ( define ( my-sqrt x )         ( define ( good-enough? guess )       (        ( define ( improve guess )        ( average guess ( / x guess ) ) ) ...
分类:其他好文   时间:2014-07-08 15:22:37    阅读次数:306
Test of returning array efficiency from Fortran subprograms
Fortran has two kinds of subprograms: subroutine and function. Usually, subroutine is a combination of several procedures generating side effects with...
分类:其他好文   时间:2014-06-30 12:43:00    阅读次数:207
mysql 报错之创建自定义函数
I experienced this error while trying to alter one of my stored procedures remotely on a master server. After some research, I ended up getting inform...
分类:数据库   时间:2014-06-25 15:34:33    阅读次数:471
Android Bluetooth Stack: Bluedroid(五):The analysis of A2DP Source
1. A2DP Introduction The Advanced Audio Distribution Profile (A2DP) defines the protocols and procedures that realize distribution of audio content of high-quality in mono or stereo on ACL channels...
分类:移动开发   时间:2014-06-24 23:15:47    阅读次数:509
[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序使用异步及存储过程
这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第九篇:为ASP.NET MVC应用程序使用异步及存储过程原文:Async and Stored Procedures with the E...
分类:Web程序   时间:2014-05-16 08:59:56    阅读次数:449
显示数据库中的存储过程__转
显示数据库中的存储过程__转 It's no easy trick to see stored procedures in a database programmatically with a scripting language like ASP. If you're using MS Access, you're out of luck. Access provides no way to ...
分类:数据库   时间:2014-05-12 22:43:25    阅读次数:541
129条   上一页 1 ... 11 12 13
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!