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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Multiple DataSources within Single DataBindMultiple DataSources within Single DataBind
Previous
 
Next
New Post
10/17/2007 7:34 PM
 

I am going Nuts! Please Help me figure out how to connect to an external database. I have tried everything I can think of and I keep getting the same error. From debugging I can see that I either hook up directly to the default database or to nothing at all. I can't seem to figure out how to do this.

Here is what I have tried so far:

#1) In my sqlDataProvider.vb -

Dim objProvider As Framework.Providers.Provider = CType(_providerConfiguration.Providers(_providerConfiguration.DefaultProvider), Framework.Providers.Provider) changed to  Dim objProvider As Framework.Providers.Provider = CType(_providerConfiguration.Providers("myConnect), Framework.Providers.Provider)                   

Did not work.

So, then I put that back to the original setting and did the following:

#2)I added the following to the web.config file

<

sectionGroup name="dotnetnuke">

<

 

section name="asnmodules" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>

and then I added this under </data>

<!--

<

<

<

<

This custom area is to hook up to external databases-->asnmodules defaultProvider="SqlDataProvider">providers>clear />add name="SqlDataProvider"

 

type="DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider"

 

connectionString="Data Source=ASN-SQL1\TEST;Initial Catalog=AutosoftOffice;Integrated Security=True"

 

upgradeConnectionString=""

 

providerPath="~\Providers\DataProviders\SqlDataProvider\"

 

objectQualifier=""

 

</

</

<!--

 

Private

 

' dynamically create provider

 

objProvider =

 

 

can someone PLEASE help save my sanity (and hair) and show me how to make a valid connection to an external database. BTW, I want to be able to use this from teh DAL. Thanks so much!

Private Shared Sub CreateProvider()CType(Framework.Reflection.CreateObject("asnmodules", "AutoSoftNET.PRCO", ""), DataProvider)    (also originally "data")End Sub
Const ProviderType As String = "asnmodules"("asnmodules" was originally "data")              I also made this change to the dataProvider.vb:
databaseOwner="dbo" />providers>asnmodules>End CustomData-->


Check out the open source DNN Testimonials project on CodePlex and help build it!
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Multiple DataSources within Single DataBindMultiple DataSources within Single DataBind


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