[Mono-list] mBas now understands rootnamespace argument
Marco Ridoni
marco.ridoni@virgilio.it
Tue, 4 Feb 2003 00:42:56 +0100
>
> The rest of the code looks quite runnable for the current state of mbas
> generated code and vb.net runtime support in our class library.
>
It won't compile due to this line:
> > Dim reader As SqlDataReader
mBas still doesn't accept local var declarations inside a block, just move
it at the beginning of the Sub (VB6-style).
Please beware that I can't test the code right now, so I don't know if there
are other problems with it.
Marco