Click here to Skip to main content
15,893,668 members
Home / Discussions / Database
   

Database

 
GeneralOracle Dbase By c# Pin
unitecsoft21-Apr-04 22:43
unitecsoft21-Apr-04 22:43 
GeneralRe: Oracle Dbase By c# Pin
Chris Meech22-Apr-04 4:42
Chris Meech22-Apr-04 4:42 
GeneralRe: Oracle Dbase By c# Pin
unitecsoft23-Apr-04 21:29
unitecsoft23-Apr-04 21:29 
GeneralRe: Oracle Dbase By c# Pin
Chris Meech26-Apr-04 2:13
Chris Meech26-Apr-04 2:13 
GeneralRe: Oracle Dbase By c# Pin
unitecsoft28-Apr-04 8:08
unitecsoft28-Apr-04 8:08 
GeneralRe: Oracle Dbase By c# Pin
Chris Meech28-Apr-04 8:27
Chris Meech28-Apr-04 8:27 
Generaldbgdel.cpp _BLOCK_TYPE_IS_VALID Pin
dotbomb21-Apr-04 11:23
dotbomb21-Apr-04 11:23 
QuestionCREATE FUNCTION in SQL Server Version 7? Pin
-Dr_X-21-Apr-04 7:26
-Dr_X-21-Apr-04 7:26 
I have a function created in SQL Server 2000 that returns a comma delimited list of text values from a 1 to many table. At the client's site they use SQL Server 7.0. Can you compile Functions in SQL 7.0 or is this a new feature in 2000? If you can how do you do it? I am having difficulty compiling.
CREATE FUNCTION fn_SamplesTerminalPortWellLocationText
(
	@SampleID int
)
RETURNS varchar(1000)
AS ....
Error Message
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'FUNCTION'.
Thanks,
Michael


I firmly believe that any man's finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious.
Vince Lombardi (1913-1970)
AnswerRe: CREATE FUNCTION in SQL Server Version 7? Pin
Jeff Varszegi21-Apr-04 7:33
professionalJeff Varszegi21-Apr-04 7:33 
GeneralRe: CREATE FUNCTION in SQL Server Version 7? Pin
-Dr_X-21-Apr-04 7:51
-Dr_X-21-Apr-04 7:51 
GeneralRe: CREATE FUNCTION in SQL Server Version 7? Pin
Jeff Varszegi21-Apr-04 7:57
professionalJeff Varszegi21-Apr-04 7:57 
GeneralRe: CREATE FUNCTION in SQL Server Version 7? Pin
-Dr_X-21-Apr-04 18:40
-Dr_X-21-Apr-04 18:40 
GeneralRe: CREATE FUNCTION in SQL Server Version 7? Pin
Jeff Varszegi22-Apr-04 10:51
professionalJeff Varszegi22-Apr-04 10:51 
GeneralRe: CREATE FUNCTION in SQL Server Version 7? Pin
Sylvain-Marc Girard27-Apr-04 7:51
sussSylvain-Marc Girard27-Apr-04 7:51 
General1002 (AFX_SQL_ERROR_RECORDSET_FORWARD_ONLY)) Error When opening Recordset Pin
petecg21-Apr-04 6:01
petecg21-Apr-04 6:01 
GeneralSql server CE newbie Pin
Lvca21-Apr-04 2:37
Lvca21-Apr-04 2:37 
Generalproblem use ado with stored procedure Pin
Satervalley20-Apr-04 23:10
Satervalley20-Apr-04 23:10 
GeneralGet value of newid() function of SQLsrv2k from ASP Pin
_skidrow_vn_20-Apr-04 22:16
_skidrow_vn_20-Apr-04 22:16 
GeneralRe: Get value of newid() function of SQLsrv2k from ASP Pin
-Dr_X-21-Apr-04 19:53
-Dr_X-21-Apr-04 19:53 
GeneralJoin Pin
Robert197420-Apr-04 8:10
Robert197420-Apr-04 8:10 
GeneralRe: Join Pin
-Dr_X-20-Apr-04 9:47
-Dr_X-20-Apr-04 9:47 
GeneralRe: Join Pin
Robert197420-Apr-04 10:19
Robert197420-Apr-04 10:19 
GeneralCorrection Pin
Jeff Varszegi21-Apr-04 7:38
professionalJeff Varszegi21-Apr-04 7:38 
GeneralSQL statement execution plan (SQL Server 2000) Pin
Xiangyang Liu 刘向阳20-Apr-04 4:35
Xiangyang Liu 刘向阳20-Apr-04 4:35 
GeneralRe: SQL statement execution plan (SQL Server 2000) Pin
Mike Dimmick20-Apr-04 6:11
Mike Dimmick20-Apr-04 6:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.