Click here to Skip to main content
15,909,325 members
Home / Discussions / Database
   

Database

 
AnswerRe: Need a way to jump to record. [modified] Pin
PyroManiak27-Jun-06 10:41
PyroManiak27-Jun-06 10:41 
GeneralRe: Need a way to jump to record. Pin
Alexander Wiseman27-Jun-06 11:51
Alexander Wiseman27-Jun-06 11:51 
GeneralRe: Need a way to jump to record. [modified] Pin
PyroManiak27-Jun-06 13:10
PyroManiak27-Jun-06 13:10 
GeneralRe: Need a way to jump to record. [modified] Pin
PyroManiak27-Jun-06 13:39
PyroManiak27-Jun-06 13:39 
GeneralOT Pin
Colin Angus Mackay27-Jun-06 20:51
Colin Angus Mackay27-Jun-06 20:51 
GeneralRe: OT Pin
PyroManiak28-Jun-06 6:24
PyroManiak28-Jun-06 6:24 
QuestionStored proc call - passing a parameter [modified] Pin
IMC200627-Jun-06 7:15
IMC200627-Jun-06 7:15 
AnswerRe: Stored proc call - passing a parameter Pin
Elina Blank27-Jun-06 8:02
sitebuilderElina Blank27-Jun-06 8:02 
Add parameter to your procedure:

yourSP.Parameters.Add(ParamName, SqlParamType, length); //length is optional

Pass value to the param
yourSP.Parameters[ParamName].Value = ParamValue;


Sincerely,
Elina

Life is great!!!
Enjoy every moment of it! Blush | :O
Questionscripts not single statements - ORACLE Pin
Malcolm Smart27-Jun-06 3:59
Malcolm Smart27-Jun-06 3:59 
QuestionIntegration... Pin
d24k104d26-Jun-06 15:05
d24k104d26-Jun-06 15:05 
AnswerRe: Integration... Pin
Paul Conrad26-Jun-06 18:35
professionalPaul Conrad26-Jun-06 18:35 
Question[Message Deleted] Pin
PyroManiak26-Jun-06 10:53
PyroManiak26-Jun-06 10:53 
AnswerRe: Open "Edit" form based on SQL item? Pin
Colin Angus Mackay27-Jun-06 4:33
Colin Angus Mackay27-Jun-06 4:33 
GeneralRe: Open "Edit" form based on SQL item? Pin
PyroManiak27-Jun-06 6:11
PyroManiak27-Jun-06 6:11 
GeneralRe: Open "Edit" form based on SQL item? Pin
Colin Angus Mackay27-Jun-06 12:27
Colin Angus Mackay27-Jun-06 12:27 
AnswerRe: Open "Edit" form based on SQL item? Pin
Colin Angus Mackay27-Jun-06 12:47
Colin Angus Mackay27-Jun-06 12:47 
GeneralRe: Open "Edit" form based on SQL item? Pin
PyroManiak27-Jun-06 12:58
PyroManiak27-Jun-06 12:58 
GeneralRe: Open "Edit" form based on SQL item? Pin
PyroManiak27-Jun-06 13:08
PyroManiak27-Jun-06 13:08 
GeneralRe: Open "Edit" form based on SQL item? Pin
Colin Angus Mackay27-Jun-06 13:27
Colin Angus Mackay27-Jun-06 13:27 
QuestionSQL Server Function Call [modified] Pin
tadhg8826-Jun-06 3:16
tadhg8826-Jun-06 3:16 
AnswerOT Pin
Colin Angus Mackay27-Jun-06 4:37
Colin Angus Mackay27-Jun-06 4:37 
GeneralRe: OT Pin
tadhg8827-Jun-06 5:06
tadhg8827-Jun-06 5:06 
GeneralRe: OT Pin
Colin Angus Mackay27-Jun-06 5:12
Colin Angus Mackay27-Jun-06 5:12 
GeneralRe: OT Pin
tadhg8827-Jun-06 6:00
tadhg8827-Jun-06 6:00 
GeneralRe: OT Pin
Eric Dahlvang27-Jun-06 9:19
Eric Dahlvang27-Jun-06 9:19 

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.