| Subject: | Re: cfinsert works with mySQl 5 but NOT with ms sql server 2005 |
|---|---|
| From: | "paross1" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Mon, 21 Jan 2008 16:10:04 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.database_access |
I never use cfinsert/cfupdate because they have been nothing but a buggy mess since I've been involved with ColdFusion, but your problem may be related to CF not being able to determine what your primary key fields are, etc. When you converted from MySQL to MSSQL, how did you handle the PK fields? Are they defined as such? Were they created with the IDENTITY property, etc.? I have always used cfquery tags and SQL UPDATE and INSERT statements because they offer much more control, and cfinsert/cfupdate just plain suck, so I don't have a lot of advice to offer. Sorry, Phil |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: cfinsert works with mySQl 5 but NOT with ms sql server 2005, GArlington |
|---|---|
| Next by Date: | Re: Searching the User List using <cfquery>, lunamana |
| Previous by Thread: | Re: cfinsert works with mySQl 5 but NOT with ms sql server 2005, GArlington |
| Next by Thread: | Re: cfinsert works with mySQl 5 but NOT with ms sql server 2005, Jochem van Dieten **AdobeCommunityExpert** |
| Indexes: | [Date] [Thread] [Top] [All Lists] |