Hi Pavel,
 
 you wrote :
 > Why SQL Studio does not allow to execute in request
 > of the field containing line on national alphabet (Russian > > code page
1251)?
 > For instance:
 > 
 > UPDATE SYS_VAR SET NAME =  '������'  WHERE id = 8
  > > Herewith appears next error:> > Syntax error or access violation;-3014
POS(29) Invalid end of 
 > SQL statement.
 > 
 > If I execute this request through ODBC, that error does not appear.
 > 
 > SAP DB SQL Studio 7.3 (Windows 2000 SP2)
 > SAP DB 7.3.0 Build 020-00-084-663 (Linux RH7.0)
 
 I cannot reproduce this.
 I did a 
 
 "create table SYS_VAR
 (
     NAME    char(37),
     id             integer
 )"
 
 and then the following sequence :
 
 
 "insert into SYS_VAR (NAME, id)
 values ('pipotheclown', 8)
 //
 select * from SYS_VAR
 //
 UPDATE SYS_VAR SET NAME =  '������'  WHERE id = 8
 //
 select * from SYS_VAR"
 
 , both from SQLDirect windows, got no Errors and the db afterwards
 contained what one would expect .
 
 could you send me the exact version, as obtained from the 
 "properties" of the setup .exe ? (click right mouse button on it)
 
 ---
 
 Markus Stausberg
 SAP Labs Berlin
 
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general


Reply via email to