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

Database

 
GeneralRe: Primary Key Pin
Chris Meech23-Jul-03 2:45
Chris Meech23-Jul-03 2:45 
GeneralRe: Primary Key Pin
Jon Hulatt24-Jul-03 5:36
Jon Hulatt24-Jul-03 5:36 
Generalglobal DataSet Pin
haimon1522-Jul-03 8:19
haimon1522-Jul-03 8:19 
GeneralRe: global DataSet Pin
Arjan Einbu27-Jul-03 7:49
Arjan Einbu27-Jul-03 7:49 
Questionhow to get parameters into table Pin
don7cry21-Jul-03 3:12
don7cry21-Jul-03 3:12 
AnswerRe: how to get parameters into table Pin
Nino_121-Jul-03 18:33
Nino_121-Jul-03 18:33 
GeneralRe: how to get parameters into table Pin
don7cry22-Jul-03 0:48
don7cry22-Jul-03 0:48 
GeneralRe: how to get parameters into table Pin
Arjan Einbu22-Jul-03 1:32
Arjan Einbu22-Jul-03 1:32 
You can use sp_procedure_params_rowset 'your_procedurename_here'.
It returns a rowset containing the names, types and other info on the parameters that you procedure takes.

This is the SP that is used by MS in their Data Access Application Blocks (DAAB) for .NET and in earlier versions of ADO.
GeneralRe: how to get parameters into table Pin
don7cry22-Jul-03 4:34
don7cry22-Jul-03 4:34 
GeneralSearch the database; Pin
Bo Hunter20-Jul-03 12:17
Bo Hunter20-Jul-03 12:17 
GeneralRe: Search the database; Pin
Nino_120-Jul-03 15:57
Nino_120-Jul-03 15:57 
GeneralRe: Search the database; Pin
Ian Darling21-Jul-03 8:37
Ian Darling21-Jul-03 8:37 
GeneralRe: Search the database; Pin
Rein Hillmann23-Jul-03 6:01
Rein Hillmann23-Jul-03 6:01 
GeneralRe: Search the database; Pin
Ian Darling23-Jul-03 6:14
Ian Darling23-Jul-03 6:14 
GeneralAssign One ConnObj Pointer to another Pin
Johan_yo17-Jul-03 11:27
Johan_yo17-Jul-03 11:27 
GeneralCrystal Reports question Pin
lustuyck16-Jul-03 22:09
lustuyck16-Jul-03 22:09 
GeneralHelp with first Stored Procedure Pin
totig16-Jul-03 6:14
totig16-Jul-03 6:14 
GeneralRe: Help with first Stored Procedure Pin
Ian Darling17-Jul-03 1:03
Ian Darling17-Jul-03 1:03 
GeneralRe: Help with first Stored Procedure Pin
basementman17-Jul-03 5:05
basementman17-Jul-03 5:05 
GeneralAllow Zero Length Pin
Anthony988716-Jul-03 5:43
Anthony988716-Jul-03 5:43 
GeneralRe: Allow Zero Length Pin
Giles16-Jul-03 6:04
Giles16-Jul-03 6:04 
GeneralRe: Allow Zero Length Pin
Anthony988716-Jul-03 6:49
Anthony988716-Jul-03 6:49 
Generalsubmitting a ' in a string to sql Pin
DxSolo15-Jul-03 17:03
DxSolo15-Jul-03 17:03 
GeneralRe: submitting a ' in a string to sql Pin
Nino_115-Jul-03 17:22
Nino_115-Jul-03 17:22 
GeneralRe: submitting a ' in a string to sql Pin
DxSolo16-Jul-03 3:18
DxSolo16-Jul-03 3:18 

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.