write a complete method that read a text file full of integer. you must do this
1)store the integer into A database named "Numbers" if number does not exists
or
2) increase the numbers frequency if it exists
Then you should display the entire content of the database on the screen.
Assume database has the following fields:
Number(integer) Freq(int)
you can assume that a condition to database is already existenced and is referenced by "Msconnection"
Comments
Leave a comment