Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
CREATE TABLE TestUnicode (
id int IDENTITY(1, 1) NOT NULL primary key,
TextColumn nvarchar(120))
SYS(987,.T.)
AnsiText = Thisform.EditBox1.Value
SQLEXEC(h,"Insert Into TestUnicode (TextColumn) VALUES (?m.AnsiText)")
SYS(987,.T.)
SQLEXEC(h,"Select TextColumn From TestUnicode","crsSQLResult")