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...SQL and SQL Ser...SQL and SQL Ser...DNN6, SGSV and MySQLDNN6, SGSV and MySQL
Previous
 
Next
New Post
8/24/2011 5:15 PM
 
Hi,

I've been researching this subject on and off for some 6 months now but unable to find anything concrete which explains how I can implement a solution...

My Intranet site sits on a SQL Server database which hosts the user data and module data, however, I need to dynamically query upgrade/installation support calls contained in a MySQL database that our call logging system (Supportworks) uses. I will then display the data using the SGSV v5.10 module from Tressleworks (http://www.tressleworks.ca)

Can anyone explain how to connect to a MySQL database when I am already using a SQL Server database on the Intranet? I'm really puzzled on how to do this, so as much advice on this is hugely appreciated!

FYI - I don't have direct administrator access to the server, so I need to do as much as possible from the Intranet server.

Thank you in advance to anyone who can help me out with this.
 
New Post
8/24/2011 6:47 PM
 
Or maybe a better solution would be to create a Linked Server between the two databases?

If anyone has a better idea, I'm all ears!
 
New Post
8/24/2011 7:20 PM
 
Firstly I would suggest that you have a look at the onyatech reports module its costs a couple of dollars but is very functional.

http://www.onyaktech.com/Products/tab...

But more importantly it lets you connect to connection sources other than the default dotnetnuke connection source.  This is needed to connect to a different connection like a mysql server - which needs a couple of more items,

Firstly, - your SERVER will need to have a mysql odbc connector install onto it - this set of pages talk about this in detail.

http://dev.mysql.com/doc/refman/5.0/e...

Once this is installed you then create a new connection string in your sites web.config something like this ( you will need to set the server,database,username.password values to point to the right mysql database.

<add name="mysqlConnection" connectionString="DRIVER={MySQL ODBC 3.51 Driver};SERVER=server;;DATABASE=database;UID=username;PWD=password; OPTION=3" />

In theory - from this point on the onyaktech reports module will be able to access you mysql database

Westa
 
New Post
8/25/2011 7:07 AM
 
Hi Westa,

Thanks for your reply and suggestions.

After I posted this thread last night, I actually started to investigate the possibility of using a Linked Server to pull the data from MySQL via SQL Server and this morning after an hour or two's work, I have it sorted!

It's easy once you know how!!! hahaha.

Thanks again mate.
 
Previous
 
Next
HomeHomeDevelopment and...Development and...SQL and SQL Ser...SQL and SQL Ser...DNN6, SGSV and MySQLDNN6, SGSV and MySQL


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