|
hi, i got a problem accessing the database from a servlet. my problem lies in the syntax of the sql statement. if i write: select * from lib/file i get the error: class java.sql.SQLException SQL5016 Qualifizierter Objektname <myfile> nicht gültig. (in english something like: Qualified objectname <myfile> is not valid.) else if i write: select * from lib.file then i get the error class java.sql.SQLException cursor position not valid. what am i doing wrong?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.