Urgent Help needed

Hi.

I'm using netbeans to create a web application which uses a java db as a datasource. However when i try to bind a data source to a component it won't let me, displaying the data provider in red and no field can be selected, my database is definately connected to the project.

Any ideas

Adam

[321 byte] By [Rileyasa] at [2007-11-27 2:33:30]
# 1
Either quote the exact error or put the code. Someone might help you out then
javavoyagera at 2007-7-12 2:50:10 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
There isn't an error to quote, i don't think my data source is set correctly but i've been through all the tutorials and it still won't work. The example database is recognised but not mine
Rileyasa at 2007-7-12 2:50:10 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
getConnection() throws SQLException if the URL cannot be reached. Catch it and determine it further.
javavoyagera at 2007-7-12 2:50:10 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...