just curious, how do you connect to mysql through ASP?  i have tried
connecting with "MyODBC", i installed myodbc and then i create the
connection string in asp like this

set conn=server.createobject("adodb.connection")
conn.open
"driver={mysql};server=192.168.0.1;user=user;pass=pass;database=db1"

i was just curious to see how you connect to mysql with asp

jason
asp developer working in mysql  :)
----- Original Message -----
From: "Dennis Salguero" <[EMAIL PROTECTED]>
To: "Jason Brunk" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, June 28, 2001 11:38 PM
Subject: Re: Connecting to MySQL w/VB


> ----- Original Message -----
> From: "Jason Brunk" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, June 28, 2001 8:18 PM
> Subject: Re: Connecting to MySQL w/VB
>
>
> > i know i am definitly knew at this, but his permissions could be set
more
> or
> > less for read only.
>
> Yes, it's possible that the permissions are not set properly. However, I
was
> assuming that, since he had just started working with MySQL, he was using
> the root account, unmodified, which would give him complete access. It's
> been my experience that it is much easier to work with ASP & MySQL than VB
&
> MySQL because of the databound objects, and wouldn't be surprised if the
> problem that the original poster has does not apply to ASP.
>
> Good Luck,
>
> Dennis
> **********************************************
> Beridney Computer Services
> http://www.beridney.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

Reply via email to