I have a stored procedure as documented in: http://blog.fedecarg.com/2009/02/22/mysql-split-string-function/ to use MySQL\'s Substring() function to get each word in a string.What I want is for the fo
i am using asp.net 2.0 and database is Mysql and i am passing null value using datetime datatype to mysql table like this duedate is datetime
Currently on my oracle table, I have the following if condition on my procedure if TO_CHAR(updatetime, \'DD-MON-YYYY HH:MI:SS\') != \'01-JAN-1900 00:00:01\' then
S开发者_如何学编程o I have a cursor called open_loop that does a query and now I want to loop through it, check if the value it holds exists in the database, if so I need to update that entry, if not
I have a stored procedure that adds some rows to a table, pretty basic stuff. When I execute my stored procedure from within SQL Server Management Studio it returns fine. However when I run this from
I need to write a CLR UDF that reads 开发者_C百科data from a table and loops through it, but most important storing data in double arrays (the table has only double values), afterwards I will use a ma
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
$link = mysqli_connect(\'localhost\',\'root\',\'\',\'icoachswim_sp\'); if($result1 = mysqli_query($link,\"call sp_SetupGroupsManageEventsGroups(\".$uid.\")\")) {
USE [PreMfg] GO /****** Object:StoredProcedure [dbo].[procAddOrderItem]Script Date: 08/11/2011 10:28:21******/
I have a MySQL database which contains 2 (relevant) tables: Staff, Supervisors. Staff contains: StaffID, Name, CostCentre