dbTalk Databases Forums  

Paradox / Runtime on USB Flash Drive

comp.databases.paradox comp.databases.paradox


Discuss Paradox / Runtime on USB Flash Drive in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kevin Woodford
 
Posts: n/a

Default Paradox / Runtime on USB Flash Drive - 02-18-2008 , 03:01 PM






Has anyone tried to install paradox runtime onto a USB flash drive so that
the drive is standalone. Is this even possible. I'd like to create an app
that is entirely run from the flash drive.

Any experience in doing this out there?

Any help would be greatly appreciated.

Thanks in advance.

Kevin


Reply With Quote
  #2  
Old   
Tony McGuire
 
Posts: n/a

Default Re: Paradox / Runtime on USB Flash Drive - 02-18-2008 , 03:08 PM







Quote:
Has anyone tried to install paradox runtime onto a USB flash drive
so that
the drive is standalone. Is this even possible. I'd like to create
an app that is entirely run from the flash drive.

I think the required registry entries will make this all but
impossible. For the BDE as much as anything.

And each computer will assign a different drive to the usb drive,
further complicating things.




--
------------------------------
Tony McGuire




Reply With Quote
  #3  
Old   
Tony McGuire
 
Posts: n/a

Default Re: Paradox / Runtime on USB Flash Drive - 02-18-2008 , 03:08 PM




Quote:
Has anyone tried to install paradox runtime onto a USB flash drive
so that
the drive is standalone. Is this even possible. I'd like to create
an app that is entirely run from the flash drive.

I think the required registry entries will make this all but
impossible. For the BDE as much as anything.

And each computer will assign a different drive to the usb drive,
further complicating things.




--
------------------------------
Tony McGuire




Reply With Quote
  #4  
Old   
Tony McGuire
 
Posts: n/a

Default Re: Paradox / Runtime on USB Flash Drive - 02-18-2008 , 03:08 PM




Quote:
Has anyone tried to install paradox runtime onto a USB flash drive
so that
the drive is standalone. Is this even possible. I'd like to create
an app that is entirely run from the flash drive.

I think the required registry entries will make this all but
impossible. For the BDE as much as anything.

And each computer will assign a different drive to the usb drive,
further complicating things.




--
------------------------------
Tony McGuire




Reply With Quote
  #5  
Old   
Tony McGuire
 
Posts: n/a

Default Re: Paradox / Runtime on USB Flash Drive - 02-18-2008 , 03:08 PM




Quote:
Has anyone tried to install paradox runtime onto a USB flash drive
so that
the drive is standalone. Is this even possible. I'd like to create
an app that is entirely run from the flash drive.

I think the required registry entries will make this all but
impossible. For the BDE as much as anything.

And each computer will assign a different drive to the usb drive,
further complicating things.




--
------------------------------
Tony McGuire




Reply With Quote
  #6  
Old   
Tony McGuire
 
Posts: n/a

Default Re: Paradox / Runtime on USB Flash Drive - 02-18-2008 , 03:08 PM




Quote:
Has anyone tried to install paradox runtime onto a USB flash drive
so that
the drive is standalone. Is this even possible. I'd like to create
an app that is entirely run from the flash drive.

I think the required registry entries will make this all but
impossible. For the BDE as much as anything.

And each computer will assign a different drive to the usb drive,
further complicating things.




--
------------------------------
Tony McGuire




Reply With Quote
  #7  
Old   
Tony McGuire
 
Posts: n/a

Default Re: Paradox / Runtime on USB Flash Drive - 02-18-2008 , 03:08 PM




Quote:
Has anyone tried to install paradox runtime onto a USB flash drive
so that
the drive is standalone. Is this even possible. I'd like to create
an app that is entirely run from the flash drive.

I think the required registry entries will make this all but
impossible. For the BDE as much as anything.

And each computer will assign a different drive to the usb drive,
further complicating things.




--
------------------------------
Tony McGuire




Reply With Quote
  #8  
Old   
Tony McGuire
 
Posts: n/a

Default Re: Paradox / Runtime on USB Flash Drive - 02-18-2008 , 03:08 PM




Quote:
Has anyone tried to install paradox runtime onto a USB flash drive
so that
the drive is standalone. Is this even possible. I'd like to create
an app that is entirely run from the flash drive.

I think the required registry entries will make this all but
impossible. For the BDE as much as anything.

