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"
Sent: Wednesday, June 15, 2005 7:24 AM
Subject: Visual Basic .NET Oledb Pr
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]
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
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 M
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
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:
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
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 mea
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?
--
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 a
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,
Hi,
Search if somebody has the OLEDB driver for MySQL, and
then you will be able to do it.
Bye and Good Luck!
--- "Darrell A. Sullivan, II"
<[EMAIL PROTECTED]> wrote:
> Can anyone tell me if it is possible to connect to a
> MySQL server running on
> Linux fr
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 conne
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)
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 u
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
t;[EMAIL PROTECTED]>
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;
> Integr
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 connectionstrin
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
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 solut
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,
Steeve,
I have had the same problem for months, with no solutions.
If you find a solution, please let be know.
Thanks,
Bruce
-Original Message-
From: Roy, Steeve [mailto:[EMAIL PROTECTED]]
Sent: Mon, 20 August 2001 16:21
To: '[EMAIL PROTECTED]'
Subject: MySQL OLEDB
Hello, I
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
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
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,
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 pos
g 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 i
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
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 Vermessungsbüro
KAUTER + HUTZLI, Egliweg 6/8,
29 matches
Mail list logo