Viewing 7 posts - 46 through 52 (of 52 total)
A third option I failed to mention:
3. Perform the update, if zero rows are affected, perform the insert.
Relying on error handling for a common condition makes me a bit uneasy,...
March 24, 2005 at 3:35 pm
You might want to check out this page to verify that you are actually using Unicode http://mysecretbase.com/ColdFusion_and_Unicode.cfm
Also, storing a resume in a nvarchar column might be a tight fit....
March 3, 2005 at 3:42 pm
I was using a varchar(5) and inserting five characters into the field.
I am now thinking that either ColdFusion, SQL Server, or the JDBC/ODBC driver must be doing some conversion...
March 3, 2005 at 3:03 pm
OK, so the ASCII and UNICODE functions don't reveal what is actually stored in the column.
What I am doing is inserting these values into the database with ColdFusion,...
March 3, 2005 at 11:32 am
The conclusion mentions cost as being a factor, but costs are not listed in the article. How much do these products cost?
December 9, 2004 at 8:06 am
Thanks for the link. The presentation provides a lot of information to absorb, and I have to make assumptions to make up for some of the terse wording....
June 17, 2004 at 7:51 am
Thank you. I guess what the question comes down to is whether it is better to have indexes in place before a massive insert, or whether it is better to build...
June 16, 2004 at 2:23 pm
Viewing 7 posts - 46 through 52 (of 52 total)