Nathan,
I have seen a similar problem recently, which I put down to a corrupt db as
a result of the fact that I occasionally forget to close down Tomcat before
firing up script tool or the browser, the problems of multiple JVM's
accessing the DB are well documented.
Basically what I noted was that when I did a select * on the table I would
see
1,xxx,yyy
2,ggg,hhh
3 ,xxx,ggg
^
|
this didn't make much sense as id was an autoincrementing int field. But
like you I was unable to select on 3 and selecting on other values could
return 3. The only solution for me was to dump the db and rebuild it.
John.
> -----Original Message-----
> From: owner-instantDB@enhydra.org [mailto:owner-instantDB@enhydra.org]On
> Behalf Of Nathan Cook
> Sent: 05 April 2001 22:06
> To: instantDB@enhydra.org
> Subject: InstantDB: row not deleting
>
>
> When I do a select in startscripttool and get all the records this record
> doesn't show up.
>
> However, when I do a select from the table with the id specified
> "where id =
> 167" it doesn't show up. But when I do a select "where id = 166"
> it returns the
> row I am looking for but with the id 167.
>
> I am perplexed to say the least.
>
> I am using instantdb version 3.21 on redhat linux as a backend for a java
> program called socratease. SocratEase is proprietary and closed
> source, and to
> make matters worse noone is doing linux development on it.
>
> Any messages are greatly appreciated.
>
> Nathan Cook
> ncook@pcsedu.com
>
>
> ------------------------------------------------------------------
> -----------
> To unsubscribe from this mailing list, send email to majordomo@enhydra.org
> with the text "unsubscribe instantdb" in the body of the email.
> If you have other questions regarding this mailing list, send email to
> the list admin at owner-instantdb@enhydra.org.
>
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|