in

Browse by Tags

  • database structure exposed in source code

    Hi, I was always told that embedding SQL in source code was bad practice in terms of security - showing database structure in source code. Wouldn't this be the same for the subsonic "query" method calls which show the database structure? Thanks, Kenny
    Posted to Getting Started (Forum) by subflux on 04-30-2008
  • VS Team Edition for SD not updating CreatedBy or ModifiedBy fields using Subsonic 2.0.3

    I have upgraded from VS 2005 Standard Edition to VS 2005 Team Edition for Software Developers and have been noticing that the database fields CreatedBy and ModifiedBy fields are no longer being updated (C# generation in a Web Site Project/Solution). The CreatedAt and ModifiedAt datetime fields are updated...
    Posted to Getting Started (Forum) by papiores on 03-31-2008
  • BuildSQLStatement

    Hello All! I am trying to create a dynamic sql statement so I can add it to a sqldatasource object. Here is my code: SqlQuery s = new Select().From(namespace.Account.Schema); s.WhereExpression("state").IsEqualTo("FL").; string sql = s.BuildSqlStatement(); Problem: The where clause...
    Posted to Getting Started (Forum) by vzaffiro on 03-25-2008
  • How to Master Detail Web Page with SubSonic 2.0.3???

    Hello All, i have to develop one master detail web form. in that form i have to show two grids for master and detail table. edit/delete should work in both grid. on selection of master grids record i have to show details records. now, how can i achieve this with subsonic.... (i have generated classes...
    Posted to Getting Started (Forum) by krunal on 03-15-2008
  • retrieve ID

    I'm a new user using Subsonic and VB.net. I have a little problem, how can I retrieve the ID of the last record inserted? I'm using SQL Server 2005, ASP.net and VB.net Please help me. Regards. Mario
    Posted to Getting Started (Forum) by mayinni on 01-07-2008
  • Some More Visual Studio Templates For SubSonic

    Hello, I created some ultra-basic Visual Studio 2005 templates for Subsonic, that use C# or VB - you can download them at http://girasquid.com/blog/2007/12/23/subsonic-visual-studio-2005-templates/ . They use the .abp file, and are basically just the setup that you create by following the "getting...
    Posted to Getting Started (Forum) by girasquid on 12-26-2007
  • Some Visual Studio Templates For SubSonic

    You can download it here http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=subsonic&DownloadId=23836 I tried it on VS2008 You might have to add a reference to the SubSonic DLL Change the connection string in the app.config or web.config Change the SubSonic settings in the *.config...
    Posted to Getting Started (Forum) by yitzchok on 12-16-2007
Page 1 of 1 (7 items)