InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InstantDB: Odd Select Results


Chris,

I haven't had the time to play with InstantDB yet, but looking from a sql
point of view, you most probably have an extra character in the USERID
field.

Since I haven't tried this on InstantDB yet, it might not work, but I
recommend you do something like this:

SELECT * FROM USERACCOUNT WHERE USERID like '%znc818712856%'

which should return all matches where znc818712856 is contained in USERID.

If this returns the desired results, then check for trailing spaces or
some other characters after znc818712856 in the 2nd row.

Shannon

-----------------------------------------------------------------------------
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.