|
Blue Forest http://www.lslnet.com at 8:28 on August 25, 2006
【. Net -- parameters of the Chinese, why it was not so?
ALTER PROCEDURE *
(
infoType Char (20).
infoId Char (10).
infoState Char (30)
)
AS
SET NOCOUNT ON
Declaresql varchar (100)
Setsql = 'update [' +@infoType+ '] set state=' +@infoState+ 'where filled="f"' +@infoId+ ''
Exec (sql)
State where traditional English, string figures are coming, why Chinese string on the suggested list invalid?
For example : names' released 'invalid.
"Releases" are the parameters of Scientology]
: Eek : |
Probably just thought
infoState Char (30)
The problem with :
infoState Varchar (30)
Or not.
Gloomy : :
|
To type text field, both sides must have a single quotation marks bars. |
|