Featured Article

From DataFlex Wiki
Revision as of 12:11, 5 September 2008 by Jka (talk | contribs) (Featuring Eddy Kleinjan :P)
Jump to navigationJump to search

... sample code that fills up a 2-column grid with data which is retrieved from a SQL Server backend using a SQL Statement that is dynamically created. Note that it uses the existing connection from an already opened table called Customer. This way you don't have to make the connection with the SQL Server yourself and it is more maintenance friendly in case the tables get move over to a different server or database.


(more...)