• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Netbeans: Problems with Database Connections

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, all. Unfortunately I can't copy the error I'm getting directly to the forum, so I'll try to be as through as possible.

I'm actually having a couple of problems:

1) I've successfully made a connection to the database with Netbeans, but I am unable to make a connection pool. The option to make one does not appear when I try to make a new file.

(edit)
2) Is there a way to create a basic db connection class after you've connected to the db on Netbeans?
(/edit)

I will freely admit that I am no expert at making db connections, so any advice offered would be appreciated.
[ March 15, 2006: Message edited by: T. Grier ]
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch!

Why can't you post the error? It's a screenshot, it contains confidential info, etc?

Can you at least describe the error? We're going to need more to go on to help you out.
 
T. Grier
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, it is confidential, unfortunately. But I got it resolved in-house, so it's all good.

My new complaint is that Netbeans will keep crashing on me every hour or so, and most inconveniently when I'm in the middle of arranging the gridbag layout so I am unable to save. (Definitely something they should keep in mind for the next update) Has anyone else expirienced this problem/know how to fix it? I haven't seen anything in the configuration settings, but the only error I get is 'javax.exe error' and then it shuts down.

I'm at my wits end here and any assistance would be greatly appreciated.
 
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you use netbeans 5.0 final edition ?
I do not hae any problem with netbeans 5 GUI builder , although i did not build sophisticated GUI with its GUI builder.

maybe you should post your error log to one of netbeans mailing list to help them resolve the problem.
reply
    Bookmark Topic Watch Topic
  • New Topic