Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/30/10 12:36
Read: times


 
#180348 - Delphi
Responding to: ???'s previous message
Hi Richard,
One of the reasons is I can write high speed programs, that interface directly into MySQL databases....in about five lines of code.
This is the bit that does the differentiation.
 WITH Mytable1 DO
     BEGIN
       tmp1:=0; tmp2:=0;
       first;
       while not EOF do
        BEGIN
         edit;
         Fields[2].Value:=fields[1].Value - tmp1;
         Fields[3].Value:=Fields[2].value - tmp2;
         tmp1:=fields[1].Value;
         tmp2:=Fields[2].Value;
         next;
       END;
     END;
 


That is AUTOMATICALLY passed to the bought-in graphing component that delivered the screenshots above. So the development was:
Drop in database component.
Link table to datasource.
Drop in graph component.
Link datasource to graph.
Add code above.

...took about 20 minutes. I love Delphi.

Steve



List of 32 messages in thread
TopicAuthorDate
Data analysis            01/01/70 00:00      
   Mean Peaks            01/01/70 00:00      
      Peaks            01/01/70 00:00      
         Peaks            01/01/70 00:00      
            Many thanks.            01/01/70 00:00      
            first principles            01/01/70 00:00      
               Or capture end flank            01/01/70 00:00      
                  Thanks            01/01/70 00:00      
   You know what? A lot of guys doing useful work with PC's ..            01/01/70 00:00      
      Delphi            01/01/70 00:00      
         Delphi compiler            01/01/70 00:00      
            Delphi            01/01/70 00:00      
               Borland -> CodeGear -> Embarcadero            01/01/70 00:00      
                  yes...indeed            01/01/70 00:00      
                     Not entirely            01/01/70 00:00      
                        only?            01/01/70 00:00      
                           CodeWright            01/01/70 00:00      
                              They are just stupid            01/01/70 00:00      
                                 Borland collected            01/01/70 00:00      
                                    Verity Stob            01/01/70 00:00      
                                       Good one            01/01/70 00:00      
                                          Read her "Best of"            01/01/70 00:00      
                              Codewright            01/01/70 00:00      
                                 RE: what kind Codewright?            01/01/70 00:00      
                                    what a nice programmer            01/01/70 00:00      
                                       HUH?            01/01/70 00:00      
                              CodeWright - still available?            01/01/70 00:00      
                                 CodeWright available from embarcedero ...            01/01/70 00:00      
                                    How do they justify that??!            01/01/70 00:00      
                                       Corporate decision            01/01/70 00:00      
         Version?            01/01/70 00:00      
            2010            01/01/70 00:00      

Back to Subject List