Dynamic sorting

2000-11-01 Thread Maureen Chandra
Hi fellows, I'm trying to use DATASRC attribute in jsp, but it doesn't work. What I mean is there's no data displayed on the page. But, when I change the value "query.jsp" to "datasrc.txt" where datasrc.txt contains all the records from such table, it worked. Please help me on this. The purpose I

Mount point of servlet

2000-11-06 Thread Maureen Chandra
Sorry if I'm wrongly post the question, coz I don't know anymore where should I post this. I have some doubts regarding the servlet configuration on Apache JServ 1.1.2 I read somewhere that the hostname on jserv-url section must be localhost that is, 127.0.0.1 is that true? and what is the reason?

Java: make EXE

2000-11-15 Thread Maureen Chandra
Hi group, Sorry to have posted this question. But I really wondered whether we can compile .java to .exe or not. Or is there any compiler that can do that? Thanks & regards, Muliawan _ Get Your Private, Free E-mail from MSN

Re: Java: make EXE

2000-11-16 Thread Maureen Chandra
ut /r /r- /raw >/reg /special:tlb[-] /special:pe[-] /special:all[-] /special:res /stack /v >/w /win32res /win32res- /? > >See Also >Jexegen Options > >Jexegen Usage Notes > >Exegen Format > >Irfan >-Original Message- >From: Maureen Chandra [mailto:[E

JdbcOdbc with Sybase

2000-11-23 Thread Maureen Chandra
Hi group, I wanted to migrate SQL Server to Sybase. Yesterday I've change the database connection to Sybase through ODBC. And trying the testing using the sampe application like I used with SQL Server. But, I always got error "nullPointerException" on statement "stmt = db.createStatement();" in a