473,569 Members | 2,604 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

Apr 24 '06 #1
6 1392
cj
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:
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
:) )

Apr 24 '06 #2
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:
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

Apr 24 '06 #3
thanks

--
Tarek M. Siala
"Kerry Moorman" <Ke**********@d iscussions.micr osoft.com> wrote in message
news:9A******** *************** ***********@mic rosoft.com...
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:
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

Apr 24 '06 #4
"cj" <cj@nospam.nosp am> wrote in message
news:Ow******** ******@TK2MSFTN GP02.phx.gbl...
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. :)


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..
Apr 25 '06 #5
=?Utf-8?B?TXVraHRhciB aYXllZA==?=
<Mu**********@d iscussions.micr osoft.comwrote in
news:EF******** *************** ***********@mic rosoft.com:
do u still need code generators, we may help finding the best around.

LLBLGen Pro is great :-)

Dec 14 '06 #6
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" <sp**********@r ogers.comwrote in message
news:Xn******** *************** ***********@127 .0.0.1...
=?Utf-8?B?TXVraHRhciB aYXllZA==?=
<Mu**********@d iscussions.micr osoft.comwrote in
news:EF******** *************** ***********@mic rosoft.com:
>do u still need code generators, we may help finding the best around.


LLBLGen Pro is great :-)


Jan 31 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

45
2991
by: Joh | last post by:
hello, i'm trying to understand how i could build following consecutive sets from a root one using generator : l = would like to produce : , , , ,
1
1275
by: Joh | last post by:
hello, thanks to all who replied to my post (2005-01-21) - (i can not post inside the original thread as i get "Unable to retrieve message csr7ep$3db$05$1@news.t-online.com" from googlenews :( > Do you mean: > , , , , , > (E.g. all elements in the power set except the empty set, the sets with > one element and the sets with all...
8
2378
by: Thomas Stegen | last post by:
I have written a code generator. To be more specific it is a code generator generator. As in a generator that generates code generators. If you run the generator on its own source code you get a code generator generator code generator. If you run it on some other non-generator code you get a code generator generator generator. Watch your...
41
2496
by: Petr Jakes | last post by:
Hello, I am trying to study/understand OOP principles using Python. I have found following code http://tinyurl.com/a4zkn about FSM (finite state machine) on this list, which looks quite useful for my purposes. As this code was posted long time ago (November 1998) I would like to ask if the principles used in this code are still valid in the...
0
2999
by: Limpor | last post by:
Hello, I am new to learning java, and i am trying to build the class for a calculation card game, unfortunately i can't get the public Card top() and Card takeTop() method in the Stock class. Can someone helps me. Thanks!! ----------------------------------------------------------------------- The code for the Stock class:...
0
2825
by: Limpor | last post by:
Hi, I’m working on a solitaire game as my course assignment, and I am having trouble to dealing with Stock class, which consists of an upturned top card plus deck. The code for Stock class: import java.util.*; import java.awt.*; /** * The Stock is the deck of unused cards. It is subtly different from the deck * itself in several ways....
4
1631
by: UMstudent | last post by:
I'm working on this program for class where I have to an amount of numbers that are randomly picked from 0 - 50. So what I have done is say there are 20 slots in my array so I'm trying to generator 20 random numbers for the array between 0-50 however I've ran into a few problems. Mainly figuring out how to make it print 20 seperate completely...
5
11549
by: byahne | last post by:
We just went live today with a production SQL Server 2005 database running with our custom Java application. We are utilizing the jTDS open source driver. We migrated our existing application which was using InterBase over to SQL Server. To minimize the impact to our code, we created a stored procedure which would allow us to manage our...
5
1621
by: james | last post by:
To give an example of what I mean I have already altered the code: def output_random_lesson_of_type(self, type=None): """Output a lesson of a specific type. If no type is passed in then output any type.""" output_lessons = self.lesson_data if type: filtered_lessons = filter(lambda x: x == type, self.lesson_data) if filtered_lessons:
26
266
by: Adem24 | last post by:
I need a good and fast random number generator (RNG), and a linear congruential generator (LCG), both with a max period >= 31 bits; the bigger the better. Additional requirements: - Must use integer-values only (32 or 64 bit), no floating point. - The RNG should have passed some statistical tests. - The "RAND_MAX" of these generators...
0
7700
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7924
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8125
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7676
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6284
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5219
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1221
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.