Menu

#299 Data Grid View does not show data for vchar(8192) column

v1.0
open
nobody
None
1
2019-05-30
2019-05-30
Anonymous
No

Here is my table structure:

CREATE TABLE WAVEFORM
(
ID INTEGER NOT NULL,
"ReadingID" INTEGER NOT NULL,
"WaveFormReadings" VARCHAR(8192) CHARACTER SET UNICODE_FSS NOT NULL,
CONSTRAINT INTEG_2 PRIMARY KEY (ID)
);

I put a CSV list of double values into the WaveFormReadings column. I can fetch the readings but when I query the table FlameRobin displays no data for the WaveFormReadings.

1 Attachments

Discussion

MongoDB Logo MongoDB