A simple eusql program
- Posted by Ron Austin <ronaustin at alltel.net> Oct 23, 2003
- 384 views
With the help of Matt and others I now have a simple program that adds records to a database and another simple program that retreives programs from a data base. Now what I need is a simple progam to demonstrate generating a report using a database. Matt was good enough to supply me with these 2 sql statements. I have no idea what to do with them. SELECT DESCRIPTION, CATEGORY FROM DIAG WHERE CODE LIKE [CODE] SELECT CODE, CATEGORY FROM DIAG WHERE DESCRIPTION LIKE [DESCRIPTION] I know the eusql database must be open, but how do you execute one of the above statements? And once you do execute the statement, how do you see the results?