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

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...SQL Query Not RunningSQL Query Not Running
Previous
 
Next
New Post
6/5/2014 10:57 AM
 

Hi, 

I'm new to DNN and am using Dynamic Forms to create a form on a page. I have a SQL driven drop down box that should pull information from the SQL database provided by DNN. However, every time I enter a query, I keep getting an error that says "error in SQL. Please check your query under Host/SQL," but the query runs as it should in SQL. If anyone help me, I'd greatly appreciate it! 

Thanks

Also, if it helps, the textbox fields work just fine with the SQL DB. Any information from them gets properly passed to the tables I created for them. The data goes into the database but I'm having trouble retrieving it from the database for the drop down boxes. 

 
New Post
6/5/2014 11:50 AM
 
do you have a sample of your query?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/5/2014 1:15 PM
 

Sure, the purpose of this query is to pull the state abbreviations from a table I have created.

SELECT State_Code AS QuestionOption, State_Code AS QuestionOptionValue FROM State;

 
New Post
6/5/2014 2:40 PM
 

If you created your Table and spocs, views ect. with using the {databaseOwner} and {objectQualifier} what is nessary if your module should run on all possible installations you have to use it on all calls and savings of a Table, spoc view, function.

So try (replace the paceholders {databaseOwner} and {objectQualifier} with the values of your web.config Settings.):

SELECT State_Code AS QuestionOption,

               State_Code AS QuestionOptionValue

FROM {databaseOwner}[{objectQualifier}State];

 
New Post
6/5/2014 2:56 PM
 

I didn't create them using {databaseOwner} and {objectQualifier}. The web.config file shows that there is no objectQualifier set. Also with the databaseOwner and objectQualifier included in query, the query won't even run in SQL. 

I keep getting the error message even if I include the databaseOwner from my web.config and a blank objectQualifier. 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...SQL Query Not RunningSQL Query Not Running


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