![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using .NET Stored Procedures in Oracle | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 02:10 AM |
| Executing Stored Proc from unix prompt. | arvindcgi | UNIX for Advanced & Expert Users | 0 | 01-29-2008 10:46 PM |
| External Language Stored Procedures for MySQL 1.2761 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-08-2008 02:20 PM |
| Stored Procedures | thumsup9 | UNIX for Dummies Questions & Answers | 2 | 03-04-2005 06:52 AM |
| Calling Oracle Stored Procedures in UNIx(sun solaris) | etravels | SUN Solaris | 0 | 03-23-2004 02:21 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Executing MS-SQL stored procedures from Unix/C Program?
All,
We are contemplating a port of an existing software product and would like to expend as little effort as possible. Our new database would be MS-SQL, and we would write stored procedures to perform common db operations. We'd like to call these stored procedures from C or C++ code running on a Solaris (2.5.1, 8.x or 10.x) box. We found one product/library that seems to provide the interface we need, called "EnterpriseDB". Are there others? Or is there a different way to accomplish what we want to do? Thanks! |
| Forum Sponsor | ||
|
|
|
|||
|
You need to use odbc as stated in the previous post by porter. This is not dependent on any web services you may have. The easiest way I would solve this is by writing a java app to use a jdbc-odbc connection to send sql statements to the MS-SQL server.
|
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|