Hi,
I am new to database programming and new to DbLinq. I figured I'd use
DbLinq as I need to use MySql and would like to support other
databases as well.
On the net I've found the following piece of code to create a database
from a .dbml file:
StudioMorphDBDataContext dc = new StudioMorphDBDataContext();
dc.CreateDatabase();
I need to be able to create my databases from DBML. But the above
code does not appear to work: I only get an internal error about the
code not being implemented when I invoke the CreateDatabase() or
DeleteDatabase() methods of the derived class of DataContext().
Any suggestions? Any plans to add this feature to DbLinq?
The problem is that I need to be able to create the databases, the
tables, and any constraints upon deployment.
Sincerely,
Mikael Lyngvig
--
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.