| | |
Coping dataset in array
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Sep 2007
Posts: 28
Reputation:
Solved Threads: 0
Hi!
I wish to copy the records in a dataset into an aary?
How is this possible?
Secondly, I would like to know whether using "=" operator while comparing is better or using an "in" operator is better
For example,putting the following in a for loop
Select city from empinfo where role = 'a' (puttng, 'b','c','d', and so on in place of 'a')
is better or
Select city from empinfo where role in ('a','b','c','d') is better
Ins hort, whish of the following would take less time??
I wish to copy the records in a dataset into an aary?
How is this possible?
Secondly, I would like to know whether using "=" operator while comparing is better or using an "in" operator is better
For example,putting the following in a for loop
Select city from empinfo where role = 'a' (puttng, 'b','c','d', and so on in place of 'a')
is better or
Select city from empinfo where role in ('a','b','c','d') is better
Ins hort, whish of the following would take less time??
![]() |
Similar Threads
- Array Distances (Python)
- Max size of Array (C++)
- compare 2 xml files with csharp (C#)
- Array limit (C)
- struct dynamic 2d array alloc (C)
- string to integer array transformation (C)
- Array (Visual Basic 4 / 5 / 6)
Other Threads in the VB.NET Forum
- Previous Thread: right click implementation through OS
- Next Thread: open folder
| Thread Tools | Search this Thread |
"crystal .net .net2005 2008 access add advanced application array assignment basic beginner box button buttons center click client code combo convert cpu data database datagrid datagridview designer dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees excel exists firewall forms html image images isnumericfuntioncall listview login map math memory mobile module msaccess mssqlbackend mysql navigate net number opacity pan picturebox picturebox2 port print printpreview record regex reports" reuse right-to-left save savedialog search serial socket sorting sql sqldatbase sqlserver storedprocedure string temp textbox timer txttoxmlconverter upload useraccounts usercontol usercontrol vb vb.net vb.nettoolboxvisualbasic2008sidebar vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web winsock wpf wrapingcode xml





