Click here to Skip to main content
15,915,172 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionLoading sql record into a variable Pin
tazbird9-Jul-07 11:28
tazbird9-Jul-07 11:28 
AnswerRe: Loading sql record into a variable Pin
Luc Pattyn9-Jul-07 11:52
sitebuilderLuc Pattyn9-Jul-07 11:52 
GeneralRe: Loading sql record into a variable Pin
MidwestLimey9-Jul-07 12:49
professionalMidwestLimey9-Jul-07 12:49 
GeneralRe: Loading sql record into a variable Pin
Luc Pattyn9-Jul-07 13:09
sitebuilderLuc Pattyn9-Jul-07 13:09 
GeneralRe: Loading sql record into a variable Pin
MidwestLimey10-Jul-07 4:45
professionalMidwestLimey10-Jul-07 4:45 
JokeRe: Loading sql record into a variable Pin
MidwestLimey9-Jul-07 12:51
professionalMidwestLimey9-Jul-07 12:51 
GeneralRe: Loading sql record into a variable Pin
tazbird9-Jul-07 13:58
tazbird9-Jul-07 13:58 
GeneralRe: Loading sql record into a variable Pin
Luc Pattyn9-Jul-07 14:53
sitebuilderLuc Pattyn9-Jul-07 14:53 
Hi,

I did not intend to offend you, but so many questions seem to be asked because
asking looks simpler than searching...

I am not a database programmer (nor fluent in VB), this is a pattern (in C#) that
I encountered in many articles and discussions (I do read a lot of them):

for a DataSet ds the j-th field in row i can be accessed (read/written) by
ds.Tables["tableName"].Rows[i].ItemArray[j]

I am confident you know how to translate it to VB syntax.

I have never used it, but I do hope this helps. If not, maybe you should
post a new question, this time in the SQL/ADO.NET forum ...

Smile | :)




GeneralRe: Loading sql record into a variable Pin
tazbird9-Jul-07 16:02
tazbird9-Jul-07 16:02 
QuestionPassword Recovery? Pin
shrihit9-Jul-07 10:28
shrihit9-Jul-07 10:28 
AnswerRe: Password Recovery? Pin
Christian Graus9-Jul-07 15:32
protectorChristian Graus9-Jul-07 15:32 
AnswerRe: Password Recovery? Pin
Sathesh Sakthivel9-Jul-07 15:45
Sathesh Sakthivel9-Jul-07 15:45 
GeneralRe: Password Recovery? Pin
shrihit10-Jul-07 3:13
shrihit10-Jul-07 3:13 
QuestionHow to block the record Delete when canceled? Pin
Richard Jones9-Jul-07 9:14
Richard Jones9-Jul-07 9:14 
AnswerRe: How to block the record Delete when canceled? Pin
The ANZAC9-Jul-07 12:57
The ANZAC9-Jul-07 12:57 
GeneralRe: How to block the record Delete when canceled? Pin
Richard Jones10-Jul-07 1:48
Richard Jones10-Jul-07 1:48 
AnswerRe: How to block the record Delete when canceled? Pin
Richard Jones10-Jul-07 3:13
Richard Jones10-Jul-07 3:13 
QuestionUsing ContextMenus Pin
Cory Kimble9-Jul-07 6:47
Cory Kimble9-Jul-07 6:47 
AnswerRe: Using ContextMenus Pin
Luc Pattyn9-Jul-07 7:15
sitebuilderLuc Pattyn9-Jul-07 7:15 
GeneralRe: Using ContextMenus Pin
Cory Kimble9-Jul-07 9:31
Cory Kimble9-Jul-07 9:31 
GeneralRe: Using ContextMenus Pin
Luc Pattyn9-Jul-07 10:03
sitebuilderLuc Pattyn9-Jul-07 10:03 
GeneralRe: Using ContextMenus Pin
Cory Kimble10-Jul-07 10:19
Cory Kimble10-Jul-07 10:19 
GeneralRe: Using ContextMenus Pin
Luc Pattyn10-Jul-07 12:30
sitebuilderLuc Pattyn10-Jul-07 12:30 
QuestionCrystal Report, Print Document and Report Viewer Pin
Assaf829-Jul-07 6:46
Assaf829-Jul-07 6:46 
QuestionWorking with MS Word through VBA/MS Access Pin
reegan419-Jul-07 5:49
reegan419-Jul-07 5:49 

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.