Visual Basic .NET Oledb Provider

2005-06-15 Thread Leonardo Javier Belén
Hi all, I would need an oledb provider for MySQL. Do you know where I can found a good one. Thanks in advance. Leonardo J. Belén. A-AR -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Visual Basic .NET Oledb Provider

2005-06-15 Thread Fredrick Bartlett
Why not use the .NET provider... http://dev.mysql.com/downloads/connector/net/1.0.html - Original Message - From: Leonardo Javier Belén [EMAIL PROTECTED] To: Dev - MySQL - MList mysql@lists.mysql.com Sent: Wednesday, June 15, 2005 7:24 AM Subject: Visual Basic .NET Oledb Provider Hi

MS Access OLEDB/object type to MySQL Blob

2005-01-07 Thread toni mcdonald
I have searched the whole wide world (www) for months and have not found a converter that properly convert a MS Access image (gif, jpeg etc) to MySQL blob. How do I solve the problem, please? I am now frustrated. I am using Java with MySQL. Ant

OLEDB Provider for Mysql

2004-03-04 Thread Gilbert Wu
Hi, We are developing in Microsoft's C++.NET with MS SQL Server as the underlying DBMS. We are planning to move to MySQL.Please kindly advise if there is a OLEDB provider for MySQL? or do I have to stay with ODBC? Many thanks. Gilbert Wu -- MySQL General Mailing List For list archives: http

Re: OLEDB Provider for Mysql

2004-03-04 Thread vpendleton
MyODBC/MySQL connections can be made DSN less. Original Message On 3/4/04, 11:28:19 AM, Gilbert Wu [EMAIL PROTECTED] wrote regarding OLEDB Provider for Mysql: Hi, We are developing in Microsoft's C++.NET with MS SQL Server as the underlying DBMS. We are planning to move to MySQL.Please

AW: OLEDB Provider for Mysql

2004-03-04 Thread Freddie Sorensen
Gilbert You might want to look at the ByteFX provider Freddie -Ursprüngliche Nachricht- Von: Gilbert Wu [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. März 2004 18:28 An: [EMAIL PROTECTED] Betreff: OLEDB Provider for Mysql Hi, We are developing in Microsoft's C++.NET with MS SQL

oledb provider with transaction support?

2003-07-07 Thread jp
i downloaded oledb provider from mysql.com, i use Delphi's ADO. but i found that this oledb provider does not support transaction. is there any oledb provider that does support transaction? thanks

Mysql and its OLEDB provider error

2003-03-05 Thread marjan mrak
Hello, mysqladmin reports 'unknown settiing --default-char-set' if i set client default charset in my.cnf on suse linux. If I comment this line, there are no errors, even if if server has win1250 as default charset. But myOLEDB quit working, if i use charset other than latin1. Can this be fixed?

Re: Mysql and its OLEDB provider error

2003-03-05 Thread Paul DuBois
At 7:21 +0100 3/6/03, marjan mrak wrote: Hello, mysqladmin reports 'unknown settiing --default-char-set' if i set client default charset in my.cnf on suse linux. If I comment this line, there are no errors, even if if server has win1250 as default charset. There is no such option. I assume you

OLEDB

2002-08-09 Thread LKnaepkens
L.s., I think I have found a bug in the OLEDB driver for MySQL, it was caused under 3.23 stable release. I Use Win2000 Professional Englisch Version of Operating Systems, and do developping using Delphi 5.02 Enterprise. If I use Textfields or Blobs, the OLEDB Drivers says if I try to open

Re: Connecting to MySQL using OLEDB

2002-08-01 Thread Christoph Lütjen
Tell me what you do ADODB - OLEDB driver for ODBC - MyODBC - MySQL ADODB - MyOLEDB - MySQL or anything else? first case: check don't promt on connect Did you create a data source? (First thing you don't need to do...) But whatever you do with VB, MS ADODB and MySQL - you will need time

Connecting to MySQL using OLEDB

2002-07-31 Thread Darrell A. Sullivan, II
Can anyone tell me if it is possible to connect to a MySQL server running on Linux from a Windows Visual Basic application without setting up a DSN on the Windows computer? I know this can be done with MS SQL Server and I have heard it can be done with Oracle so I am wondering if there is a

My OLEDB Problem/Bug

2002-01-30 Thread luismiguelfreire
With VB6 When I make an SELECT * FROM table when the tables as one of four type TEXT or BLOB Give always this error Table does not exist What is the problem? If I use other column type don't give the error. Create table example: CREATE TABLE Notas ( ID_Cliente int NOT NULL , Obs text NULL) ;

OleDB

2002-01-08 Thread Mattias Persson
Hello Im using OleDB from my ASP pages and I have a problem with queries with count(*) and group by statement. I had the same problem with ODBC but i Solved it by setting the Change BigInt to Int and the Return all rows option. Now I changed to OleDB for better speed but I don't know how

