Click here to Skip to main content
15,926,507 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to convert RSA public key into Base64 Encoded string Pin
vij200525-May-06 0:28
vij200525-May-06 0:28 
QuestionHow to preview Report without using crystel reports and export it to any format Pin
nick_net124-May-06 23:27
nick_net124-May-06 23:27 
AnswerRe: How to preview Report without using crystel reports and export it to any format Pin
Leeland25-May-06 4:37
Leeland25-May-06 4:37 
AnswerRe: How to preview Report without using crystel reports and export it to any format [modified] Pin
Robo1626-May-06 7:11
Robo1626-May-06 7:11 
QuestionRPC problem Pin
nitin_ion24-May-06 23:10
nitin_ion24-May-06 23:10 
AnswerRe: RPC problem Pin
Leeland25-May-06 8:44
Leeland25-May-06 8:44 
GeneralRe: RPC problem Pin
nitin_ion25-May-06 20:12
nitin_ion25-May-06 20:12 
Questionhow to get the list Parameters collection of Stored Procedures Pin
Harshad Pednekar24-May-06 23:08
Harshad Pednekar24-May-06 23:08 
Hi, Friends
what i have is 1 application in that i run so many stored procedures, but now i have to set parameters to them, that is also i can do but every time i have to set thos parameters acording to the store porcedures


what i want is, if i can list in my program that to 1 procedure how many params r their and put it in any arrey or some thing like that so dinamicaly i can add thos param b 4 running the procedures


For Exam:
SP_SelectEmployee <@EmpId>

in the coding i have to wirte

objCommand = new OleDbCommand(SP_SelectEmployee,objConnection);
objCommand.CommandType=CommandType.StoredProcedure;

param1=SetParameter("@EmpId",OleDbType.VarChar,strKey1.Length);

this is the way i have to set the datatype every time and it lenght so what i want is that if i can get the parameters required and it lenght in an array or in some list so that i can pass thos params same which i want not just wage param type

Please Help Me GaysCry | :((



Harshad Pednekar
AnswerRe: how to get the list Parameters collection of Stored Procedures Pin
vij200525-May-06 0:34
vij200525-May-06 0:34 
QuestionRe: how to get the list Parameters collection of Stored Procedures Pin
Harshad Pednekar25-May-06 20:44
Harshad Pednekar25-May-06 20:44 
QuestionMS ACCESS DataBase [modified] Pin
himuskanhere24-May-06 20:19
himuskanhere24-May-06 20:19 
AnswerRe: MS ACCESS DataBase [modified] Pin
Nibu babu thomas24-May-06 23:33
Nibu babu thomas24-May-06 23:33 
AnswerRe: MS ACCESS DataBase [modified] Pin
J4amieC24-May-06 23:38
J4amieC24-May-06 23:38 
QuestionShow Tab. Pin
isfufushah24-May-06 18:55
isfufushah24-May-06 18:55 
AnswerRe: Show Tab. Pin
Christian Graus24-May-06 23:15
protectorChristian Graus24-May-06 23:15 
QuestionRe: Show Tab. Pin
isfufushah25-May-06 0:03
isfufushah25-May-06 0:03 
AnswerRe: Show Tab. Pin
Christian Graus25-May-06 0:44
protectorChristian Graus25-May-06 0:44 
GeneralRe: Show Tab. Pin
isfufushah25-May-06 2:39
isfufushah25-May-06 2:39 
GeneralRe: Show Tab. [modified] Pin
J4amieC25-May-06 2:43
J4amieC25-May-06 2:43 
QuestionMultiThread Pin
codeadair24-May-06 18:00
codeadair24-May-06 18:00 
AnswerRe: MultiThread Pin
Nibu babu thomas24-May-06 23:34
Nibu babu thomas24-May-06 23:34 
GeneralRe: MultiThread Pin
codeadair24-May-06 23:44
codeadair24-May-06 23:44 
GeneralRe: MultiThread Pin
Nibu babu thomas24-May-06 23:52
Nibu babu thomas24-May-06 23:52 
GeneralRe: MultiThread [modified] Pin
codeadair25-May-06 0:10
codeadair25-May-06 0:10 
GeneralRe: MultiThread [modified] Pin
Nibu babu thomas25-May-06 0:16
Nibu babu thomas25-May-06 0:16 

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.