[SOLVED] Drive is not accessible. The parameter is incorrect

Download the Windows version of testdisk-6.14-WIP here Unzip the downloaded file to your C: drive and open C:testdisk-6.8win > double click "testdisk_win" 1.At the first window select “No...

[SOLVED] Runtime Error R6003 – Integer Divide by 0

I encountered this error when i tried changing the application PC with a much faster processor PC. After installing winxp and other application to...

Connecting VB6 to Crystal Report XI with Parameter

For you to be able to connect VB6 program to Crystal Report XI reports, first add this Component; Crystal ActiveX Report Viewer Library 11.5 Add Reference; Crystal...

How to Fix Chain Linkage Mismatch Errors

To fix "Chain Linkage Mismatch" error, execute this script in your Query Analyzer; Use DBName GO ALTER DATABASE database_name SET SINGLE_USER GO DBCC CHECKDB('DBName', REPAIR_REBUILD) GO After the repair, you have...

How to attach a database without the MDF file.

1: Make a new database with same name, and which uses the same files as the old one on the new server. 2: Stop SQL...

YOU MUST READ THIS