RE: OleDB

2002-01-08 Thread Bruce Stewart
Hi, I think that adding .;Extended Properties=OPTION=16400 to your ADO connection string should do the trick. Cheers, Bruce -Original Message- From: Mattias Persson [mailto:[EMAIL PROTECTED]] Sent: 08 January 2002 13:29 To: [EMAIL PROTECTED] Subject: OleDB Hello Im using OleDB

Re: OleDB

2001-12-31 Thread Mattias Persson
] To: Mattias Persson [EMAIL PROTECTED] Cc: MySQL List [EMAIL PROTECTED] Sent: Monday, December 31, 2001 4:46 AM Subject: Re: OleDB This works for me... var connectionString = Provider=MySqlProv; Integrated Security=''; Password=1234abcd; User ID=root; Location=localhost; Extended Properties

OleDB

2001-12-30 Thread Mattias Persson
Anyone know how to write a connectionstring for the OleDB in ASP. I get all different kinds of errors when i try to do this. I write rsDB.ActiveConnection =Provider=MySQLProv; Data Source=server=localhost;DB=test but it don't work

Re: OleDB

2001-12-30 Thread Fredrick Bartlett
This works for me... var connectionString = Provider=MySqlProv; Integrated Security=''; Password=1234abcd; User ID=root; Location=localhost; Extended Properties=''; Data Source=test Mattias Persson wrote: Anyone know how to write a connectionstring for the OleDB in ASP. I get all different

RE: MySQL OLEDB

2001-10-02 Thread Roy, Steeve
Did you find the solution ? -Message d'origine- De : Bruce Stewart [mailto:[EMAIL PROTECTED]] Envoyé : 20 août, 2001 11:41 À : 'Roy, Steeve'; [EMAIL PROTECTED] Objet : RE: MySQL OLEDB Steeve, I have had the same problem for months, with no solutions. If you find a solution, please let

MySQL OLEDB

2001-08-20 Thread Roy, Steeve
Hello, I us emysql oledb driver to connect on my database. When I use that localy on the computer where mysql run, I can connect correctly on any of my database. When I try from another computer (where I have installed the MySQL oledb driver) I get this message. Why ? Test connection

RE: MySQL OLEDB

2001-08-20 Thread Venu
Hi !!! )-Original Message- )From: Bruce Stewart [mailto:[EMAIL PROTECTED]] )Sent: Monday, August 20, 2001 8:41 AM )To: 'Roy, Steeve'; [EMAIL PROTECTED] )Subject: RE: MySQL OLEDB ) ) )Steeve, ) )I have had the same problem for months, with no solutions. )If you find a solution, please let

RE: Help required for OLEDB on win32 for MySQL(linux)

2001-07-30 Thread Bruce Stewart
Asit, Did you ever solve your problem? - I have the same... Bruce -Original Message- From: Miguel Angel Solórzano [mailto:[EMAIL PROTECTED]] Sent: Thu, 07 June 2001 21:42 To: asit; [EMAIL PROTECTED] Subject: Re: Help required for OLEDB on win32 for MySQL(linux) At 20:56 07/06/2001

win32 oledb

2001-06-29 Thread Joel Hughes
Hi, has anyone used the OLEDB driver instead of ODBC for MySQL Win32? Are there performance improvements? Are there any Win32 specific install/performance tweaks? regards Joel Hughes [EMAIL PROTECTED] - Before posting

RE: win32 oledb

2001-06-29 Thread Bruce Stewart
Joel, I have used the MySQL.OLEDB Provider, but haven't been able to get it to work on anything except 'localhost'. So, I use the OLEDB provider for ODBC drivers, and then use a MySQL DSN. I did mail the people who built the provider a month or two ago, but no response. If you, or anyone else

Help required for OLEDB on win32 for MySQL(linux)

2001-06-07 Thread asit
Hi, I am facing problem while connecting to MYSQL server (linux) from Win32 VB client through OLEDB provider from MYSQL. I am successfully connecting to server through MyODBC using DSN but unable to connect to through OLEDB provider ( downloaded from www.MYSQL.com) Following is the script

Re: Help required for OLEDB on win32 for MySQL(linux)

2001-06-07 Thread Miguel Angel Solórzano
connecting to MYSQL server (linux) from Win32 VB client through OLEDB provider from MYSQL. I am successfully connecting to server through MyODBC using DSN but unable to connect to through OLEDB provider ( downloaded from www.MYSQL.com) Following is the script in VB MySQL server

OLEDB

2001-03-08 Thread Bernhard Stettler
Hello, I'm looking for an OLEDB-driver for mySQL. I think it's a very important technology because a lot of software uses now OLEDB instead of ODBC. Does someone know of such a project? Greetings from Switzerland Bernie -- Ingenieur- und Vermessungsbro KAUTER + HUTZLI, Egliweg 6/8, CH - 2560