> I have used the stored procedure generator this morning to generate SPs
> for my app.  All of the components were generated and are in place, as
> well as the sql procedure scripts and invocations.

Everything went okay, I take it?

> How's that help file coming <g>?

Swimmingly (as in, "I'm swimming in it").  The next drop is on schedule for
Monday, with the completed Help and tutorials in place (completed as in
there's something there for every topic, but I'll probably flesh things out
more and more as time goes on).

> Can you give me some simple steps of how to tie all this into an
> existing module.  I want to start small with one table and see how it
goes.

The generated stored procedures, the components that contain the methods
that call them, and their invocations are there for you to cut-and-paste
into your own code.  Plum IDE is a tool for quickly generating this
"brick-laying work" so you can concentrate on things like business logic.

The stored procedures are ready to run, unless you want to modify them
before you create them in your database using SQL Query Analyzer.

The component methods are also ready to either run as is or copy portions to
your own components.

The invocations are generated in two forms: tag-based and script-based.
Just copy the one you want to the place where you want to call the component
method and pass in the arguments as shown.

Is that what you're looking for, Jeff?  It may sound kinda general, but
that's about all there is to it.

Respectfully,

Adam Phillip Churvis
Member of Team Macromedia

Advanced Intensive Training:
* C# & ASP.NET for ColdFusion Developers
* ColdFusion MX Master Class
* Advanced Development with CFMX and SQL Server 2000
http://www.ColdFusionTraining.com

Download CommerceBlocks V2.1 and LoRCAT from
http://www.ProductivityEnhancement.com

The ColdFusion MX Bible is in bookstores now!

Reply via email to