Hi all,
Well when i try to retrieve the data using JDBC for applications it worked
fine and i got the expected results but when i tried to do the same for applets
using almost same code for the retreiveal of records i got the error : driver
not found I can't understand this.....
Can any body help me out either in this discussion group or at my email id chaudhrysalil@hotmail.com
Bye
Salil
04-22-2000, 11:39 PM
Tom Duffy
Re: JDBC
Hello Salil:
Sounds like an applet security issue. When you run an applet, you no longer
have access to the files on a local system. Try a type 4 (pure Java) driver
and send it along with your applet in the archive attribute.
Hope this helps,
Tom Duffy
"salil" <chaudhrysalil@hotmail.com> wrote:
>
>Hi all,
>Well when i try to retrieve the data using JDBC for applications it worked
>fine and i got the expected results but when i tried to do the same for
applets
>using almost same code for the retreiveal of records i got the error : driver
>not found I can't understand this.....
>Can any body help me out either in this discussion group or at my email
id
>chaudhrysalil@hotmail.com
>Bye
>Salil
>