Re: MyODBC

2002-02-01 Thread D'Arcy Rittich

Hi Venu, I am unable to use MyODBC with .NET.  What options do you recommend
setting in DSN?  I used Return matching rows, and Change BIGINT to INT, but
no luck, error message.  The Test connection works ok, but when I use the
wizard to configure the data source in .NET, it throws an error, unable to
use this connection or something.

D'Arcy
- Original Message -
From: Venu [EMAIL PROTECTED]
To: Mike Nelson [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Saturday, January 26, 2002 2:15 PM
Subject: RE: MyODBC


 Hi,

  -Original Message-
  From: Mike Nelson [mailto:[EMAIL PROTECTED]]
  Sent: Friday, January 25, 2002 11:43 PM
  To: [EMAIL PROTECTED]
  Subject: MyODBC
 
 
  Any plans to upgrade the MyODBC driver to support .NET?
 
  I downloaded a copy of MySQL and tested it with a .NET app and received
an
  error that this version of ODBC wasn't supported. Just wondering if this
is
  on the development horizon.

 You should be able to work with .NET through MyODBC with out many
 problems. I tried with ODBC.NET, ADO.NET through MyODBC and could able
 to do the basic stuff without any problems.

 If you need a ODBC compliant of 3.x or more, we will be releasing a
 new MyODBC 3.51 Driver shortly, which should fit for most of the
 requirements.

 Regards, Venu
 --
 For technical support contracts, go to https://order.mysql.com
__  ___ ___   __
   /  |/  /_ __/ __/ __ \/ /   Mr. Venu [EMAIL PROTECTED]
  / /|_/ / // /\ \/ /_/ / /__  MySQL AB, Developer
 /_/  /_/\_, /___/\___\_\___/  California, USA
___/  www.mysql.com






 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: database/php question

2001-08-19 Thread D'Arcy Rittich

The way I do it is use this header command:

? Header ('Content-Type: application/vnd.ms-excel'); ?

Below that you can use a normal HTML table to lay out your data.  Make sure
you only use tabletr and td tags, there should be no html or body
tags in the page.

D'Arcy

- Original Message -
From: Kit Kerbel [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, August 19, 2001 2:02 AM
Subject: database/php question


 This is kinda off topic, but, I have a mysql database and I am generating
an
 html table from one of my queries.  I want to be able to download this
html
 table, but in excel format.  Any suggestions on a way to do this?

 Thanks,
 Kit

 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Enhanced MySQL

2001-07-05 Thread D'Arcy Rittich

Try here:

http://www.mysql.com/portal/distributions/html/index.html

D'Arcy Rittich

- Original Message -
From: MikemickaloBlezien [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, July 05, 2001 10:34 PM
Subject: Re: Enhanced MySQL


On Fri, 6 Jul 2001 08:27:11 +0300 (EEST), Michael Widenius [EMAIL PROTECTED]
wrote:

Michael,


Strange, I went thru the entire portal section and couldn't find anything
about
this NuSphere's Enhanced MySQL. I just happen to notice the small banner on
www.mysql.com home page. But thank for the info.


Hi!

 Hello all,

 Was wondering if anyone is fimilar  with NuSphere's
http://www.nusphere.com/
 Enhanced MySQL and what advantages, if any it may have.

 THX,


 Mike(mickalo)Blezien


You can find information about this distribution and other MySQL
distributions at:

http://www.mysql.com/portal/

Mike(mickalo)Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://www.thunder-rain.com
Fax: 1(225)686-2285
Tel: 1(225)686-2002
Toll Free: 1(800)594-4782
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
















-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Proposition: Attach a comment to each connection

2001-07-02 Thread D'Arcy Rittich

I do this by using a whole bunch of descriptive usernames.  It is more work
than your idea, but you could use this method for now.  I like your idea
though.

D'Arcy Rittich

- Original Message -
From: BAUMEISTER Alexandre [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, July 02, 2001 11:38 AM
Subject: Proposition: Attach a comment to each connection


 Bonjour,

   When  you  have  a  big  web  site  with  a  lot of pages, programs,
   cronjobs,  applications  ...  connecting  to  Mysql,  it's sometimes
   difficult  to  find  from where a given query/connection comes from.
   And it's sometimes urgent to find the origin of a disturbing query.

   So,  I  think  it  would  be great to be able to give a comment when
   connecting  to  Mysql.  mysqladmin  processlist  could  show  this
   comment and this may be really helpful in some situations !

   As this already been discussed ?

   Regards,
   Alex.


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Proposition: Attach a comment to each connection

2001-07-02 Thread D'Arcy Rittich

Yes, but it is usually among separate applications that I use different
names.  In a web app, though, I would use different users for admin stuff
versus regular stuff.  You want to make use of persistent connections where
possible of course, and changing usernames a lot can get in the way of this.

D'Arcy

- Original Message -
From: Siomara Pantarotto [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Monday, July 02, 2001 1:52 PM
Subject: Re: Proposition: Attach a comment to each connection


 descriptive usernames??

 Does that mean that you create a bunch of users and use their usernames to
 connect to the database in differente points of your application and track
 then by the names you provided for usernames???

 Sio


 From: D'Arcy Rittich [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: Proposition: Attach a comment to each connection
 Date: Mon, 2 Jul 2001 13:42:42 -0400
 
 I do this by using a whole bunch of descriptive usernames.  It is more
work
 than your idea, but you could use this method for now.  I like your idea
 though.
 
 D'Arcy Rittich
 
 - Original Message -
 From: BAUMEISTER Alexandre [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, July 02, 2001 11:38 AM
 Subject: Proposition: Attach a comment to each connection
 
 
   Bonjour,
  
 When  you  have  a  big  web  site  with  a  lot of pages, programs,
 cronjobs,  applications  ...  connecting  to  Mysql,  it's sometimes
 difficult  to  find  from where a given query/connection comes from.
 And it's sometimes urgent to find the origin of a disturbing query.
  
 So,  I  think  it  would  be great to be able to give a comment when
 connecting  to  Mysql.  mysqladmin  processlist  could  show  this
 comment and this may be really helpful in some situations !
  
 As this already been discussed ?
  
 Regards,
 Alex.
  
  
   -
   Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)
  
   To request this thread, e-mail [EMAIL PROTECTED]
   To unsubscribe, e-mail
 [EMAIL PROTECTED]
   Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
  
  
 
 
 
 -
 Before posting, please check:
 http://www.mysql.com/manual.php   (the manual)
 http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
 [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 

 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL++ for Visual Basic

2001-05-29 Thread D'Arcy Rittich


 Actually you dont't need a ocx. You can call the MySQL API functions,
 which are in a dll file.

 Robert

Do you have any examples of that with VB?

D'Arcy


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php