Click here to Skip to main content
15,894,907 members

Comments by d2niraj (Top 4 by date)

d2niraj 17-Dec-12 5:17am View    
if disconnected & you re-upload the file.. It will start again. Nothing would be retained between different sessions
d2niraj 13-Dec-12 9:35am View    
when I said interop, it means it is as simple as referencing any dll in .Net project.

Here's the steps add dll,
-From the 'project' menu
-Select 'Add Reference'
-Select the 'COM' tab
-Select your dll and click OK

See following link
http://www.vb-helper.com/howto_net_use_vb6_dll.html
d2niraj 17-Oct-11 8:20am View    
In this case you have to check for value exists while adding to drop down. If value exists then skip else add to drop down.
d2niraj 17-Oct-11 3:26am View    
Use this statement:
select firstname from useretails where Convert(float,totalexperience) between 1 and 4

But i suggest to change the data type of column, if possible . As this type conversion is performance hit on every request.