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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Object QualifiersObject Qualifiers
Previous
 
Next
New Post
12/12/2006 2:41 PM
 

If it is a custom module, then you may be able to change the SQL script that comes with it so that it does not use the objectQualifier token.

Just search in the script and remove it.  I would test this out in a non-production environment first though.


DotNetNuke Modules from Snapsis.com
 
New Post
12/12/2006 4:24 PM
 

The problem is then you can't use the DAL+ method for module creation. It will look for the object qualifier. I posted about that problem here.

 
New Post
12/12/2006 4:40 PM
 

 

I'm not up to speed on the DAL+, but if you are developing your own dataprovider you can have it work however you like.

From reading that other thread it looks like you were close to doing that.

 


DotNetNuke Modules from Snapsis.com
 
New Post
12/12/2006 4:55 PM
 
ech01 wrote

The problem is then you can't use the DAL+ method for module creation. It will look for the object qualifier. I posted about that problem here.

I have been following the other thread and I was waiting for you guys to figure that one out :) However, I'm not sure if this statement is talking about the same thing.

The DAL+ works great with the object qualifier that is set for the current instance of the DotNetNuke site. Now I did not have any examples in my tutorials and I realized the omission when I was using the DAL+ for the FotoVision Module. So if you download the FotoVision module and look at the "controller.vb" file you will see the proper use of the DAL+ using object qualifiers.



Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
New Post
12/12/2006 5:12 PM
 

From this I can overright the default objectQualifier, correct? Instead of using the default "dnn_", I can change the property to "new_" or even "".

Ahhh yeah.....

I bet this is also how I can specify a different connection string too, from my other post. change the providerType from "data" to "newData".

Private Const ProviderType As String = "data"

 Private _providerConfiguration As Framework.Providers.ProviderConfiguration = Framework.Providers.ProviderConfiguration.GetProviderConfiguration(ProviderType)

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Object QualifiersObject Qualifiers


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