Please remove the _ in your tablename. Maybe that could solve the problem

Henner

> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Im 
> Auftrag von [EMAIL PROTECTED]
> Gesendet: Dienstag, 31. Mai 2005 16:44
> An: jdbforms-interest
> Betreff: [dbforms] Problem with Ms Sql Server Connection
> 
> Hi , I'm trying to use db forms with a database on ms sql 
> server 2000 , i used devgui to define the dbforms.xml but 
> when i try to enter a simple jsp page to access the list of 
> record in a tabel , tomcat return a message like this .
> 
> type Exception report
> 
> message 
> 
> description The server encountered an internal error () that 
> prevented it from fulfilling this request.
> 
> exception 
> 
> org.apache.jasper.JasperException: Table Tabella_Agenti not 
> found in configuration
>       at 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServlet
> Wrapper.java:254)
>       at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet
> .java:295)
> 
> etc. etc.  
> i don't know where i made a mistake .
> 
> this is the part of the dbforms.xml where tabella_agenti is defined :
> 
>       <table name="Tabella_Agenti">
>               <field name="Agente" fieldType="char" size="5"/>
>               <field name="Ragione_Sociale" fieldType="char" 
> size="50"/>
>               <field name="Zona" fieldType="char" size="3"/>
> 
>               <!-- add "granted-privileges" element for 
> security constraints -->
> 
>       </table>
> 
> 
> and this is the part where is defined the connection ...
> 
>       <!-- ========== Connection 
> =================================== -->
>       <!--
>       uncomment this if you have access to JNDI of an 
> application server (see users guide for more info)
>       <dbconnection
>               name = "jdbc/dbformstest"
>               isJndi = "true"
>       />
>       -->
> 
>       <dbconnection
>               name   = "jdbc:microsoft:sqlserver://localhost:1433"
>               isJndi = "false"
>               conClass  = 
> "com.microsoft.jdbc.sqlserver.SQLServerDriver"
>               username = "prova"
>               password  = "prova"
>       />
> 
> like generated by devgui .
> 
> Please help me ... 
> Thanks 
> 
> 
> 
> ____________________________________________________________
> Navighi a 4 MEGA e i primi 3 mesi sono GRATIS. 
> Scegli Libero Adsl Flat senza limiti su http://www.libero.it
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into 
> your own Applications - visit 
> http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005
> _______________________________________________
> DbForms Mailing List
> 
> http://www.wap-force.net/dbforms
> 



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to