VStudio
Barry G. Sumpter
BarrySum at BigPond.Net.AU
Fri Jun 29 11:59:10 CDT 2007
Errors using very simple Valentina Studio 3.0.2 example:
SELECT Users.*
FROM Users
----
2:53:46 AM: Kernel error: 0x71000
2:53:46 AM: line 1:1: unexpected token: SELECT
2:53:46 AM: File
..\..\..\sources\VStudio\Plugins\Valentina_2\vsV2_Database.cpp, Line 2040
---
-- Valentina 2 SQL dump --
----------------------------------------------------
-- Dump for 'Users' table
----------------------------------------------------
CREATE TABLE "Users" (
"Name" STRING (20) ,
"PW" STRING (20) ,
"Level" STRING (20) ,
"Logon" BYTE );
-- Dump for 'Users' table data
----------------------------------------------------
INSERT INTO "Users" ("Name", "PW", "Level", "Logon") VALUES ('fsdf', 'asd',
'df', 0);
INSERT INTO "Users" ("Name", "PW", "Level", "Logon") VALUES ('adfsad',
'sdfasdf', 'sadf', 0);
INSERT INTO "Users" ("Name", "PW", "Level", "Logon") VALUES ('asdfs',
'asdfsa', 'asd', 0);
INSERT INTO "Users" ("Name", "PW", "Level", "Logon") VALUES ('asdf',
'dfasdf', 'asdf', 0);
---
More information about the Valentina
mailing list