Click here to Skip to main content
15,897,226 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: .Net Control similar to Excel Text Wizard Pin
Eddy Vluggen5-Sep-12 23:53
professionalEddy Vluggen5-Sep-12 23:53 
GeneralRe: .Net Control similar to Excel Text Wizard Pin
Member 77438056-Sep-12 2:32
Member 77438056-Sep-12 2:32 
GeneralRe: .Net Control similar to Excel Text Wizard Pin
Eddy Vluggen6-Sep-12 2:50
professionalEddy Vluggen6-Sep-12 2:50 
QuestionHow to Pass Parameter to Report Viewer ( vb.net 2010 ) ? Pin
sali224-Sep-12 20:58
sali224-Sep-12 20:58 
QuestionQuestion About this Function Pin
CHACAMAN3-Sep-12 11:30
CHACAMAN3-Sep-12 11:30 
AnswerRe: Question About this Function Pin
Dave Kreskowiak3-Sep-12 12:43
mveDave Kreskowiak3-Sep-12 12:43 
GeneralRe: Question About this Function Pin
CHACAMAN3-Sep-12 13:43
CHACAMAN3-Sep-12 13:43 
GeneralRe: Question About this Function Pin
CHACAMAN3-Sep-12 15:25
CHACAMAN3-Sep-12 15:25 
look this my array

Function OracleQuerys(ByVal orasql_query As String, ByVal ORAVALUEA As String, ByVal ORAVALUEB As String, ByVal ORAVALUEC As String, ByVal ORAVALUED As String) As ArrayList
       Try
           Dim OracleGetInfo As ArrayList = New ArrayList
           orasql_querys = orasql_query
           oracle_cmd_command = New OracleCommand(orasql_query, conoracle)
           oracle_data_reader = oracle_cmd_command.ExecuteReader
           While oracle_data_reader.Read()
               OracleGetInfo.Add(oracle_data_reader(ORAVALUEA))
               OracleGetInfo.Add(oracle_data_reader(ORAVALUEB))
               OracleGetInfo.Add(oracle_data_reader(ORAVALUEC))
               OracleGetInfo.Add(oracle_data_reader(ORAVALUED))
           End While
           Return OracleGetInfo
       Catch ex As Exception
           Console.WriteLine(ex.Message)
       End Try
       oracle_data_reader.Close()
   End Function


i get the Data in the fills but how i can pass for example to varible call Name? on on ORAVALUEA

Thanks for your time and help
GeneralRe: Question About this Function Pin
Dave Kreskowiak4-Sep-12 9:34
mveDave Kreskowiak4-Sep-12 9:34 
GeneralRe: Question About this Function Pin
CHACAMAN4-Sep-12 12:06
CHACAMAN4-Sep-12 12:06 
QuestionFill Datagridview in one form From Another Datagridview Form Pin
Member 16002102-Sep-12 23:03
Member 16002102-Sep-12 23:03 
AnswerRe: Fill Datagridview in one form From Another Datagridview Form Pin
Sonhospa3-Sep-12 6:31
Sonhospa3-Sep-12 6:31 
AnswerRe: Fill Datagridview in one form From Another Datagridview Form Pin
wkalo5-Sep-12 9:33
wkalo5-Sep-12 9:33 
QuestionText_Changed Calculation error Pin
garyu871-Sep-12 20:24
garyu871-Sep-12 20:24 
AnswerRe: Text_Changed Calculation error Pin
garyu871-Sep-12 21:48
garyu871-Sep-12 21:48 
QuestionSecuring Local Files [Solved] Pin
Saul Johnson1-Sep-12 11:59
Saul Johnson1-Sep-12 11:59 
AnswerRe: Securing Local Files Pin
AspDotNetDev1-Sep-12 15:26
protectorAspDotNetDev1-Sep-12 15:26 
GeneralRe: Securing Local Files Pin
Saul Johnson1-Sep-12 23:13
Saul Johnson1-Sep-12 23:13 
GeneralRe: Securing Local Files Pin
dcu.lcr4-Sep-12 4:20
dcu.lcr4-Sep-12 4:20 
GeneralRe: Securing Local Files Pin
Eddy Vluggen4-Sep-12 5:16
professionalEddy Vluggen4-Sep-12 5:16 
GeneralRe: Securing Local Files Pin
dcu.lcr5-Sep-12 2:37
dcu.lcr5-Sep-12 2:37 
GeneralRe: Securing Local Files Pin
Eddy Vluggen5-Sep-12 3:22
professionalEddy Vluggen5-Sep-12 3:22 
AnswerRe: Securing Local Files Pin
Eddy Vluggen1-Sep-12 22:51
professionalEddy Vluggen1-Sep-12 22:51 
GeneralRe: Securing Local Files Pin
Saul Johnson1-Sep-12 23:18
Saul Johnson1-Sep-12 23:18 
GeneralRe: Securing Local Files Pin
Eddy Vluggen2-Sep-12 0:28
professionalEddy Vluggen2-Sep-12 0:28 

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.