Forum: Java Apr 8th, 2008 |
| Replies: 11 Views: 851 Re: first time using arrays hi,
you have declared the variable "average" as a float, but trying to assign a value as Double,
either you declare average as a type double or convert return value (in method averageScores) to... |
Forum: Java Apr 8th, 2008 |
| Replies: 1 Views: 601 how to merge files how to merge two or more files (similar files)
ex: two or mre pdf files,
two or more xls files,
two or more doc files. |
Forum: MySQL Apr 2nd, 2008 |
| Replies: 7 Views: 635 |
Forum: MySQL Apr 1st, 2008 |
| Replies: 7 Views: 635 how to write PHP please help any one, how to write PHP,
what is the use of PHP, syntex, advantages etc.... |
Forum: MySQL Apr 1st, 2008 |
| Replies: 2 Views: 602 how to write nested queries in a function how to write nested queries
ex:
SELECT * FROM [table1] WHERE [column] IN (SELECT [column] FROM [table2])
in a function.
i tried this but MYSQL is getting stoped.
is there any alternate. |