Featured Article

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

Using the express versions of sql servers

... 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...)