Re: Accessing MySQL Using ASP

2002-01-29 Thread ST Ooi
On the other hand, you can also try OLEDB downloaded from www.mysql.org. - Original Message - From: "A. Clausen" <[EMAIL PROTECTED]> To: "MySQL Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 3:36 AM Subject: Re: Accessing MySQL Using ASP > - Original Message -

How to read blob field data as picture and display on browser?

2002-01-22 Thread ST Ooi
OK, I know how to insert the data into a database, now how can i retrieve it and display it in client's browser? Thanks ST Ooi Malaysia - Before posting, please check: http://www.mysql.com/manual.php (the manual)

How to insert a picture into a blob field

2002-01-21 Thread ST Ooi
How can I insert a picture into blob field of a database? Thanks ST Ooi Malaysia - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To

Re: MySQL on Win2000

2001-12-13 Thread ST Ooi
If you have PHP installed, you could simply download PHPMyAdmin. Otherwise, visit mysql contributed software section and choose the admin tools of your choice. Thanks ST Ooi Malaysia - Original Message - From: "j.urban" <[EMAIL PROTECTED]> To: "Alex Shi" <[

Password encryption

2001-12-12 Thread ST Ooi
How can I encrypt password in database and how can I retrieve the encrypted password? Thanks ST Ooi Malaysia - Original Message - From: "Dan Nelson" <[EMAIL PROTECTED]> To: "James McLaughlin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thurs

Re: Problem with ASP + mySQL

2001-12-04 Thread ST Ooi
I think the query should be as below SELECT Min(Col1) as Col1, Col2 FROM Table1 GROUP BY Col2 then somewhere in your page, response.write(rs("Col1")) Thanks ST Ooi Malaysia - Original Message - From: "Jimmy44 --" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: Mysql apache php

2001-11-28 Thread ST Ooi
Foxserv at sourceforge.net - Original Message - From: "Auri Net SAC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 2:01 AM Subject: Mysql apache php > Hi > > please who knows a package that install apache + php + mysql in linux, > i know phptriad but its

RE: ASP with MySQL

2001-11-01 Thread ST Ooi
Hi, It's extremely favourable to use MySQL with ASP but I can't find a lot of web host support both. Most of them support only one of them, MySQL and PHP is a good pair while ASP and MSSQL is another pair. Any suggestion that support both? Thank you. ST Ooi At 03:48 PM 01/11/

Connect to remote mySQL server

2001-06-25 Thread ST Ooi
How can I connect to remote mySQL through ODBC using internet? I notice that ODBC ask for IP address or host name, can I use my IP address of my remote host and connect through internet? Thanks ST Ooi Malaysia - Before