I am trying to compile a Embedded SQL C program in Visual Studio 6.0.This program was found in Program Files\MS SQL Server\80\Tools\DevTools\Samples\Esqlc in the installables of MS SQL Server 2000.This program was found in .mdp format.I had to convert it to .dsp format.I have run two batch files vcvars32.bat and setenv.bat from the command prompt as suggested in the help.When I am trying to compile this.I got this error:
Running ESQL/C precompiler
'nsqlprep' is not recognized as an internal or external command,
operable program or batch file.
Error executing c:\windows\system32\cmd.exe.
genchar.exe - 1 error(s), 0 warning(s)
Can anyone help me here?
