That should not happen this way. DbMetal is supposed to work, and works correctly with our test database.Can you help? 1. You could check if MySQL logs an error. 2. Then you could try to debug DbMetal with its source and see what happens.
Thanks, Pascal. On Tue, Sep 23, 2008 at 00:10, bryan costanich <[EMAIL PROTECTED]>wrote: > > I used DbMetal to create my DBML file, it created without error, but > it didn't include any of the column definitions. just the tables. did > i do something wrong, or is it just not working yet? this is what it > looks like: > > <?xml version="1.0"?> > <Database xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > Name="TixSmartLocalBoxOffice" > EntityNamespace="TixSmart.BoxOffice.Local.DL" > ContextNamespace="TixSmart.BoxOffice.Local.DL" > Class="TixSmartLocalBoxOffice" BaseType="DbLinq.Data.Linq.DataContext" > Provider="MySql" xmlns="http://schemas.microsoft.com/linqtosql/dbml/ > 2007"> > <Table Name="tixsmartlocalboxoffice.boxoffice" Member="BoxOffices"> > <Type Name="BoxOffice" /> > </Table> > <Table Name="tixsmartlocalboxoffice.boxofficeeventaudit" > Member="BoxOfficeEventAudits"> > <Type Name="BoxOfficeEventAudit" /> > </Table> > .......[other tables omitted] > </Database> > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
