Re: Info needed! -- urgent!!

2001-07-19 Thread Asha Ramaiah
(); stmt = con.createStatement(); rs = stmt.executeQuery(sqlQuery); } - Original Message - From: Venu Anuganti [EMAIL PROTECTED] To: Asha Ramaiah [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 11:55 AM Subject: Re: Info needed! If Connection.isClosed() returns false means, the connection

Info needed!

2001-07-18 Thread Asha Ramaiah
I need to run a query from a java program to : 1) get the list of tables in a particular db] 2) get the desc of each table in the list I get Can I use the show tables; and desc tablename as a query to get the desired RESULTSET in java(sql package) ?? Plz do respond at hte earliest! Thanks and

Re: Clean way of execution of query....

2001-07-09 Thread Asha Ramaiah
not in (tString); All I want is the same result , but using joins, Iff it is possible! I certainly hope u get my problem this time!!:(.. Thanks for your time Rgds, Ash - Original Message - From: Don Read [EMAIL PROTECTED] To: Asha Ramaiah [EMAIL PROTECTED] Cc: [EMAIL PROTECTED

Clean way of execution of query....

2001-07-04 Thread Asha Ramaiah
Hey! guys! I wanted a little help on the following : .. Scenario: I have 2 tables : one task and the other tasksequence desc task : (primary key taskId, varchar taskdesc) desc tasksequence (primary key (taskId,milestoneId)) Now the query I want to form should give me a list of all taskIds