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. W

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
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

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 > differe