4 SQR Resolutions
It’s not New Year’s Eve, but I have some resolutions to use more of the rich features of SQR to write programs that are richly featured themselves. More Color My internal customers are so used to monochrome, monofont...
Read MorePosted by Steven Alexander | Aug 30, 2009 | Commands, Practices |
It’s not New Year’s Eve, but I have some resolutions to use more of the rich features of SQR to write programs that are richly featured themselves. More Color My internal customers are so used to monochrome, monofont...
Read MorePosted by Steven Alexander | Aug 23, 2009 | Algorithms |
Table-Driven programming is a technique that can make a program more easy to write or less easy to write, more clear or less clear, more maintainable or less maintainable. It can improve a program when we use it appropriately....
Read MorePosted by Steven Alexander | Aug 16, 2009 | Algorithms |
I wish SQL had a simple copy command. It would insert a new row into a table with almost all the values of an existing row of that table. Last week, we saw how to obtain data dictionary information from an Oracle database. This...
Read MorePosted by Steven Alexander | Aug 9, 2009 | Algorithms |
I wish SQL had a simple copy command. It would insert a new row into a table with almost all the values of an existing row of that table. How SQL and Meta-SQL Copy Now There are already ways to do this in SQL, but they’re...
Read MorePosted by Steven Alexander | Aug 2, 2009 | Algorithms |
Of course we can use arrays like tables. What else can we do? Use Arrays To Initialize Variables An array can be much more than a table with different features and functionality. It enables a variety of new algorithms. The...
Read More
Recent Comments