Featured Article: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m (Featuring Eddy Kleinjan :P)
mNo edit summary
Line 1: Line 1:
'''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.
... 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.




('''[[ExpressConnectivity|more...]]''')
('''[[ExpressConnectivity|more...]]''')

Revision as of 12:12, 5 September 2008

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