I really appreciate the response.  Sorry about my slow Response!!  The deal is 
that when the coldfusion extension generates the code, the code that it 
generates ignores the primary key table and thus doesn't insert the new record 
into the database.  If I go back and adjust the wizard manually, I can make it 
work by manually making the insert statement address the table.  

Example of Generated code:
Insert into table(fname, mName, lName) values ('scott','d','Hoff')

What I need to insert the code:
Insert into table(primaryKey, fName, mName, lName) values('1(random 
number)','Scott','D','Hoff')

Everything that I generate from the builder ignores the primary key in the 
insert statement.  Furthermore, the auto create function never works.

Is there any coldfusion extension wizard bulletin board/support group/peer 
helping thing available via the web?  I've had a hard time trying to google it 
and find the help I need. This is the best hope I have.  I Hope someone can 
help.

P.s.  

If you need the actual code, you can go ahead and request it and I will paste 
it in.  I just thought I would explain the trend because it happens on every 
generated application.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3338
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to