i have a problem here.i am tryin BMP in jboss 3.2.6.
when i try to connect to sql i am getting following error "javax.ejb.EJBException: ejbCreate:No suitable driver."
i am using class.forname
Connection coll=DriverManager.getConnection("jdbc:odbc:bank","sa","leo");
this is the line that i am getting error
03:26:24,890 ERROR [LogInterceptor] EJBException in method: public abstract Stud
ent Studenthome.create(java.lang.String,java.lang.String) throws java.rmi.Remote
Exception,javax.ejb.CreateException
javax.ejb.EJBException: ejbCreate:No suitable driver
at StudentBean.ejbCreate(StudentBean.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)