Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread Stream that causes corruption in DBISam
Thu, Jun 18 2009 12:09 AMPermanent Link

"Adam H."
In reference to the thread "Blob size mismatch in BLOB file for physical
record" in the DBISAM Generals forum.

SQL to create table to load file into:

/* SQL-92 Table Creation Script with DBISAM Extensions */

CREATE TABLE IF NOT EXISTS "spreadsheets"
(
  "Serial" AUTOINC,
  "Type" VARCHAR(10),
  "Name" VARCHAR(100),
  "Section" VARCHAR(50),
  "Filter" BLOB,
  "Settings" BLOB,
  "SpecCond" CHAR(500),
PRIMARY KEY ("Serial") COMPRESS NONE
LOCALE CODE 0
USER MAJOR VERSION 1
);




Attachments: 1.str
Image