This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes JBuilder6 EJB   with  MS Access     help me please ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "JBuilder6 EJB   with  MS Access     help me please ?" Watch "JBuilder6 EJB   with  MS Access     help me please ?" New topic
Author

JBuilder6 EJB with MS Access help me please ?

Attawit Chang.
Greenhorn

Joined: Dec 03, 2002
Posts: 3
Hello...
I have some problem .........???
I starting learn about EJB.
i want to make new project about database.
jbuilder6 to create EJB.
database = MS.Access and use ODBC to connect.
I use Jbuilder to generate all of EJB (EJB module,EJB Entity Bean Moduler ,and TestClient)
No error when Complied.
but when write some code in main function(TestClient)
client.create(123,"aaa","bbb"); and then Rebuild again.
This time,HAVE ERROR = no have method !!!
1.what's wrong ???
2.Are MS.Access(ODBC) support with Jbuilder/EJB ??



Keep walking
Attawit Chang.
Greenhorn

Joined: Dec 03, 2002
Posts: 3
After That.
I try to do it again.
>>In Test Client<<
public static void main(String[] args) {
BookTestClient1 client = new BookTestClient1();
client.create(3);
//(data type=String)
client.setTitle("JavaBean2");
client.setAuthor("xxx");
//(data type = double)
client.setPrice(58.54);
### Why Error 'only' in the last line And How I can do ???
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JBuilder6 EJB with MS Access help me please ?
 
Similar Threads
JBuilder6
javax.sql - JBuilder6
AssertionError in JBuilder6 with WebLogic6.1!!
accessing MS.Access from Linux Server.
How to connect to Ms.Access on Linux Server.