Re: ASCII Codes

2000-08-21 Thread Graham Cruickshanks
Got it working Cheers everyone <% int b = 0x000D; int a = 0x000A; Character c = new Character( (char)a ); Character d = new Character( (char)b ); String OutputString = ""; OutputString = OutputString + "390129|1326|David Gould|.|18 Huxley Way|Bishops Cleave|Cheltenha

Re: ASCII Codes

2000-08-21 Thread Graham Cruickshanks
ketscience.com -Original Message- From: Scott Evans [mailto:[EMAIL PROTECTED]] Sent: 21 August 2000 17:23 To: [EMAIL PROTECTED] Subject: Re: ASCII Codes The carriage return is platform-dependent, so Windows and UNIX for example represent it differenly. You have to ask the System object w

ASCII Codes

2000-08-21 Thread Graham Cruickshanks
|N|N||1|" + d + c; OutputString = OutputString + "390129|1326|David Gould|.|18 Huxley Way|Bishops Cleave|Cheltenham|Gloucester|GL52|D||0|N|N||1|"; %><%= OutputString %> but to not joy Graham Cruickshanks www.itsnotrocketscience.com

Re: Good ASP book?

2000-07-11 Thread Graham Cruickshanks
Good books for ASP are as follows: Using Active Server Pages: ISBN 0-7897-1389-6 Bye QUE AND the WROX book ASP 3 for professionals There is many more WROX books, I would also look a VB6 active-x and MTS if you are doing a DB project of any size. Cheers Graham Cruickshanks

Re: asp v. jsp/servlet environment?

2000-07-07 Thread Graham Cruickshanks
You can use a Debugger ( try that in ASP ) run anywhere etc, Tags Easy DB Connection Pool Complied Code ( Clients can't nick the source ) JSP Disadvantages require more expensive, good programmers where as monkeys can program ASP Cheers Graham Cr

Re: session in useBean

2000-07-04 Thread Graham Cruickshanks
If the Session is Not found then it creates an new session else it uses the current session object. Cheers Graham Cruickshanks e-commerce director www.itsnotrocketscience.com -Original Message- From: Paras Sharma [mailto:[EMAIL PROTECTED]] Sent: 04 July 2000 18:32 To: [EMAIL

Re: jsp-bean question.. URGENT

2000-06-25 Thread Graham Cruickshanks
<% String ValueA = "A--"+request.getParameter("A") %> -Original Message- From: Scott Stirling [mailto:[EMAIL PROTECTED]] Sent: 25 June 2000 18:44 To: [EMAIL PROTECTED] Subject: Re: jsp-bean question.. URGENT Nope. Sorry. It doesn't work. Not time to explain why though . . . SS -

How do I destroy/reset a Session Java bean

2000-06-14 Thread Graham Cruickshanks
ssion objects, Or manually setting all values to defaults. He's the little son of a gun Thanks Graham Cruickshanks www.inrs.co.uk === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". S

Tool for testing and debugging Javabeans?

2000-05-28 Thread Graham Cruickshanks
i use them in the jsp pages? Also, Is there any good code examples for a full app built in this way on the web? Graham Cruickshanks www.itsnotrocketscience.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: &q