Adobe Dreamweaver Forums



Last 10 THreads :         Display relationships between objects (Last Post : jwoozy - Replies : 1 - Views : 2 )           »          custom component design question (Last Post : vikceo - Replies : 6 - Views : 8 )           »          Pulling data directly from SQL (Last Post : Developer504 - Replies : 3 - Views : 4 )           »          Passing XML value to a ScrollingText Component (Last Post : almond0517 - Replies : 3 - Views : 4 )           »          Browser (Last Post : Greg Lafrance - Replies : 2 - Views : 3 )           »          Font shift when opening PC FLA on a Mac (Last Post : yadavilleryadanothin - Replies : 0 - Views : 1 )           »          high fps causes glitching (Last Post : Rothrock - Replies : 5 - Views : 6 )           »          How to Insert Blank Record in Array? (Last Post : Azadi - Replies : 1 - Views : 2 )           »          ASP.NET - Login page (Last Post : danilocelic AdobeCommunityExpert - Replies : 1 - Views : 4 )           »          Using Recordset creator to connect PHP to ODBCconnection (Last Post : derfiticulum - Replies : 0 - Views : 1 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver Application Development
 
Tags:

Reply
  #1 (permalink)  
Old 07-15-2008, 04:07 PM
VeganMan007
 
Posts: n/a
Diggs:
Default asp.net and mysql

I'm using dreamweaver cs3 and trying to create a mysql data connection on the
asp.net frameset. I downloaded mysql 5.1 and installed it as shown on a video
from lynda.com. I created a database using MySQL Administrator.

When I try to make a connection, I cannot fine MySQL in the list of Data
Sources. How do I add MySQL in windows OCBC Data Source Administrator? I
downloaded and installed MySQL Connect Net v1.010.1 and v5.16 and I still see
no MySQL data source to choose...

I have XP PRO with IIS installed.

Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-15-2008, 04:49 PM
Hunter Elliott
 
Posts: n/a
Diggs:
Default Re: asp.net and mysql


"VeganMan007" <webforumsuser@macromedia.com> wrote in message
news:g5igu6$d0$1@forums.macromedia.com...
> I'm using dreamweaver cs3 and trying to create a mysql data connection on
> the
> asp.net frameset. I downloaded mysql 5.1 and installed it as shown on a
> video
> from lynda.com. I created a database using MySQL Administrator.
>
> When I try to make a connection, I cannot fine MySQL in the list of Data
> Sources. How do I add MySQL in windows OCBC Data Source Administrator? I
> downloaded and installed MySQL Connect Net v1.010.1 and v5.16 and I still
> see
> no MySQL data source to choose...


did you install the ODBC drivers? Did you create a DSN (if you're wanting to
use a DSN)?


Reply With Quote
  #3 (permalink)  
Old 07-15-2008, 05:22 PM
Julian Roberts
 
Posts: n/a
Diggs:
Default Re: asp.net and mysql

You'll probably need to use myOLEDB.

--
Jules
http://www.charon.co.uk/products.aspx
Charon Cart
Ecommerce for ASP/ASP.NET


"VeganMan007" <webforumsuser@macromedia.com> wrote in message
news:g5igu6$d0$1@forums.macromedia.com...
> I'm using dreamweaver cs3 and trying to create a mysql data connection on
> the
> asp.net frameset. I downloaded mysql 5.1 and installed it as shown on a
> video
> from lynda.com. I created a database using MySQL Administrator.
>
> When I try to make a connection, I cannot fine MySQL in the list of Data
> Sources. How do I add MySQL in windows OCBC Data Source Administrator? I
> downloaded and installed MySQL Connect Net v1.010.1 and v5.16 and I still
> see
> no MySQL data source to choose...
>
> I have XP PRO with IIS installed.
>



Reply With Quote
  #4 (permalink)  
Old 07-15-2008, 05:37 PM
VeganMan007
 
Posts: n/a
Diggs:
Default Re: asp.net and mysql

Hi Hunter,

I have many drivers but none are for MySQL. I thought installing MySQL Connent
would do that. If I'm wrong, could you provide some direction?

How can I create a dsn to mysql with no mysql ocbc drivers?

Reply With Quote
  #5 (permalink)  
Old 07-15-2008, 06:19 PM
Hunter Elliott
 
Posts: n/a
Diggs:
Default Re: asp.net and mysql


"VeganMan007" <webforumsuser@macromedia.com> wrote in message
news:g5imo0$6hg$1@forums.macromedia.com...
> Hi Hunter,
>
> I have many drivers but none are for MySQL. I thought installing MySQL
> Connent
> would do that. If I'm wrong, could you provide some direction?


mySQL has ODBC drivers on their site to d/l. And, no, just installing the DB
will not install the ODBC drivers.


> How can I create a dsn to mysql with no mysql ocbc drivers?


I don't know that you can. You didn't really state how you were trying to
connect, so that's why I asked those generic questions.


Reply With Quote
  #6 (permalink)  
Old 07-15-2008, 06:47 PM
VeganMan007
 
Posts: n/a
Diggs:
Default Re: asp.net and mysql

Hi again Hunter,

As mentioned, I downloaded MySQL Connect Net which have the drivers. I
rebooted my computer and noticed the driver, MySQL ODBC 5.1, in the drivers tab
of my ODBC Data Source Administrator (and in the connection pooling tab). It's
not in any other tabs.

However, I can't see it in dreamweaver when I try to make a connection. I have
only two choices to connect. Neither show MySQL to make a connection

Reply With Quote
  #7 (permalink)  
Old 07-15-2008, 08:08 PM
Hunter Elliott
 
Posts: n/a
Diggs:
Default Re: asp.net and mysql


"VeganMan007" <webforumsuser@macromedia.com> wrote in message
news:g5iqop$aqa$1@forums.macromedia.com...
> Hi again Hunter,
>
> As mentioned, I downloaded MySQL Connect Net which have the drivers. I
> rebooted my computer and noticed the driver, MySQL ODBC 5.1, in the
> drivers tab
> of my ODBC Data Source Administrator (and in the connection pooling tab).
> It's
> not in any other tabs.


Should it be in any other tabs?

>
> However, I can't see it in dreamweaver when I try to make a connection. I
> have
> only two choices to connect. Neither show MySQL to make a connection


Probably because DW only "sees" mySQL for PHP pages. I use it for regular
ASP pages, but I make a system DSN and use it. As for .NET? Its
functionality is limited at best in DW and all support for it will drop in
the next version AFAIK. Expressions Web or MS' Visual Studio are what most
..NET people use for their pages, I believe.


Reply With Quote
  #8 (permalink)  
Old 07-15-2008, 08:36 PM
VeganMan007
 
Posts: n/a
Diggs:
Default Re: asp.net and mysql

Oh that's wonderful... I'm on disability and spent every last $ getting a new
system and the master collection cs3. I just got it last week.

There must be a way to connect mysql to asp.net pages.

How do you make a system DSN


Reply With Quote
  #9 (permalink)  
Old 07-15-2008, 09:32 PM
Hunter Elliott
 
Posts: n/a
Diggs:
Default Re: asp.net and mysql


"VeganMan007" <webforumsuser@macromedia.com> wrote in message
news:g5j11e$hfl$1@forums.macromedia.com...
> Oh that's wonderful... I'm on disability and spent every last $ getting a
> new
> system and the master collection cs3. I just got it last week.


Adobe may have a 30 day return policy - you'd have to check with Adobe on
that. Otherwise it's pretty well documented on Adobe's site that .NET
functionality is limited and going away in the future.

> How do you make a system DSN


If you open your ODBC Data Source Administrator in Control Panel, the HELP
function has the info on creating them. Just be aware that you may not have
access to this on any remote servers.


Reply With Quote
  #10 (permalink)  
Old 07-16-2008, 01:03 AM
DesiBandhu
 
Posts: n/a
Diggs:
Default Re: asp.net and mysql

First link is to download MySQL ODBC driver. Once downloaded and installed,
second link will help you configure it.

http://dev.mysql.com/downloads/connector/odbc/5.1.html

http://dev.mysql.com/doc/refman/5.1/...n-windows.html

Hope this helps.

Thanks,
Deven

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 05:14 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk