I'm using the DBPro free trial version and still determining if I should make a purchase. So far, I've a couple of questions:
1) Does it support the use of constants? Doesn't seem like it does.2) I've been having trouble splitting a long line of code. Something wrong with the compiler? I've something like this in my code:
WHILE (A AND B)
...
ENDWHILE
But if I split it like this:
WHILE (A AND _
B)
...
ENDWHILE
the compiler bitches about missing bracket. But when I paste this same piece of code (the one with the _ as the concatenating character) in VB, it compiles. Now, I've checked under the DBPro's Tool menu that the concatenation character is indeed the underscore.
So, can somebody tell me what's going on?
3) Is it true that all global variables have to be an array of size 1?
4) What do you all think of DBPro? Is it worth purchasing? Is their technical support good in terms of speed of response?
That's all for now. Thanks.