Hi, all.
The version 0.8.5 of ADO.NET provider for MaxDB is released, binaries and
source code can be downloaded from http://www.sf.net/projects/maxdbprovider.
New features:
1. Connection pool support.
2. GUI installer for the Windows platform.
Besides stress tests are optimized and some mino
Hi, Edward!
Please take into account that provider is built as safe (i.e. 100% managed
code) and unsafe (managed wrapper for MaxDB client library SQLDBC_C)
assembly. Safe version looks more stable, unsafe provider has better
performance. Unfortunately there are some bugs in the SQLDBC that are
Hi, Edward!
I'm developing ADO.NET provider for MaxDB and You can look at
http://sourceforge.net/projects/maxdbprovider for the binaries (Net-1.1,
Net-2.0 and Mono-1.0 are supported) and source code. It's still beta version
but looks less or more stable. Any feedbacks are much appreciated.
_
I have database procedure with input/output parameters defined as:
CREATE DBPROC spTest(INOUT strVal VARCHAR(50), OUT outVal VARCHAR(50)) AS
strVal = strVal || 'ending'; outVal = strVal;
I try to call this procedure in the C-code below (error handling is omitted
for the sake of brevity) with the
I am currently working on an ADO.Net Provider for MaxDB. The project is
registered in the SourceForge.net (see
http://sourceforge.net/projects/maxdbprovider) and the source code is stored
in the subversion system. I did not prepared binary package yet due to lack
of required testing. All featur
Could anybody explain how to install SSL certificate to MaxDB 7.6. The only
documentation that i has found is
http://dev.mysql.com/doc/maxdb/en/3d/c14e4155f1db2be1000a1550b0/content.htm.
_
Don't just search. Find. Check out the
Hello Alexander.
Thank You for the response I removed
CLOB suffix from the parameter type
and it fixed the problem. Besides Ive found in the PTS the solution of my
trouble with trace file its sufficient to add quotation marks for file
name.
At the time I faced with strange behavior of
The C code below connects to the database and adds one row to the simple
table with CLOB field. The following problems took place:
1) If I try to set the trace file name like C:\Temp\LogFile.txt library
creates the text file with name c in the working directory of MaxDB
(although change hist