码迷,mamicode.com
首页 >  
搜索关键字:procedures    ( 129个结果
sql: MySQL and Microsoft SQL Server Stored Procedures IN, OUT using csharp code
MySQL存储过程:#插入一条返回值涂聚文注DELIMITER $$ DROP PROCEDURE IF EXISTS `geovindu`.`proc_Insert_BookKindOut` $$ CREATE PROCEDURE `geovindu`.`proc_Insert_BookKindO...
分类:数据库   时间:2015-02-10 13:06:11    阅读次数:172
Working C# code for MySql5.5 Stored Procedures IN parameters
MySQL5.5存储过程:#插入一条 涂聚文DELIMITER $$DROP PROCEDURE IF EXISTS `geovindu`.`proc_Insert_BookKindList` $$CREATE PROCEDURE `geovindu`.`proc_Insert_BookKindL....
分类:数据库   时间:2015-02-10 01:47:46    阅读次数:172
SQL Server 阻止了对组件 'Ole Automation Procedures' 的 过程'sys.sp_OACreate' 的访问
--开启 Ole Automation Proceduressp_configure 'show advanced options', 1;GORECONFIGURE;GOsp_configure 'Ole Automation Procedures', 1;GORECONFIGURE;GOEXEC...
分类:数据库   时间:2015-02-01 11:54:12    阅读次数:189
使用PL/SQL创建,测试Oracle存储过程
首先在左边的文件夹中选中procedures文件夹,新建一个存储过程,如下: create or replace procedure uc_users_amount_pro(endDate in varchar2) is insMember number; perMember number; insMemberMon number; perMemberMon ...
分类:数据库   时间:2015-01-30 09:14:03    阅读次数:208
Cosmetic Dental Procedures Are Coming
Cosmetic dentistry usually refers to specific services that are aimed at improving the appearance of teeth and various dental aspects (such as bite an...
分类:其他好文   时间:2015-01-23 18:17:14    阅读次数:165
Oracle- 包
在一个大型项目中,可能有很多模块,而每个模块又有自己的过程、函数等。而这些过程、函数默认是放在一起的(如在PL/SQL中,过程默认都是放在一起的,即Procedures中),这些非常不方便查询和维护。通过使用包就可以分类管理过程和函数。而且在包中还可以自定义自定义类型,从而在过程和函数中可以直接.....
分类:数据库   时间:2015-01-08 19:27:52    阅读次数:213
Oracle E-Business Suite Maintenance Guide Release 12.2(Patching Procedures)
更多内容参考: http://docs.oracle.com/cd/E51111_01/current/acrobat/122ebsmt.zipPreparing for PatchingFor patches that have manual steps, the patch readme file instructs you to use Oracle Patch Application As...
分类:数据库   时间:2014-12-20 18:17:47    阅读次数:792
为什么要使用包
1、为什么要使用包?答: 在一个大型项目中,可能有很多模块,而每个模块又有自己的过程、函数等。而这些过程、函数默认是放在一起的(如在PL/SQL中,过程默认都是放在一起 的,即Procedures中),这些非常不方便查询和维护,甚至会发生误删除的事件。所以通过使用包就可以分类管理过程和函数。而且在包...
分类:其他好文   时间:2014-12-08 17:38:07    阅读次数:160
MySQL Error Handling in Stored Procedures---转载
This tutorial shows you how to use MySQL handler to handle exceptions or errors encountered in stored procedures.When an error occurs inside a stored ...
分类:数据库   时间:2014-12-05 19:05:28    阅读次数:373
Install CUDA 6.0 on Ubuntu 14.04 LTS
Ubuntu 14.04 LTS is out, loads of new features have been added. Here are some procedures I followed to install CUDA 6.0 on my DELL Inspiron.First of a...
分类:系统相关   时间:2014-11-09 00:49:56    阅读次数:300
129条   上一页 1 ... 9 10 11 12 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!