CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2002
    Location
    china
    Posts
    12

    A lite DAL for VB and MSSQL

    Dalop is Data Access Layer with Object Persistence. it only support SqlServer. you can use it to write more friendly sql, and persist entity object.

    It do not use any mapping file and support most datatype of MSSQL.

    If you are intersting for it, please visit my hompage:
    http://progame.vip.myrice.com/

    you can download it with full source code and help file, these features will be find from unit test.

    any suggestion will be appreciate.


    and now i have developed and using sinolib(it means sinolib is not orm), this framework is the update version of dalop, it use sqlbroker for database independence and xml file for mapping, but it's still not aviable for download.

    you can cantact me with email:
    coader
    at
    gmail
    dot
    com.
    everything is bad

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726
    [Cimperiali: moved in proper forum]
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured