i need Code Generator...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tark Siala

    i need Code Generator...

    hi
    i spend more time to write the code, like VB6, VB2005, SQL Stored Procedure
    code.
    any one know good Application to Automaticaly read Database (Access or SQL),
    then write VB Code and Stored Procedure (if this allication free thats good
    :) )

    --
    Tarek M. Siala



  • cj

    #2
    Re: i need Code Generator...

    Hey, don't knock writing code. If such a product existed and was
    actually worth a darn you might just find yourself saying "You want
    fries with that?" for a living. :)

    Tark Siala wrote:[color=blue]
    > hi
    > i spend more time to write the code, like VB6, VB2005, SQL Stored Procedure
    > code.
    > any one know good Application to Automaticaly read Database (Access or SQL),
    > then write VB Code and Stored Procedure (if this allication free thats good
    > :) )
    >[/color]

    Comment

    • Kerry Moorman

      #3
      RE: i need Code Generator...

      Tarek,

      There are lots of code generators around. The hard part is finding one whose
      generated code has a style and approach you can live with.

      A couple of examples:

      CodeSmith, http://www.codesmithtools.com/

      LLBLGenPro, http://www.llblgen.com/defaultgeneric.aspx

      Kerry Moorman


      "Tark Siala" wrote:
      [color=blue]
      > hi
      > i spend more time to write the code, like VB6, VB2005, SQL Stored Procedure
      > code.
      > any one know good Application to Automaticaly read Database (Access or SQL),
      > then write VB Code and Stored Procedure (if this allication free thats good
      > :) )
      >
      > --
      > Tarek M. Siala
      >
      >
      >
      >[/color]

      Comment

      • Tark Siala

        #4
        Re: i need Code Generator...

        thanks

        --
        Tarek M. Siala
        "Kerry Moorman" <KerryMoorman@d iscussions.micr osoft.com> wrote in message
        news:9A22C240-0FA2-4A25-9D3B-2993FFEF982E@mi crosoft.com...[color=blue]
        > Tarek,
        >
        > There are lots of code generators around. The hard part is finding one
        > whose
        > generated code has a style and approach you can live with.
        >
        > A couple of examples:
        >
        > CodeSmith, http://www.codesmithtools.com/
        >
        > LLBLGenPro, http://www.llblgen.com/defaultgeneric.aspx
        >
        > Kerry Moorman
        >
        >
        > "Tark Siala" wrote:
        >[color=green]
        >> hi
        >> i spend more time to write the code, like VB6, VB2005, SQL Stored
        >> Procedure
        >> code.
        >> any one know good Application to Automaticaly read Database (Access or
        >> SQL),
        >> then write VB Code and Stored Procedure (if this allication free thats
        >> good
        >> :) )
        >>
        >> --
        >> Tarek M. Siala
        >>
        >>
        >>
        >>[/color][/color]


        Comment

        • Ken Halter

          #5
          Re: i need Code Generator...

          "cj" <cj@nospam.nosp am> wrote in message
          news:Owz8K08ZGH A.4752@TK2MSFTN GP02.phx.gbl...[color=blue]
          > Hey, don't knock writing code. If such a product existed and was actually
          > worth a darn you might just find yourself saying "You want fries with
          > that?" for a living. :)[/color]

          Actually, there are a few for VB6 that'll read a database and generate VB
          code to duplicate its structure. It's pretty much "rubber stamp" coding...
          but it works great... at least the first time. From there, coders can easily
          take the generated code, study it (comment it) and expand on that to get the
          results/knowledge they want.

          --
          Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
          Please keep all discussions in the groups..


          Comment

          • Spam Catcher

            #6
            Re: i need Code Generator...

            =?Utf-8?B?TXVraHRhciB aYXllZA==?=
            <MukhtarZayed@d iscussions.micr osoft.comwrote in
            news:EFC25B9A-9B60-44C5-9CA5-D1830D4C955A@mi crosoft.com:
            do u still need code generators, we may help finding the best around.

            LLBLGen Pro is great :-)

            Comment

            • Tark Siala

              #7
              Re: i need Code Generator...

              i try to make my personal Code Generator, and i make it, by read data from
              SQL Tables, and make Stored Procedore and VB DLL by very easy, and in very
              smal time.

              --
              -----------
              Tarek M. Siala
              Software Developer
              "Spam Catcher" <spamhoneypot@r ogers.comwrote in message
              news:Xns9899177 72B197usenethon eypotrogers@127 .0.0.1...
              =?Utf-8?B?TXVraHRhciB aYXllZA==?=
              <MukhtarZayed@d iscussions.micr osoft.comwrote in
              news:EFC25B9A-9B60-44C5-9CA5-D1830D4C955A@mi crosoft.com:
              >
              >do u still need code generators, we may help finding the best around.
              >
              >
              LLBLGen Pro is great :-)
              >
              >

              Comment

              Working...