ResultSet Problem

2001-06-27 Thread AVDHUT SHEDGE
I am giving a query to MySQL which contains "order by RowNo".When i give this query on mysql prompt it gives me resultset in ascending order,but when i give the same query through java program(servlet) it gives me resultset in descending or any random order. before yesterday everything was wor

How to Configure MySQL with JRUN

2001-06-01 Thread AVDHUT SHEDGE
We want to Configure MySQL database to JRUN as a jdbc datasource (Native). If Anybody knows ,Please give reply. _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.rediff.com --

Query regarding backup of database

2001-05-14 Thread AVDHUT SHEDGE
how to copy database from one pc to another without networking _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.rediff.com - Before postin

How to transfer database from one machine to another without network

2001-05-13 Thread AVDHUT SHEDGE
i have created a database ,Now i want to copy it on the server. Is there any way to do it or i have to make tables on the servers if anybody knows please reply a.e.a possible. _ Chat with your friends as soon as they come online. Get Rediff Bo

in SQL query can we use sysdate to get System date

2001-05-10 Thread AVDHUT SHEDGE
in SQL query can we use sysdate to get System date like Oracle _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.rediff.com - Before postin

Regarding SQL query with Unique

2001-05-07 Thread AVDHUT SHEDGE
We want to get the Unique value from a table. can we use the following query: select unique(ProblemNo) from MainProblem; where MainProblem is a Table having Column ProblemNo. the contents of ProblemNo are 1 1 2 2 3 3 3 the result of the above query must be : 1 2 3 Thank You. __