And each computer will assign a different drive to the usb drive,
further complicating things.




--
------------------------------
Tony McGuire




Reply With Quote
  #9  
Old   
Steven Green
 
Posts: n/a

Default Re: Paradox / Runtime on USB Flash Drive - 02-19-2008 , 10:33 AM



Quote:
-in idapi32.cfg file you must have local share=false and undefined
(empty) net dir setting
that's a really good way to end up with corrupt data.. let alone, what
happens if some smart-a** pulls the thumb drive out while you're in the
middle of a data post?

it's just like the old rule about queries.. just because you *can* do it,
doesn't mean you *should* do it..

--
Steven Green - Myrtle Beach, South Carolina USA

Diamond Software Group
http://www.diamondsg.com/main.htm
Paradox Support & Sales

Diamond Sports Gems
http://www.diamondsg.com/gemsmain.htm
Sports Memorabilia and Trading Cards

"modri dirkac" <modridirkac (AT) email (DOT) si> wrote

Quote:
Biggest problem is writing registry keys for BDE.
Look at files in ZIP.

There is one BAT file, which you can call to start your application.
(you can try caling bat file from autorun on your USB key)

This bat file first determines letter for USB key,
then imports registry settings for this drive letter,
and at the end calls paradox runtime.

You also have to have appropriate file and directoy structure on USB key.
This example assumes, that on USB key you have
-BDE files in \myapp\bde\
-paradox runtime files in \myqpp\runtime\
-:WORK: directory \myqpp\work\
-:PRIV: directory \myapp\priv\
-in idapi32.cfg file you must have local share=false
and undefined (empty) net dir setting

Try and report.
But you must know, that USB keys have limited number of write cycles for
every byte on them.

Jure


"Kevin Woodford" <kwoodford (AT) comcast (DOT) net> je napisal v sporocilo
newsdWdnQ7DwYy4byTanZ2dnUVZ_uevnZ2d (AT) comcast (DOT) com ...
Has anyone tried to install paradox runtime onto a USB flash drive so
that
the drive is standalone. Is this even possible. I'd like to create an
app
that is entirely run from the flash drive.

Any experience in doing this out there?

Any help would be greatly appreciated.

Thanks in advance.

Kevin







Reply With Quote
  #10  
Old   
Steven Green
 
Posts: n/a

Default Re: Paradox / Runtime on USB Flash Drive - 02-19-2008 , 10:33 AM



Quote:
-in idapi32.cfg file you must have local share=false and undefined
(empty) net dir setting
that's a really good way to end up with corrupt data.. let alone, what
happens if some smart-a** pulls the thumb drive out while you're in the
middle of a data post?

it's just like the old rule about queries.. just because you *can* do it,
doesn't mean you *should* do it..

--
Steven Green - Myrtle Beach, South Carolina USA

Diamond Software Group
http://www.diamondsg.com/main.htm
Paradox Support & Sales

Diamond Sports Gems
http://www.diamondsg.com/gemsmain.htm
Sports Memorabilia and Trading Cards

"modri dirkac" <modridirkac (AT) email (DOT) si> wrote

Quote:
Biggest problem is writing registry keys for BDE.
Look at files in ZIP.

There is one BAT file, which you can call to start your application.
(you can try caling bat file from autorun on your USB key)

This bat file first determines letter for USB key,
then imports registry settings for this drive letter,
and at the end calls paradox runtime.

You also have to have appropriate file and directoy structure on USB key.
This example assumes, that on USB key you have
-BDE files in \myapp\bde\
-paradox runtime files in \myqpp\runtime\
-:WORK: directory \myqpp\work\
-:PRIV: directory \myapp\priv\
-in idapi32.cfg file you must have local share=false
and undefined (empty) net dir setting

Try and report.
But you must know, that USB keys have limited number of write cycles for
every byte on them.

Jure


"Kevin Woodford" <kwoodford (AT) comcast (DOT) net> je napisal v sporocilo
newsdWdnQ7DwYy4byTanZ2dnUVZ_uevnZ2d (AT) comcast (DOT) com ...
Has anyone tried to install paradox runtime onto a USB flash drive so
that
the drive is standalone. Is this even possible. I'd like to create an
app
that is entirely run from the flash drive.

Any experience in doing this out there?

Any help would be greatly appreciated.

Thanks in advance.

Kevin







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.