Forum: Java May 10th, 2008 |
| Replies: 2 Views: 1,366 i have a program running with lot of system.out.println statements.. i want to display this in a javaframe...can anyone tel me the steps to go abt it |
Forum: Java May 10th, 2008 |
| Replies: 4 Views: 433 chk the if condition
it must be if(rogue==true)
{...} |
Forum: Java May 10th, 2008 |
| Replies: 0 Views: 715 i have this pgm which receives a string and tries to find it in database and return a value. for the first execution its working fine, but if the string is not found in database and the pgm is to be... |
Forum: Java May 9th, 2008 |
| Replies: 1 Views: 1,009 hello, i have written a program which selects each record in the database-table(having ip,status and other fields) pings to that ip and if a reply is obtained then the program establishes a socket... |
Forum: Java May 3rd, 2008 |
| Replies: 1 Views: 464 hello,
i want to cycle through a db table infinite times, ie; if there exists no value(reached end of table) in the result set, i wanna point the cursor to the start again...and it goes on... |
Forum: PHP Apr 25th, 2008 |
| Replies: 3 Views: 2,616 |
Forum: PHP Apr 25th, 2008 |
| Replies: 3 Views: 2,616 oh thanks, i changed it to a system dsn now...
but i get this error msg
Warning: odbc_connect() [function.odbc-connect]: SQL error: Failed to fetch error message, SQL state HY000 in... |
Forum: PHP Apr 24th, 2008 |
| Replies: 3 Views: 2,616 Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in... |
Forum: Java Apr 24th, 2008 |
| Replies: 5 Views: 1,472 thanks for the steps... but i know upto retrieving values from the db...how do i display it in a table? and with the varying number of records in how does the table rows increase or decrease? |
Forum: Java Apr 24th, 2008 |
| Replies: 5 Views: 1,472 Tablemodel??? wat is that? do u have or know of any simple example that explains it? |
Forum: Java Apr 24th, 2008 |
| Replies: 5 Views: 1,472 i need to display the contents of a database(table) MS access db, on to the screen. how do i got abt it??? the data keeps changing dynamically...the program should be able to refresh it self |
Forum: Java Apr 24th, 2008 |
| Replies: 0 Views: 7,797 this is the output on server
init:
deps-jar:
compile-single:
run-single:
checking the client of ip 169.254.86.65
checking the client at port 59000
checking the client at hostname RAF
System... |
Forum: Java Apr 23rd, 2008 |
| Replies: 4 Views: 2,220 http://www.ccs.neu.edu/course/com3118/Multithreading.html
this will surely help |
Forum: Java Apr 23rd, 2008 |
| Replies: 4 Views: 2,220 u have any simple example... i understand better thru examples rather than reading theory |
Forum: Java Apr 23rd, 2008 |
| Replies: 4 Views: 2,220 hi, i am new to java...
i need to start two programs in a server just after user clicks a button in the jform.
for this i may require multi threading.. can any one plz give me a small example or a... |
Forum: Java Apr 23rd, 2008 |
| Replies: 17 Views: 1,692 oh ok...thanks...will do that.... sure trouble u more with my errors...thanks and bye for now |
Forum: Java Apr 23rd, 2008 |
| Replies: 17 Views: 1,692 oh man.... u are awesome.......
thanks...
that error has gone now...
but now the output gets stuck...
like this
init:
deps-jar:
compile-single:
run-single: |
Forum: Java Apr 23rd, 2008 |
| Replies: 17 Views: 1,692 String[] serv=new String [10];
i changed it to this... is it OK? |
Forum: Java Apr 23rd, 2008 |
| Replies: 17 Views: 1,692 oh..now wat do i do so as to avoid that serv = null thingy |
Forum: Java Apr 23rd, 2008 |
| Replies: 17 Views: 1,692 i am so sorry...actually... i dint delete the record before starting the pgm...thats the reason why that error came up...this is the o/p
init:
deps-jar:
compile-single:
run-single:
Got a... |
Forum: Java Apr 23rd, 2008 |
| Replies: 17 Views: 1,692 no no...the database stuff is perfectly fine else it wudnt insert or retrieve tuples from the db...
u can check the output i posted a little earlier..
plz see the run() block...its there that the... |
Forum: Java Apr 23rd, 2008 |
| Replies: 17 Views: 1,692 please check the run block...its there that the error occurs |
Forum: Java Apr 23rd, 2008 |
| Replies: 17 Views: 1,692 yeah there is a class in server package namely lookupserver |
Forum: Java Apr 23rd, 2008 |
| Replies: 17 Views: 1,692 the exception is caught just after run() |
Forum: Java Apr 23rd, 2008 |
| Replies: 17 Views: 1,692 thanks for replying....
init:
deps-jar:
compile-single:
run-single:
Got a client (client num : 1)
recving username:raf123
srecvng password:F75L14BX
recving ip:169.254.86.65 |
Forum: Java Apr 23rd, 2008 |
| Replies: 17 Views: 1,692 /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package server;
/**
*
* @author 007 |