RE: [DUG]: SQL2K Hardware Requirements.......

2001-04-03 Thread Chris Reynolds
Off topic but... Put your transaction log on a separate independant spindle. if you raid it with the data, you will dramatically reduce your write speed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Neven MacEwan Sent: Monday, April 02, 2001 11:03 PM

Re: [DUG]: SQL2K Hardware Requirements.......

2001-04-03 Thread Neven MacEwan
Chris Thats why I suggested leaping straight to Raid-10 (I should have also insisted on a Hardware Raid Controller) Striping gives max IO, Duplexing Redundancy, The Ideal would be Raid 10 for Data, Raid 1 for the transction Log, Striping over 3 drives gives you 8 drives in total and with 9Gb

[DUG]: IB6 CharSet/COllation

2001-04-03 Thread Rohit Gupta
Is there a way to add a new character set or collation sequence to Interbase ? Regards Rohit == CFL - Computer Fanatics Ltd. 21 Barry's Point Road, AKL, New Zealand PH(649) 489-2280 FX(649) 489-2290 email [EMAIL

[DUG]: PGL or PCL5 printing.....

2001-04-03 Thread Mark Derricutt
Hiya, got an odd question I have a client site that refuses to print some of our reports, because they're being generated in PGL format and not PCL5 format. The code that makes the report is just doing generic Printer.BeginDoc and Printer.EndDoc and drawing the the printers canvas. AFAIK

[DUG]: MDI Form in a DLL

2001-04-03 Thread vss
Hi. I have asked this question before, BUT I cant find the code someone sent me. I want to Open a form from a DLL as an MDI child in an MDI Parent. Can anyone help ? Cheers, Jeremy Coulter Jeremy Coulter (Manager) Visual Software Solutions Christchurch, New Zealand PH 03-3521595 FAX

Re: [DUG]: MDI Form in a DLL

2001-04-03 Thread Robert Martin
We open ours modally but some principles shoudl be the same. You need to make the DLL and the part of the calling Application. The code below is an example of how we do it. The com stuff allows the dll to talk back to the calling app. procedure OpenWages(SenderApplication : TApplication;

Re: [DUG]: MDI Form in a DLL

2001-04-03 Thread vss
Thansk for that. But unfortunitly no go. It is haveing problems createing the MDI child in the Dll at the Create point, and your sample made no diff. Thanks, Jeremy Coulter --- New Zealand Delphi Users group -

Re: [DUG]: MDI Form in a DLL

2001-04-03 Thread Robert Martin
That may have been why we went to modal DLL forms for our MDI app. - Original Message - From: [EMAIL PROTECTED] To: "Multiple recipients of list delphi" [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 4:24 AM Subject: Re: [DUG]: MDI Form in a DLL Thansk for that. But unfortunitly no

RE: [DUG]: MDI Form in a DLL

2001-04-03 Thread James Low
Have a look at the Delphi in 21 Days book. It has a well written, practical example. Its found at: www.kaposnet.hu/books/tysdelphi4/ch19/ch19.htm Cheers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 5 April 2001 04:25 To: Multiple recipients of list

RE: [DUG]: SQL2K Hardware Requirements.......

2001-04-03 Thread Chris Reynolds
of course, it's all slightly over engineered for 50 users. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Neven MacEwan Sent: Wednesday, April 04, 2001 10:03 AM To: Multiple recipients of list delphi Subject: Re: [DUG]: SQL2K Hardware