CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Posts
    1

    Unhappy Database Connectivity Problem Help

    I have created a Bean managed Persistent EJB and using Pointbase database. I have started the database server and the J2EE server. From the client the Datasource does not get me a connection to the database. I tried giving the password and the user name for the databse. Yet not connected. Please help.

  2. #2
    Join Date
    Jan 2003
    Location
    Israel
    Posts
    137
    Hi "bhuva",
    The entity bean is meant to talk to the database -- not the client. In any case, data sources and database connections are not serializable, so I don't think you can send one to your client, anyway.

    Hope this helps you.

    Good Luck,
    Avi.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured