| Author |
What is wrong?
|
Roberto Favaro
Greenhorn
Joined: Mar 23, 2004
Posts: 24
|
|
Can anyone sort out my ammend and get OrderDetails Methods?
|
 |
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
|
|
U cant call ' getConnection ' method like this . DriverManager.getConnection(.....) // it will take some parameter like ur driver type ( thin/thick ) , username , password , database , table . Before that u have to load the driver also . Class.forName(.) // ur driver name . try this , probably it will work .
|
 |
 |
|
|
subject: What is wrong?
|
|
|