Results 1 to 4 of 4

Thread: Automatic Stored Procedure creation

  1. #1
    Join Date
    Oct 2005
    Location
    Scotland
    Posts
    229
    Thanks
    7
    Thanked 12 Times in 8 Posts

    Default Automatic Stored Procedure creation

    I used to have a bit of asp code which would create standard stored procs for tasks such as updating / inserting / deleating records from tables, and also generate ASP code for using the stored proc from you pages. I can't find the script anymore and was wondering if anyone had an ASP.net equivilent cos creating the stored procs is soooo boring and time consuming.

  2. #2
    Join Date
    Jun 2005
    Posts
    1,081
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    Hi Johnny,

    There are a couple that I have used:

    http://www.mygenerationsoftware.com
    http://www.codesmithtools.com/

    I have used the dOOdads architecture available as templates for use with the MyGeneration software which make data tier development a piece of cake, however the mileage varies depending on the application design.

  3. #3
    Join Date
    Oct 2005
    Location
    Scotland
    Posts
    229
    Thanks
    7
    Thanked 12 Times in 8 Posts

    Default

    Thanks again Sol the mygeneration stuff look good, will have a futher look tommorow.

    Hope all goes well tonight mate!

  4. #4
    Join Date
    Oct 2005
    Posts
    256
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Anyone tried nHibernate? I'm trying to look for shortcuts on a project i'm working on as I don't want to write the data tier at all really!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 12
    Last Post: 7th June 2006, 09:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •