Home » Personal collection » Acorn hard disk » apps » !Squirrel » Engines/!DDE/messages

Engines/!DDE/messages

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn hard disk » apps » !Squirrel
Filename: Engines/!DDE/messages
Read OK:
File size: 03B2 bytes
Load address: 0000
Exec address: 0000
File contents
err_000:DDE has run out of room
err_001:Table already exists
err_002:Bad file format
err_003:Bad DDE handle
err_004:Bad DDE Node
err_005:Record not found
err_008:Index is corrupt
err_00b:Illegal DDE request
err_00c:Query syntax error
err_00d:Too many tables in query
err_00e:Too many sort fields
err_00f:No such table
err_010:Unknown field '%s'
err_011:Record locked
err_012:Table is corrupt
err_013:Arithmetic overflow
err_014:Division by zero
err_015:Demonstration limit exceeded
err_017:Table in use
err_019:Access violation
err_01a:DDE can not create index file to execute query (%s) - check Wimp$ScrapDir
err_01b:Field '%s' not unique
err_01c:Can't create index, no indexed fields in table
err_01e:Operation cancelled
err_01f:Fixed length string field '%s' too long
err_020:Unkown compression type
msg_000:No enough memory for Squirrel Engine to start
msg_001:ADFSBuffers must be configured to 0 on RISC OS 3.00 for Squirrel Engine to start
00000000  65 72 72 5f 30 30 30 3a  44 44 45 20 68 61 73 20  |err_000:DDE has |
00000010  72 75 6e 20 6f 75 74 20  6f 66 20 72 6f 6f 6d 0a  |run out of room.|
00000020  65 72 72 5f 30 30 31 3a  54 61 62 6c 65 20 61 6c  |err_001:Table al|
00000030  72 65 61 64 79 20 65 78  69 73 74 73 0a 65 72 72  |ready exists.err|
00000040  5f 30 30 32 3a 42 61 64  20 66 69 6c 65 20 66 6f  |_002:Bad file fo|
00000050  72 6d 61 74 0a 65 72 72  5f 30 30 33 3a 42 61 64  |rmat.err_003:Bad|
00000060  20 44 44 45 20 68 61 6e  64 6c 65 0a 65 72 72 5f  | DDE handle.err_|
00000070  30 30 34 3a 42 61 64 20  44 44 45 20 4e 6f 64 65  |004:Bad DDE Node|
00000080  0a 65 72 72 5f 30 30 35  3a 52 65 63 6f 72 64 20  |.err_005:Record |
00000090  6e 6f 74 20 66 6f 75 6e  64 0a 65 72 72 5f 30 30  |not found.err_00|
000000a0  38 3a 49 6e 64 65 78 20  69 73 20 63 6f 72 72 75  |8:Index is corru|
000000b0  70 74 0a 65 72 72 5f 30  30 62 3a 49 6c 6c 65 67  |pt.err_00b:Illeg|
000000c0  61 6c 20 44 44 45 20 72  65 71 75 65 73 74 0a 65  |al DDE request.e|
000000d0  72 72 5f 30 30 63 3a 51  75 65 72 79 20 73 79 6e  |rr_00c:Query syn|
000000e0  74 61 78 20 65 72 72 6f  72 0a 65 72 72 5f 30 30  |tax error.err_00|
000000f0  64 3a 54 6f 6f 20 6d 61  6e 79 20 74 61 62 6c 65  |d:Too many table|
00000100  73 20 69 6e 20 71 75 65  72 79 0a 65 72 72 5f 30  |s in query.err_0|
00000110  30 65 3a 54 6f 6f 20 6d  61 6e 79 20 73 6f 72 74  |0e:Too many sort|
00000120  20 66 69 65 6c 64 73 0a  65 72 72 5f 30 30 66 3a  | fields.err_00f:|
00000130  4e 6f 20 73 75 63 68 20  74 61 62 6c 65 0a 65 72  |No such table.er|
00000140  72 5f 30 31 30 3a 55 6e  6b 6e 6f 77 6e 20 66 69  |r_010:Unknown fi|
00000150  65 6c 64 20 27 25 73 27  0a 65 72 72 5f 30 31 31  |eld '%s'.err_011|
00000160  3a 52 65 63 6f 72 64 20  6c 6f 63 6b 65 64 0a 65  |:Record locked.e|
00000170  72 72 5f 30 31 32 3a 54  61 62 6c 65 20 69 73 20  |rr_012:Table is |
00000180  63 6f 72 72 75 70 74 0a  65 72 72 5f 30 31 33 3a  |corrupt.err_013:|
00000190  41 72 69 74 68 6d 65 74  69 63 20 6f 76 65 72 66  |Arithmetic overf|
000001a0  6c 6f 77 0a 65 72 72 5f  30 31 34 3a 44 69 76 69  |low.err_014:Divi|
000001b0  73 69 6f 6e 20 62 79 20  7a 65 72 6f 0a 65 72 72  |sion by zero.err|
000001c0  5f 30 31 35 3a 44 65 6d  6f 6e 73 74 72 61 74 69  |_015:Demonstrati|
000001d0  6f 6e 20 6c 69 6d 69 74  20 65 78 63 65 65 64 65  |on limit exceede|
000001e0  64 0a 65 72 72 5f 30 31  37 3a 54 61 62 6c 65 20  |d.err_017:Table |
000001f0  69 6e 20 75 73 65 0a 65  72 72 5f 30 31 39 3a 41  |in use.err_019:A|
00000200  63 63 65 73 73 20 76 69  6f 6c 61 74 69 6f 6e 0a  |ccess violation.|
00000210  65 72 72 5f 30 31 61 3a  44 44 45 20 63 61 6e 20  |err_01a:DDE can |
00000220  6e 6f 74 20 63 72 65 61  74 65 20 69 6e 64 65 78  |not create index|
00000230  20 66 69 6c 65 20 74 6f  20 65 78 65 63 75 74 65  | file to execute|
00000240  20 71 75 65 72 79 20 28  25 73 29 20 2d 20 63 68  | query (%s) - ch|
00000250  65 63 6b 20 57 69 6d 70  24 53 63 72 61 70 44 69  |eck Wimp$ScrapDi|
00000260  72 0a 65 72 72 5f 30 31  62 3a 46 69 65 6c 64 20  |r.err_01b:Field |
00000270  27 25 73 27 20 6e 6f 74  20 75 6e 69 71 75 65 0a  |'%s' not unique.|
00000280  65 72 72 5f 30 31 63 3a  43 61 6e 27 74 20 63 72  |err_01c:Can't cr|
00000290  65 61 74 65 20 69 6e 64  65 78 2c 20 6e 6f 20 69  |eate index, no i|
000002a0  6e 64 65 78 65 64 20 66  69 65 6c 64 73 20 69 6e  |ndexed fields in|
000002b0  20 74 61 62 6c 65 0a 65  72 72 5f 30 31 65 3a 4f  | table.err_01e:O|
000002c0  70 65 72 61 74 69 6f 6e  20 63 61 6e 63 65 6c 6c  |peration cancell|
000002d0  65 64 0a 65 72 72 5f 30  31 66 3a 46 69 78 65 64  |ed.err_01f:Fixed|
000002e0  20 6c 65 6e 67 74 68 20  73 74 72 69 6e 67 20 66  | length string f|
000002f0  69 65 6c 64 20 27 25 73  27 20 74 6f 6f 20 6c 6f  |ield '%s' too lo|
00000300  6e 67 0a 65 72 72 5f 30  32 30 3a 55 6e 6b 6f 77  |ng.err_020:Unkow|
00000310  6e 20 63 6f 6d 70 72 65  73 73 69 6f 6e 20 74 79  |n compression ty|
00000320  70 65 0a 6d 73 67 5f 30  30 30 3a 4e 6f 20 65 6e  |pe.msg_000:No en|
00000330  6f 75 67 68 20 6d 65 6d  6f 72 79 20 66 6f 72 20  |ough memory for |
00000340  53 71 75 69 72 72 65 6c  20 45 6e 67 69 6e 65 20  |Squirrel Engine |
00000350  74 6f 20 73 74 61 72 74  0a 6d 73 67 5f 30 30 31  |to start.msg_001|
00000360  3a 41 44 46 53 42 75 66  66 65 72 73 20 6d 75 73  |:ADFSBuffers mus|
00000370  74 20 62 65 20 63 6f 6e  66 69 67 75 72 65 64 20  |t be configured |
00000380  74 6f 20 30 20 6f 6e 20  52 49 53 43 20 4f 53 20  |to 0 on RISC OS |
00000390  33 2e 30 30 20 66 6f 72  20 53 71 75 69 72 72 65  |3.00 for Squirre|
000003a0  6c 20 45 6e 67 69 6e 65  20 74 6f 20 73 74 61 72  |l Engine to star|
000003b0  74 0a                                             |t.|
000003b2