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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsGeeting data from another databaseGeeting data from another database
Previous
 
Next
New Post
4/5/2007 9:20 AM
 

Hi all,

How do I display data from a another MS SQL database into the reports module. I have a database called intranet and it has a table called Staff contact details. what would be the SQL script to call the data from the table?

any thanks,

skips

 
New Post
4/5/2007 9:40 AM
 
This is not something the Reports module supports natively, but it is a feature that is high on the roadmap for the next major release (there is currently one in the pipeline that should be out soon, this feature will be in the one after that). However, you might be able to "hack" around that limitation by using some SQL tricks, for example, you may be able the use the "USE" command to change to that database like so:

USE Intranet
GO
SELECT .... FROM Staff....
GO

That might allow you to access the other database, but I can't guarantee it. As I said, the "version 5.0" release (not the one currently in the pipeline but the next release) is planned to have a feature called the Data Source Framework, which will allow you to select from many built-in and third-party provided Data Sources such as other databases on the current SQL Server, other SQL Servers, Oracle Servers, MySQL, XML, etc.

Andrew Nurse
DotNetNuke Core Team Member and Reports Module Project Lead
Microsoft Certified Professional Developer

 
New Post
4/5/2007 9:52 AM
 
many thanks for your reply, i will give it a go and see how it goes. Is there another way to get the data though.
 
New Post
4/5/2007 11:38 AM
 
That is the only way to do this in the current version, assuming it works.

Andrew Nurse
DotNetNuke Core Team Member and Reports Module Project Lead
Microsoft Certified Professional Developer

 
New Post
4/13/2007 10:34 AM
 

I tried the query that you mentioned and it doesn't like the 'GO'  keyword.  But this works

USE Northwind Select * from Categories

Sunil

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsGeeting data from another databaseGeeting data from another database


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