Dear Friends,
Is there anyway to see the JDBC Drivers installed in my system ?
for ex : i java odbc driver, and microsoft sql server jdbc driver...etc.,
Can I see the list of all drivers ?
Is there anyway to develop a java program to see this ?
If anyone having any idea, please share ur...
Dear Friends,
I got the solution to my problem (to the above problem).
Thanks to all programmers for helping me.
I am posting the solution here.
Inside class A, make this change:
code:
public void actionPerformed(ActionEvent ae)
{
if (ae.getSource() == showBChild)
{
b = new B()...
...Frames are opening fine. only problem is while closing C Frame from A Frame
=======================
A.Java
=======================
import java.awt.*;
import java.awt.event.*;
public class A extends Frame implements ActionListener
{
B b;
C c;
Button showBChild, closeCChild;
A()
{...
Dear friends,
please help me.
I have to close B_Frame (Child frame) from A_Frame (Parent) with a button click.
In A_Frame.java (Parent Frame) I used like this :
public void closeChildFrame()
{
System.out.println("close()");
B_Frame.hide();
B_Frame.dispose();
}
Compilation error ...
Dear Friends,
I am getting the following exception when i run my server program, which interacts with database.
if anyone knows about this, please help me
Thank you very much.
yours Suji
Current Java thread:
at sun.jdbc.odbc.JdbcOdbc.getDataInteger(Native Method)
at...
Dear Friends,
Is it possible to use JDBC Type-4 driver for MS Access ?
Is there any type-4 driver provider for MS Access ?
If anyone knows about this., please participate in this discussion.
Thanks in advance
yours
Suji
Dear DannyB,
Thank you very much.
if possible please tell me how to synchronise odbc threads.
i am new to java.
please help me.
looking forward to hearing from you again.
Thanks in advance
yours
suji
Dear Friends,
please help me.
My RMI Serverprogram is suddenly shutting down after running for 2 hours. and showing the following log file.
My server program will inserts records in database.(Continuous database interaction)
please help me. i am stuck with this problem. i cannot find the...
Dear skumar
Thankyou VeryMuch.
Your code helped me a lot.
I used ur code for ascii to hex conversion.
I used like this.
But i got a small problem in this.
when i use "aa" as decimal...it is showing 6161. it is fine. but
when i use "ab" as decimal...it is still showing...
Dear Friends
I am facing pblm while converting ascii to dec.
at present my program is supporting to this..
ascii dec
a 61
but, when i give "aa" it is still saying 61 as decimal.
how can i make my program to get this type of result
aa 6161
aaa 616161
is it possible.
please help...
Dear Friends
(Urgent Please)
I am getting the following error when i use post method
The requested method POST is not allowed for the URL /user_demo/output.html
i am using apache server on winnt.
i made some changes in httpd.conf file like this
<Directory...
Dear Friends
I am new to Java
A Strange Doubt.
Can I run my java program like this...
java HelloWorld.class
My HelloWorld program is like this
class HelloWorld
{
public static void main(String args[])
{
System.out.println("Hello World ");
}
};
After Compiling ...Can i Run the...
Dear Friends,
I am new to java
I have a Frame class called "AFrame". in this there is a button "Show"
and another Frame class called "BFrame".
When i press the Show button from "AFrame" the BFrame should have to appear in "center" of that...
Hai
I am new to ASP
I used FileSystemObject to display all the files of my drive for ex : c:/ drive.
Is is possible to display only .html files ?
Is there any method in asp to display only that .html files
Thankyou VeryMuch
Yours
Suji
Hai Friends
I am new to Java
I have a doubt.
I have 2 Frames like..Frame1 and Frame2
In Frame1 a Button called "OK"
When i click that button (OK) from Frame1 ....the second Frame should open as a MODAL Frame.
Is it possible to Call another Frame class as MODAL ?
If anybody knows...
hai
how to create a table in database thru query analyzer.
i have a default value for the field.
for ex.
create table emp (eno int);
for the above table how can i set the default value for eno field.
can anybody know this..please give me the sql query to create table with default values...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.