ADO.NET provider for MaxDB 0.8.5

2006-09-13 Thread Dmitry Key
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

Re: Support for .Net 2.0 on Windows

2006-09-01 Thread Dmitry Key
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

Re: Support for .Net 2.0 on Windows

2006-08-31 Thread Dmitry Key
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. _

SQLDBC_C and IN/OUT procedure parameter

2006-07-25 Thread Dmitry Key
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

The beta version of .Net provider for MaxDB

2006-05-30 Thread Dmitry Key
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

SSL certificate for MaxDB

2006-05-27 Thread Dmitry Key
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

RE: The couple of questions on SQLDBC_C

2006-05-22 Thread Dmitry Key
Hello Alexander. Thank You for the response – I removed …CLOB suffix from the parameter type and it fixed the problem. Besides I’ve found in the PTS the solution of my trouble with trace file – it’s sufficient to add quotation marks for file name. At the time I faced with strange behavior of

The couple of questions on SQLDBC_C

2006-05-18 Thread Dmitry Key
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