Here ya go, discuss.
15 whole keywords to learn and love. Designed pretty much for the "n00b" in mind.
15 whole keywords to learn and love. Designed pretty much for the "n00b" in mind.
Originally posted by: Dhaval00
I might get blasted, but I don't think GOTO statements, in general, are a bad thing. I use them occasionally in my SQL scripts [especially when making calls from within Integration Services] to skip processing blocks and prevent the DB engine from estimating a execution plan. The net effect in this case is that the scripts execute faster. It may not be viable on smaller tables, but the trick is quite effective on tables that contain millions of rows and in scripts that must make use of temporary tables or table variables.
Originally posted by: Crusty
Originally posted by: Dhaval00
I might get blasted, but I don't think GOTO statements, in general, are a bad thing. I use them occasionally in my SQL scripts [especially when making calls from within Integration Services] to skip processing blocks and prevent the DB engine from estimating a execution plan. The net effect in this case is that the scripts execute faster. It may not be viable on smaller tables, but the trick is quite effective on tables that contain millions of rows and in scripts that must make use of temporary tables or table variables.
That's one thing, but using GOTO to control the flow of your program is wrong on so many levels!
Originally posted by: Dhaval00
I might get blasted, but I don't think GOTO statements, in general, are a bad thing. I use them occasionally in my SQL scripts [especially when making calls from within Integration Services] to skip processing blocks and prevent the DB engine from estimating a execution plan. The net effect in this case is that the scripts execute faster. It may not be viable on smaller tables, but the trick is quite effective on tables that contain millions of rows and in scripts that must make use of temporary tables or table variables.
Originally posted by: Journer
why would anyone be creating new programs in VB still? C# is better in almost every way, no?
Small Basic is intended for beginners that want to learn programming. In our internal trials we've had success with kids between the ages of 10 and 16. However, it's not limited to just kids; even adults that had an inclination to programming have found Small Basic very helpful in taking that first step.
