Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Move application
Message
From
05/02/2002 10:08:55
 
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00615344
Message ID:
00615477
Views:
18
>>Question: what is the safest way to do this? I don't want anything in the old, currently used system to be altered. I simply want to create a testing area for SDT and their app in VFP7. I want to run the Update() routine but am afraid it will update the vfp5 tables. How much of SDT do I need to put at the client site to accomplish this? When I validate the database in the new dir, it shows my changes (things that don't match) so I try to run update() but it looks for dbcxmgr.vcx. I only installed the updated dbc, dct, dcx, dbcxreg.*, sdtmeta,*, sdtuser.*. Don't want to install parts that aren't legal to install!
>>
>>Update: It looks like I needed dbcxmgr.v* and sdt.v* on the client to get the update prg to run. Is this legal and proper??
>
>Only if you remove the code from the Methods field of all the records. Those classes should be included in your project and just compiled into the APP/EXE. I do not provide them separately, and, therefore, do not have to remove the code from the Methods field. This should only be done on a copy of those files as well. The compiled code is in the ObjCode field.
>
>When you copied the app files, did you make a complete copy of all the files in the data folder? Or are you trying to let them run the VFP7 app against the same data as the VFP 5 app?


I have the dbcxmgr and sdt libraries in the project. I'm using an app. Since I was trying to run the update.prg, it was outside the app and therefore couldn't see these.

I copied all files from the vfp5 application into another subdir for vfp7. I want no relation between the 2. I got the update.prg to work by sending up the 2 libraries but I didn't remove the code. I'll go back and do that. From the SDT help, it says you can run update.prg from the command window to update everything but this must only be on a development system with a legit copy of SDT. My guess is that I need to move the code in my app's starting prg up some so that it will run update automatically before it tries to access any tables or views in the database, correct?

Thanks Mark. You are a great contributor to this forum and I enjoyed your talk on Palm and VFP at Whilfest!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform