right, but you will miss the beauty of the DAL. try creating the tables, it takes only a few minutes.
On Mon, Aug 13, 2012 at 7:15 AM, hasan alnator <[email protected]>wrote: > 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. >> >> -- >> >> >> >> > -- > > > > --

