Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Embedded SQL and C

Author  Topic 

msa969
Starting Member

13 Posts

Posted - 2002-02-21 : 18:10:10
Embeded SQL and Pro*C

I am working with a program that has C code and embeded PL/SQL. How can I run this in Windows XP environment

In Unix there is a make command that accepts a makefile.
Under Unix to execute make you type make at the prompt and the make file must be at the current root. For example:

$make

I have Windows XP and when I type, “make” whilst having the same file at the root it returns with command syntax errors:


D:\west\sem\db\example1>make Makefile
MAKE Version 4.0 Copyright (c) 1987, 1996 Borland International
Error makefile 2: Command syntax error
*** 1 errors during make ***

Any ideas how I may resolve this?

When the compilation is done under UNIX to run the program one types

$./crswk

This is a file that is created by the makefile, which has C code any idea, how can I make this program run?


robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-02-21 : 20:33:33
You will have to go to Borland's web site http://www.borland.com/ and look for documentation on their C/C++ compiler and utilities that you're using, to see what their support is under Windows XP. PL/SQL is also used only by Oracle, and we focus on SQL Server on this site.

Go to Top of Page
   

- Advertisement -