Using Hash Table

knockyo

Well-known member
Joined
Sep 20, 2006
Messages
78
Programming Experience
1-3
How can we create Hash table, after that passing each of the value into MSSQL database?

Is that same with datatable?

can show me some guideline?
 
we dont really use hashtables for this..

hashTable.GetValues()

will get the values in a hashtable.. nothing to do with databases though..



can you give some more info about what youre trying to do?
 
actually this is just my idea using hash table...

because i dont know the different between hash table and datatable

:D
 
if a datatable were an excel spreadsheet, a hashtable would be a french-english dictionary file for use in your point-n-click-translator software
or, in real world terms
if a datatable was the tv listings section of the newspaper, the hashtable would be the oxford english dictionary

different purpose entirely!
 
Back
Top