Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Connecting to external DB - Oracle
Last Post 12-12-2011 05:18 AM by Kevin Cefalu. 4 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
JayUser is Offline
new to the springs
new to the springs
Posts:1
Avatar

--
03-29-2010 09:58 AM

     I seem to be having issues getting your module to be able to connect to an oracle database.  I already have several modules on my system which do support this.  They allow me to enter a connection string or the name of a connection string within web.config.  So, I already have a connection string setup in web.config that I know works.  Let's call it Production.

    So, when I enter Production Into the External Connection property for your module and click Generate Column Names, no column names are generated.  So, I checked my site error log and saw the following error message:

     

     

    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

    ExceptionGUID: c1cdd582-8f10-4b0d-a739-89a274f6fcfe

    InnerException: Invalid object name 'MY_TABLE'.

    FileName: 

    FileLineNumber: 0

    FileColumnNumber: 0

    Method: System.Data.SqlClient.SqlConnection.OnError

    StackTrace: 

    Message: DotNetNuke.Services.Exceptions.PageLoadException: Invalid object name 'MY_TABLE'. ---> System.Data.SqlClient.SqlException: Invalid object name 'MY_TABLE'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DataSprings.DNN.Modules.DynamicViews.Data.SqlDataProvider.DataSprings_RetrieveDynamicView(Int32 PortalID, Int32 intTableorQuery, String strTableOrQuery, String LimitResults, String strUserFilter, Int32 intUserID, String strDetailView) at DataSprings.DNN.Modules.DynamicViews.Business.DynamicViewsController.DataSprings_RetrieveDynamicView(Int32 PortalID, Int32 intTableorQuery, String strTableOrQuery, String LimitResults, String strUserFilter, Int32 intUserID, String strDetailView) at DataSprings.DNN.Modules.DynamicViews.Common.GetDynamicViewData(Int32 PortalID, Int32 intTableorQuery, String strTableOrQuery, Int32 TabId, Int32 ModuleID, String strUserFilter, Boolean blnTop1, Boolean blnGenerateColumns, String strPrimaryKey, Int32 intUserID, String strDetailView) at DataSprings.DNN.Modules.DynamicViews.Settings.cmdGenerateColumns_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

     

    Can anyone help with this?  I sure am hoping this module can operate with Oracle, as we use DNN for our corporate intranet and most of our inhouse databases are Oracle.

     

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    03-29-2010 11:19 AM
    HI, this has been fixed in the release version of Dynamic Views but the trial version won't be updated until the end of this week. -- David
    Kevin CefaluUser is Offline
    new to the springs
    new to the springs
    Posts:2
    Avatar

    --
    12-08-2011 04:40 PM
    Hey all, I am having zero luck at getting DF or DV to connect to an oracle database.  I am completely convinced i've got the right connection string, yet no luck...  Can someone please give me explicit instructions on how to connect to an oracle database?

    -Kevin Cefalu
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    12-09-2011 11:45 AM
    Hi Kevin,

    I know we added enhancements to allow for the "Free Form Query" which should support this... Does your query work under Host/SQL? I believe we discussed this with a client running into the problem this last week and I was letting him know that if its working under Host/SQL then it should work in our module (because we are using the exact same DNN SQL functions).

    Thanks,

    Chad
    Kevin CefaluUser is Offline
    new to the springs
    new to the springs
    Posts:2
    Avatar

    --
    12-12-2011 05:18 AM
    This doesn't quite answer my question.  I want to know exactly how its supposed to work.  If I could get a complete rundown of how oracle statements should be able to be run inside of DNN, then I'd be able to figure my situation out from there.
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi