|
-
February 24th, 2003, 04:54 AM
#1
C++ database access
I'm designing a new large project which uses database intensively.
I'm looking for a c++ library that provides access to databases (such as ilog and dtl) that has the following features:
* unicode support.
* good benchmarks.
* support multithreading.
* high reliability.
* multi-platform.
* supports several db engines (e.g. oracle, sybase, ms sql...).
Does anyone familiar with such library?
TIA,
Yaniv.
-
February 24th, 2003, 02:19 PM
#2
There is no multiplatform database standard. For Windows you should look at OleDb. Its the only technology that does everything you mention.
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
|
Click Here to Expand Forum to Full Width
|