| |
Download all 3 files BinaryGenSet.Cab,
Setup.exe, Setup.lst into a folder and click setup to start
the instllation - use it When you windows operating system is
reinstalled or you have any problems in installation
of the software. You only need to Run the Setup file.
– In Some System set up requires restarting.
After restarting Rerun the setup
-- If any abort, retry, ignore error occurs Click
the Ignore Button
--click YES when your system already have latest versions of
files being copied
|
| |
| 2.
Cotton Plus
- New installation.- Demo for Non customers. |
| |
Download and install Binary VB Runpack
as mentioned above(1).
Then download all the files in folder CottonPlus. Click the Cottonplus
program to start. |
| |
| 3.SQL
Database Backup And Restore |
| BackUp |
|
| 3.1 |
backup database SpinStar to
disk = 'F:\DATA\Data_BackUp\SStar\spin_Star_Aug_08.bak' |
| |
|
| 3.2 |
restore filelistonly from disk =
'D:\Binary_SpinStar\Data\AbcSpinStar_jun10.bak' |
| |
| 3.3 |
restore database Spinstar from disk
= 'F:\DATA\Data_BackUp\SStar\spin_Star_Aug_08.bak'
WITH MOVE 'Spinstar_Data'
TO 'D:\Binary_SpinStar\Data\Spinstar_Data.Mdf',
MOVE 'Spinstar_Log'
TO 'D:\Binary_SpinStar\Data\Spinstar_Log.Ldf' |
| |
| 4. |
Year Removal - remove extra year
created, by mistake by hitting Create Next Year- Take backup
first. After running verify the data. Ensure your software doesnot
have special year ranges. This will not remove any transactions
created in that year.
The following command will delete year entry 2006-2007.
You have to replace the number 6
for relelvant year. |
| |
Delete from ymaster where Y_no =
6 |
| |