Board index » delphi » Paradox Tables On CDRom
Mark Roebuck
![]() Delphi Developer |
Mon, 06 May 2002 03:00:00 GMT
|
Mark Roebuck
![]() Delphi Developer |
Mon, 06 May 2002 03:00:00 GMT
Paradox Tables On CDRom
I have to distribute some large paradox tables to be accessed on CDRom, does
anyone have any experience of this? All tips would be greatly appreciated. -- Infolink Europe Ltd UK & European Company Data |
Uwe Molzah
![]() Delphi Developer |
Mon, 06 May 2002 03:00:00 GMT
Re:Paradox Tables On CDRomHi Mark, check out cd.zip on my new Delphi Pool site at http://ourworld.compuserve.com/homepages/lmc/dpool.htm I describes what you're looking for. Uwe Mark Roebuck <m...@infolink-europe.com> schrieb in im Newsbeitrag: Quote> I have to distribute some large paradox tables to be accessed on CDRom, |
Henry F. Clariu
![]() Delphi Developer |
Mon, 06 May 2002 03:00:00 GMT
Re:Paradox Tables On CDRomYour site is not quite ready for visitors. QuoteUwe Molzahn wrote: |
John Whitlin
![]() Delphi Developer |
Mon, 06 May 2002 03:00:00 GMT
Re:Paradox Tables On CDRomWorked well for me, a Netscape user. Quote"Henry F. Clarius" wrote: |
Team
![]() Delphi Developer |
Mon, 06 May 2002 03:00:00 GMT
Re:Paradox Tables On CDRom3104:Accessing Paradox Tables on CD or Read-Only Drive 3104:Accessing Paradox Tables on CD or Read-Only Drive KEYWORDS: CD-ROM Read-Only Paradox Tables DbiAcqPersistTableLock AREA: This Technical Information document will step through the concepts The Paradox locking scheme requires the existence of a PDOXUSRS.LCK 1. Starting with a blank project add the following components: TEdit, 2. In the OnClick event for the button use the following code: procedure TForm1.Button1Click(Sender: TObject); 3. The ChkPath function is a user defined method of the form. It will function TForm1.ChkPath : Boolean; { Note: Don't forget to put the function header in the public section 4. There is one more thing you need to add before compiling, in the When you have compiled and executed the utility program, it will Note: The PARADOX.LCK file is only necessary when accessing Paradox for 5. The only thing left for you to do is copy the remaining file Note: If you want to clean up this utility for future use, you can Here is the final version of the code: unit Unit1; interface uses {$IFDEF WIN32} type var implementation {$R *.DFM} function TForm1.ChkPath : Boolean; procedure TForm1.Button1Click(Sender: TObject); end. -- Bill Todd (TeamB) |
Art Begu
![]() Delphi Developer |
Mon, 06 May 2002 03:00:00 GMT
Re:Paradox Tables On CDRomLooked at it with IE5... some of your hyperlinks aren't showing up. Otherwise looks nice. QuoteUwe Molzahn <L...@compuserve.com> wrote in message Quote> Hi Mark, |
Mark Roebuc
![]() Delphi Developer |
Tue, 07 May 2002 03:00:00 GMT
Re:Paradox Tables On CDRomThanks A Lot. -- Infolink Europe Ltd UK & European Company Data Quote> 3104:Accessing Paradox Tables on CD or Read-Only Drive |
Uwe Molzah
![]() Delphi Developer |
Fri, 10 May 2002 03:00:00 GMT
Re:Paradox Tables On CDRomHi Art, would you mind to specify two or three links that didn't work ? I checked Regards Art Begun <beg...@mindspring.com> schrieb in im Newsbeitrag: Quote> Looked at it with IE5... |