Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server 2000/2005 Syntax Clarification
Message
From
17/08/2006 08:12:04
 
 
To
16/08/2006 16:59:38
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01146192
Message ID:
01146308
Views:
19
Someone in the office figured out that CAST() works...

http://msdn2.microsoft.com/en-us/library/ms187928.aspx


>Well, Chad that works great! However, I just checked the second table and it is text not char so it doesn't work on that. What would work with a text field type in sql server?
>
>
>
>
>
>>Tracy,
>>
>>Just RTRIM() the name inside the ISNULL().
>>
>>HTH,
>>Chad
>>
>>
>>>update tbl_main set name = isnull(name,'') +' MORE STUFF TO ADD TO NAME FIELD' where my_id = '01-011'
>>>
>>>
>>>Why not? It returns string or binary data would be truncated.
>>>
>>>Cannot do this either because it is a char:
>>>
>>>update tbl_main set name .write (N' MORE STUFF',NULL,0) where my_id = '01-011'
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform