954,219 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Coping dataset in array

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??

nice_true
Light Poster
28 posts since Sep 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You