Creating sql database by using Link???? [modified]
-
Hi, How can I create sql database by using Linq? Can you give me some links to see and investigate this subject? Best Regards Kemal Akkanat
modified on Monday, February 9, 2009 4:02 AM
-
Hi, How can I create sql database by using Linq? Can you give me some links to see and investigate this subject? Best Regards Kemal Akkanat
modified on Monday, February 9, 2009 4:02 AM
LINQ is for querying data (Language Integrated Query). Use SMO or SQLCommand to create databases.
Eslam Afifi
-
Hi, How can I create sql database by using Linq? Can you give me some links to see and investigate this subject? Best Regards Kemal Akkanat
modified on Monday, February 9, 2009 4:02 AM
You can use the CreateDatabase method on your data context. There are some limitations in doing this (i.e. if you are using stored procedures, these don't get created), but you can do it.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
-
You can use the CreateDatabase method on your data context. There are some limitations in doing this (i.e. if you are using stored procedures, these don't get created), but you can do it.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
Thanks for your reply.
-
Hi, How can I create sql database by using Linq? Can you give me some links to see and investigate this subject? Best Regards Kemal Akkanat
modified on Monday, February 9, 2009 4:02 AM