Coping dataset in array

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Sep 2007
Posts: 28
Reputation: nice_true is an unknown quantity at this point 
Solved Threads: 0
nice_true nice_true is offline Offline
Light Poster

Coping dataset in array

 
0
  #1
Oct 4th, 2007
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??
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the VB.NET Forum


Views: 2946 | Replies: 0
Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC