Re: How to interact with Oracle, MS-SQL and Sybase databases using C Language
- From: Paul Mesken <usurper@xxxxxxxxxx>
- Date: Tue, 31 May 2005 16:33:01 +0200
On 31 May 2005 07:11:57 -0700, "yogishaj" <yogish.groups@xxxxxxxxx>
wrote:
>How to interact with Oracle, MS-SQL and Sybase databases using C
>Language. Please provide me information about links or books which
>discuss this subject
Interaction with DBMSs is not part of the C language itself. However,
there are C APIs that allow this like ODBC (which is more or less
portable, at least more so than ADO).
Here's a link :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/dasdkodbcoverview.asp
.
- Follow-Ups:
- Re: How to interact with Oracle, MS-SQL and Sybase databases using C Language
- From: Salvatore Di Fazio
- Re: How to interact with Oracle, MS-SQL and Sybase databases using C Language
- References:
- Prev by Date: How to interact with Oracle, MS-SQL and Sybase databases using C Language
- Next by Date: Re: How to interact with Oracle, MS-SQL and Sybase databases using C Language
- Previous by thread: Re: How to interact with Oracle, MS-SQL and Sybase databases using C Language
- Next by thread: Re: How to interact with Oracle, MS-SQL and Sybase databases using C Language
- Index(es):
Relevant Pages
|