When inserting/updating records do you prefer to use an SQL query, or just the cfinsert/cfupdate tags?
I was just wondering
Stewie
When I'm inserting or updating records I prefer to use an SQL query.
Sql
I used to do use the cfinsert and cfudpate tags, but I I started to get out of practice writing sql code.