- Dec
- 49
- 2
Tried the new database commands in TCC 23. This example is given in the TCC Help file:
echo Testing file write and read
echo %@unqopen[rwc,test.db]
echo %@unqkvf[test.db,"aaa",ansi.cmd]
echo %@unqreadf[test.db,"aaa",newansi.cmd]
echo %@unqclose[test.db]
When I run this, exactly as written in the Help File, line 3 produces an error message:
The system cannot find the file specified.
ansi.cmd
echo Testing file write and read
echo %@unqopen[rwc,test.db]
echo %@unqkvf[test.db,"aaa",ansi.cmd]
echo %@unqreadf[test.db,"aaa",newansi.cmd]
echo %@unqclose[test.db]
When I run this, exactly as written in the Help File, line 3 produces an error message:
The system cannot find the file specified.
ansi.cmd