Search

You searched for the word(s): userid:365149

Matching Posts

  • Re: Helps with Datarelations with Data Access Application block.

    I forgot to add in my message that inorder to access the tables you can do the following. ds.Tables["YourTableName"] or to access a row string something = ds.Tables["YourTableName"].Row[0].Column["City"].ToString();
    Posted to Microsoft Application Blocks (Forum) by jhenak on 6/24/2005
  • Re: Helps with Datarelations with Data Access Application block.

    Hmm, I don't think the problem is with the framework, it's more so a lack of experience with the DS class. Try this instead. You can then add a relationship between the 2 tables if one should exists. The .net documentation describes how to do this. I've also seen it in many of the publications provided about .net DataSet ds = new DataSet(); ds.Tables.Add("Country", DatabaseFactory.CreateDatabase().ExecuteDataSet(CommandType.Text, "select * from countries")); ds.Tables.Add("Cities", DatabaseFactory
    Posted to Microsoft Application Blocks (Forum) by jhenak on 6/23/2005
  • Re: The evolution of the Data Provider model

    I should be more clear, and for that I apologize, I meant for the discussion to be about the Data Provider Model's lacking functionality that is present in the ASP.net DataTable, DataRow, DataView Classes. Improvements that either mimic the asp.net classes, or can be portable to those classes would allow us module develeopers a greater degree of functionality. I suppose most people have already discovered other more suitable data access solutions such as Rodney's rather than address the issues at
    Posted to Core Framework (Forum) by jhenak on 6/22/2005
  • Re: Portal will not load after installing new skin

    One way you can test it is to load the skin using a non dnn aspx page. just register the skin as a control and place the control on the page, when it errors out you should see a useful error message.
    Posted to Core Framework (Forum) by jhenak on 6/22/2005
  • Re: The evolution of the Data Provider model

    Rodney, How does this relate to my original Question about the Data Provider pattern employed in the DNN core. I am not interested in discussing presentation layer solutions. I want to start a discussion focused on improving the way DNN and others are encouraged to access data using the Custom Business Objects, Business Object Controllers, and the DataProviders model. Please comment on my post or start a new thread to demonstrate your product. Back on topic, I propose that the DNN Data Provider model
    Posted to Core Framework (Forum) by jhenak on 6/22/2005
  • Re: The evolution of the Data Provider model

    The limits I'm experiencing are evident in the core DNN as well, if you take a look at the bugs in sorting/filtering/paging large lists of users the flaws I see are obvious. Has anyone found a way to take a filled CBO and filter a group of them without transfering the objects to datarows in memory?
    Posted to Core Framework (Forum) by jhenak on 6/21/2005
  • The evolution of the Data Provider model

    While learning to develop modules the data provider model is a very appealing concept however it seems to be lacking a great deal of flexibility that I have come to love in .Net datatables. Is there a way to make the CBO Impliment the same functionality as a datarow? This would allow the array list to be replaced by a datatable thus giving greater felixbility when paging, sorting, manipulating, filtering results in memory. Many projects I've done prior to DNN involved using datatables and manipulating
    Posted to Core Framework (Forum) by jhenak on 6/21/2005
  • DNN 3.1 Missing Many Files

    With a default install of DNN on a windows XP development machine I have run into trouble with the <trust level=medium> option in the web.config and had to comment it out in order to get 3.1 to install. I also found that after I installed the site I have a very limited set of modules. Even the HTML or Text/HTML module is not listed. Is this an isolated incident?
    Posted to DotNetNuke (Forum) by jhenak on 6/16/2005
  • Re: DNN 3.0 Forum Localization Issue

    Can this be logged as a bug for the next forum release. It's probley low priority but it would be nice to rename that button.
    Posted to DotNetNuke (Forum) by jhenak on 4/16/2005
  • Re: DNN Forums Most active user statistics broken

    It is checked. Should that be all I need to do? Should there be a scheduler job for it?
    Posted to DotNetNuke (Forum) by jhenak on 4/16/2005
Page 1 of 18 (176 items) 1 2 3 4 5 Next > ... Last »