Dear ALL ,
So i can use sql server without defining tables , and if i want to use it
, after i make the connection string i can use db.executesql("RAW SQL")
?? is that true ??best regards, On Mon, Aug 13, 2012 at 4:16 AM, pbreit <[email protected]> wrote: > In order to use DAL query syntax, you have to define the tables. > > -- > > > > --

