-
Contributing Member
Database access using C program
Is it possible to access database like db2 from c program. If so is this done using some predefined functions in C program or the user has to write some function for achieving the purpose. Tell me a way of doing this.
-
Contributing Member
Re: Database access using C program
Yes it is possible to access db2 database engine from C or C++. This is called as call level interface. There are many functions present in Call level interface namely like SQLExecute, SQLSetConnetAttr and so on.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules