google-code-export / sqljet

Automatically exported from code.google.com/p/sqljet
0 stars 1 forks source link

Field not found Exception #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Creating a Table similar to the one seen in the Tutorial attached.
2. The table has 6 elemets inserted in each row.
  The above process is written in a class say "Sqlite.java".
3. Run a different class "SqliteUpload.java" refering the .sqlite file created 
using the class "Sqlite.java".
"SqliteUpload.java" prints the value of the 6 items inserted in the database 
using Select Query

What is the expected output? What do you see instead?
The values of the 6 inserted elements should be seen.
I am able to see the values of 3 elements inserted using "Sqlite.java".

For the remaining 3 elements i get the Exception:
"Field not found"

What version of the product are you using? On what operating system?
The jars i am using are:
>antlr-3.2.jar
>org.tmatesoft.sqljet_1.0.3.b914.jar
>sqljet.1.0.3.b914.jar

The OS used is Win XP

Please provide any additional information below.

Original issue reported on code.google.com by vishn...@gmail.com on 20 Oct 2010 at 11:44

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sergey.s...@gmail.com on 20 Oct 2010 at 1:14

GoogleCodeExporter commented 9 years ago

Original comment by sergey.s...@gmail.com on 20 Oct 2010 at 1:37