Hi,
this is what happens:

I created a dummy View on MySql, named Prova, that returns all the
records of a table;
Then I run DbMetal and it gave me the Prova class;
In my code I wrote the following:
            MyDC db = new MyDC();
            IQueryable<Prova> oProva = db.Prova;
What I'm expecting is a resultset with all the records of my Prova
table but it returns always an empy resultset.




On 13 Nov, 16:31, "Pascal Craponne" <[EMAIL PROTECTED]> wrote:
> Hi, could you give more details?
>
> On Thu, Nov 13, 2008 at 16:08, <[EMAIL PROTECTED]> wrote:
>
> > Hello, I'm using dbLinq 0.18 and I've built with DbMetal a .cs file of
> > a MySql db, hosted on Linux.
> > My db is composed by some tables and some views.
> > Now I can interact with tables but if I query a view I get always an
> > empy set.
>
> > There is an Issue on MySql Views?
> > Thanks
> > Oscar
>
> --
> Pascal.
>
> jabber/gtalk: [EMAIL PROTECTED]
> msn: [EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to