blah blah blah is here! blah blah » Close

0
votes
1 answers

How do you extract the most recent data from a datatable ?

Hi I am sort of new/relearning programming, and I am using Visual Studio 2008 C#. I am trying to grab the most recent data from a MS Access database table to import it to an Oracle database. I have a several key code portions that I need ...

0
votes
1 answers

about integers

q12
349

I have a file containing a number in its name. How do I extract that number and increment for each new file i make? For example, when i create a new file, the name of it will be [ztest_1_obs.txt]. [code] FileInfo[] fi = di.GetFiles(); ...

Feedback