Friday, March 9, 2012

interacting with C++ as programming language and SQL SErver as DB

Is SQL Server capable of interacting with C++ written programs /Java written
programs (all non microsoft products). If yes, how would you do it from the
language?
ThanksSQL Server can use "extended stored procedures", these are native mode
DLLs typically written in C/C++.
AFAIK for Java, no easy way.

No comments:

Post a Comment