Re: All Stored Procs in 1 CFC?

2006-10-30 Thread Tony Hicks
[mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 7:29 PM To: CF-Talk Subject: All Stored Procs in 1 CFC? I have worked a few companies where they use .NET and know of several other companies who follow this process. They have a generator that reads all the stored procs and creates

Re: All Stored Procs in 1 CFC?

2006-10-25 Thread Robertson-Ravo, Neil (RX)
-Original Message- From: Phillip Holmes To: CF-Talk Sent: Wed Oct 25 02:36:17 2006 Subject: RE: All Stored Procs in 1 CFC? All stored procs in one cfc? IMHO, that pretty ham-handed. CodeSmith generates a data layer (.NET) that is pretty spiffy and cfcpowertools (http://cfcpowertools.com

RE: All Stored Procs in 1 CFC?

2006-10-25 Thread Gaulin, Mark
To: CF-Talk Subject: All Stored Procs in 1 CFC? I have worked a few companies where they use .NET and know of several other companies who follow this process. They have a generator that reads all the stored procs and creates the needed code in .NET to make the calls to the stored procedures in classes

All Stored Procs in 1 CFC?

2006-10-24 Thread Brian Peddle
I have worked a few companies where they use .NET and know of several other companies who follow this process. They have a generator that reads all the stored procs and creates the needed code in .NET to make the calls to the stored procedures in classes. All this is done automatically and

Re: All Stored Procs in 1 CFC?

2006-10-24 Thread Jeff Fleitz
If you are using Windows and SQL Server, Plum will do this for you. The IDE (code gen) contains options for generating CRUD SPs per table and will also generate a CFC that calls them. I haven't been using SPs as of late, but it worked well with MS SQL 2000. I would think they would work with MS

RE: All Stored Procs in 1 CFC?

2006-10-24 Thread Phillip Holmes
-Original Message- From: Jeff Fleitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 8:23 PM To: CF-Talk Subject: Re: All Stored Procs in 1 CFC? If you are using Windows and SQL Server, Plum will do this for you. The IDE (code gen) contains options for generating CRUD SPs per table

RE: All Stored Procs in 1 CFC?

2006-10-24 Thread Russ
be good. Russ -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 7:29 PM To: CF-Talk Subject: All Stored Procs in 1 CFC? I have worked a few companies where they use .NET and know of several other companies who follow this process