MyOLEDB and Stored Procedures

2004-08-13 Thread Naresh Sadhnani
Hi, Just wanted to check if anyone would know if the MyOLEDB / myODBC has been updated to support stored procedures / functions in MySQL server version 5.0.0 alpha. I am getting error DB_E_ERRORSOCCURRED(0x80040E21) when trying to execute Non Query from ADO.NET (OLEDB provider MyOLEDB

MyOLEDB / ADO

2003-03-03 Thread Peter Schimanski
Environment: Windows XP Home MySQL 3.23.55 MDAC 2.7 MyOLEDB 3.0 VC++ 6.0 I use MySQL from ADO using MyOLEDB. Everything worked fine so far till I started using SQL joins. My application is pure breeded C++, but for demonstration purposes I rewrote the essential part in VB: Set cnn = New

Re: Problem with ADO, MyOLEDB and BigInt columns

2002-12-04 Thread Natale Babbo
i had the same problem too ... also with blob fields ... never solved! please keep me informed. thanks. bye --- Andre Michel Descombes <[EMAIL PROTECTED]> ha scritto: > Hi, > > I am trying to access a third party MySQL table > containing a BigInt field, > using ADO

Problem with ADO, MyOLEDB and BigInt columns

2002-12-04 Thread Andre Michel Descombes
Hi, I am trying to access a third party MySQL table containing a BigInt field, using ADO with a MyOLEDB driver. The problem is that all this field ever returns are 0's. I tried using ODBC with the Convert BigInt to Int option but then the numbers get truncated. Is there a way around

MyOLEDB

2002-11-25 Thread Nathan Franklin
Hello, I have been racking my brains out for the last two days trying to get this thing working.. I am using MS SQL 2000 linking server sp to link to MYSQL at the moment I am using the generic ole db procider but I want to use the myoledb provider, but when I go to use it it errors saying cant

Info about MYSQL and MyOLEDB

2002-10-13 Thread Rodolfo
Dear sirs, we produce software for the Public Administration, and are conducting some test in order to decide our development strategy. At the moment we are testing the compatibility of our .NET products and your DB engine (MySQL) installed on a Linux server, using the MyOLEDB provider. Our

MyOLEDB-Provider - Some fixes by me

2002-07-18 Thread Christoph Weber
Hi! I read a message from venu to somebody called Woods, concerning fixing some of the bugs in the OLEDB-provider for MySQL trough external people. (http://www.geocrawler.com/archives/3/108/2002/4/0/8496671) Are you still interested in some fixes? I would be happy to give them to you for free.

MyOLEDB problem

2001-11-27 Thread Karthikeyan
Dear members, Second time I am posting my problem to the list I am using mySQL in Windows platform. Through OLEDB I am connecting to the ASP page. For simple queries, it is working fine. If I want to use for outer join means it is giving error "Provider could not support asynchronous execution" He