Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...DNN Platform (o...DNN Platform (o...Linq ModuleLinq Module
Previous
 
Next
New Post
6/18/2008 11:35 AM
 

1) The objectQualifier is useful when you are given a single database in a shared SQL hosting environment, which is very common with entry level providers. Although many of us can afford the $2500 to $25,000+ SQL server license, many students and hobbyists still use a shared license.

To my knowledge, LINQ does not handle dynamic table names to support the objectQualifier at this time, and we really don’t know if it will in the future. You can hard code the actual table names including the objectQualifier but the code is not portable to other DNN installations. You need to replace all of the table names and recompile.

I would not recommend removing the objectQualifier from DNN as it would break existing installations. It only takes about an hour to remove an objectQualifier manually if you want to try it on a duplicated, backup up database.

I challenge the DNN community to write a SQL script to remove the objectQualifier automatically by renaming tables, stored procs, and a few views.

2) There is nothing easier than SQL Server Management Studio to create your database and tables using a graphical interface. When you have constructed your schema, you simply right click on the table and select script table|create and you can view the script needed to create your table. You can learn basic create table scripts in about 10 minutes.

LINQ is not a replacement for SQL, it simply maps to an existing SQL structure/schema.


Dwayne J. Baldwin
 
New Post
6/18/2008 2:04 PM
 

Hi Dwayne,

  1. Yes, you're right.
  2. Thank you very much for the tip, I will check it!

Best regards,
Dario Rossa

 
New Post
6/19/2008 8:37 PM
 
Linq amazing though I think there will still be a need to know SQL. Also while ling does away with simple stored procedure you can still use these for more complex operations and include them in the dbml file also. This makes it really awesome and mean no more of that annoying Controller and info class nonsense (Iknow its theoretically sound just annoying).



out of interest how much have people taxed Linq in developement has anyone here used or began to use it on a major developement?



John

John Nicholson
 
Previous
 
Next
HomeHomeDevelopment and...Development and...DNN Platform (o...DNN Platform (o...Linq ModuleLinq Module


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out