Database Connection
Hello All,
I am very new to Java. I have downloaded the NetBeans 5.5.1 and the Web Pack and have this setup with the Sun Java App server. I am running this on Windows XP and trying to connect to a MaxDB on a different server, with no luck.
In the Run time tab I have setup the driver and made a db connection. I can see the tables and views on the server and can view the data when I execute a command.
I have put a table on the web form and dropped the view onto the table and the column names change to match the view. When I run main project, I don't get any data back to the web page.
Any help would be great!

