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,

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

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

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

Re: Proposition: Attach a comment to each connection

2001-07-02 Thread D'Arcy Rittich
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

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