Click here to Skip to main content
15,905,776 members
Home / Discussions / Database
   

Database

 
QuestionRetrieve Table names from Access database? Pin
kbalias2-Jan-07 1:19
kbalias2-Jan-07 1:19 
AnswerRe: Retrieve Table names from Access database? Pin
Paul Conrad2-Jan-07 7:34
professionalPaul Conrad2-Jan-07 7:34 
AnswerRe: Retrieve Table names from Access database? Pin
PIEBALDconsult3-Jan-07 10:49
mvePIEBALDconsult3-Jan-07 10:49 
QuestionDeploy StoredProcedures written in C#/.NET Pin
FreeCastle2-Jan-07 0:11
FreeCastle2-Jan-07 0:11 
AnswerRe: Deploy StoredProcedures written in C#/.NET Pin
Pete O'Hanlon2-Jan-07 4:47
mvePete O'Hanlon2-Jan-07 4:47 
GeneralRe: Deploy StoredProcedures written in C#/.NET Pin
FreeCastle2-Jan-07 5:43
FreeCastle2-Jan-07 5:43 
GeneralRe: Deploy StoredProcedures written in C#/.NET Pin
Pete O'Hanlon2-Jan-07 9:54
mvePete O'Hanlon2-Jan-07 9:54 
GeneralRe: Deploy StoredProcedures written in C#/.NET Pin
FreeCastle2-Jan-07 22:23
FreeCastle2-Jan-07 22:23 
Mh yes it helps again Smile | :) But I think that I am somehow to stupid... I get always an error saying, that the return types of the t-sql- and clr-types aren't equal. I tried it e.g. this way:

create function MyStoredProc(@name nvarchar(30)) RETURNS uniqueidentifier as external name [MyAssembly].[MyClass].[MyStoredProc]

In my c#-code I see that the implemented storedprocedure MyStoredProc has an output parameter with type of SqlGuid (which is a uniqueidentifier (I think)).

I have also another stored procedure that hasn't any output parameter, but which return value should I specify there ? NULL doesn't work
GeneralRe: Deploy StoredProcedures written in C#/.NET Pin
Pete O'Hanlon2-Jan-07 22:54
mvePete O'Hanlon2-Jan-07 22:54 
GeneralRe: Deploy StoredProcedures written in C#/.NET Pin
FreeCastle5-Jan-07 9:11
FreeCastle5-Jan-07 9:11 
QuestionHow to create trigger Pin
Sasmi2-Jan-07 0:08
Sasmi2-Jan-07 0:08 
AnswerRe: How to create trigger Pin
Pete O'Hanlon2-Jan-07 2:25
mvePete O'Hanlon2-Jan-07 2:25 
QuestionPL-SQL Command. Pin
Tuwing.Sabado1-Jan-07 20:35
Tuwing.Sabado1-Jan-07 20:35 
AnswerRe: PL-SQL Command. Pin
PIEBALDconsult3-Jan-07 10:51
mvePIEBALDconsult3-Jan-07 10:51 
QuestionDatabase module in DLL?? Pin
mothewizard1-Jan-07 9:56
mothewizard1-Jan-07 9:56 
QuestionINSERT in c# SQL Pin
groundzero1111-Jan-07 6:59
groundzero1111-Jan-07 6:59 
AnswerRe: INSERT in c# SQL Pin
Colin Angus Mackay1-Jan-07 8:36
Colin Angus Mackay1-Jan-07 8:36 
GeneralRe: INSERT in c# SQL Pin
groundzero1111-Jan-07 20:41
groundzero1111-Jan-07 20:41 
GeneralRe: INSERT in c# SQL Pin
Pete O'Hanlon1-Jan-07 22:39
mvePete O'Hanlon1-Jan-07 22:39 
QuestionWhat is the keyword for record no Pin
prithaa1-Jan-07 0:16
prithaa1-Jan-07 0:16 
AnswerRe: What is the keyword for record no Pin
Uri Lavi1-Jan-07 0:37
Uri Lavi1-Jan-07 0:37 
GeneralRe: What is the keyword for record no Pin
prithaa1-Jan-07 0:54
prithaa1-Jan-07 0:54 
Questionpreventing delete of parent Pin
keroed_edmond31-Dec-06 7:16
keroed_edmond31-Dec-06 7:16 
AnswerRe: preventing delete of parent Pin
Pete O'Hanlon31-Dec-06 9:12
mvePete O'Hanlon31-Dec-06 9:12 
QuestionBest Practice For multiple Output Parameters Pin
Amit Kumar G31-Dec-06 3:10
Amit Kumar G31-Dec-06 3:10 

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.