![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Reported for Version 3.10 » View Incident Report |
| Reported By: Joerg Philipp Reported On: 4/24/2002 For: Version 3.10 Build 1 |
CREATE TABLE "test_memo.DAT"
(
"Number" AUTOINC,
"Name" CHARACTER(20),
"Text" BLOB(0 , 1),
PRIMARY KEY ("Number") COMPRESS NONE
LANGUAGE "ANSI Standard" SORT "Default Order"
USER MAJOR VERSION 1
);
INSERT INTO "test_memo.DAT" VALUES (Null, Null , "hallo");
INSERT INTO "test_memo.DAT" VALUES (Null, Null , Null);
This web page was last updated on Wednesday, October 22, 2025 at 04:21 PM | Privacy Policy © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

