Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to communicate Unix / C++ with SQL Server?

Status
Not open for further replies.

WildWest

Programmer
Apr 2, 2002
111
US
Unfortunately we don't have Oracle. Anyone know how to communicate to SQL Server 2000 via C++ on the UNIX platform? Any suggestions would be great! Thanks!

 
system() or popen() might be the best bet... But I am not that familiar with SQL and C++, that's why I'd pipe it to the OS, or start it in it's own process. Just an idea.
 
WOW... Sounds very advanced. Way above my head. Anyone else familiar with Merant or Intersolv ODBC drivers working with C++ and SQL Server?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top