Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Tue, 20 Jul 2004 @ 18:43:43 GMT


     
  <Prev Next>   <<First <Prev
Next>
Last>>
 


Subj:   Re: Stored procedures on Windows and Visual Studio?
 
From:   Dieter Noeth

Siddhartha Raghuraj Hattangadi wrote:

  I have a demo version of teradata (for practice) installed on my windows machine. I cant compile stored procedures. The error messages state that I have to have visual c++ compiler installed on the machine. Is there a dependecy on visual c++ compiler for such a case like SP.  



Microsoft's cl.exe is hard-coded within the PE DLL's and i never succeded to use any other compiler.

But cl.exe is also included in two MS products which are freely available for download:

.NET Framework SDK

msdn.microsoft.com/netframework/technologyinfo/howtoget/default.aspx

> 130MB including


Visual C++ Toolkit 2003

msdn.microsoft.com/visualc/vctoolkit2003/

32 MB


No need to buy an expensive MS Visual Studio ;-)

You'll just have to add two registries entries.

For .NET FRamework:

     [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Setup]
     "VsCommonDir"="C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Common7"

     [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Setup\Microsoft Visual C++]
     "ProductDir"="C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\"

For VC++ Toolkit:

     [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Setup]
     "VsCommonDir"="C:\\Program Files\\Microsoft Visual C++ Toolkit 2003"

     [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\6.0\Setup\Microsoft Visual C++]
     "ProductDir"="C:\\Program Files\\Microsoft Visual C++ Toolkit 2003"

  Is the same dependency there on UNIX , I guess gcc is freely available but if it aint installed will not my SPs work?  


There's a c compiler included in NCR's MP-RAS.


Dieter



     
  <Prev Next>   <<First <Prev
Next>
Last>>
 
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023