Ask a Question related to ASP Database, Design and Development.
-
Mike #1
MySql ODBC and Frontpage2003
I'm a bit confused, or a lot.
I'm developing a web app in Frontpage that needs to access a MySql database.
MySql database is on the server located at my hosting company.
My hosting company uses DSN on the server side.
What do I use for a connection string in Frontpage (ASP) that doesn't have
client side dependancies? ie. no need to configure client side DSN's or load
programs.
Any examples?
Thanks, Mike.
Mike Guest
-
ODBC driver for MySql V5
Hi, I am trying to call stored procedures from a legacy VB program written in MS Access into a MySql database. I tried running with the 3.51... -
MySQL ODBC utf8
Is there any working ODBC driver for MySQL that supports UTF8 ? -
MySQL ODBC error
CF MX 7 -- Windows 2003 -- IIS6 -- ODBC Driver = Mysql connector 3.51 -- Database = MySQL 5 I get this error java.sql.SQLException:... -
MySQL ODBC/OLE DB Drivers
I've just started playing with MySQL. Most of my current apps are either ASP or VB6, using SQL Server. Obviously, in order to use MySQL in these... -
get Data into MySQL via ODBC
Dear NG! Is there a more or less simple way to get DB2 Data from an AS400 into a MySQL Database (Linuxbox)? With google i find much entries, but... -
Jeff Cochran #2
Re: MySql ODBC and Frontpage2003
On Mon, 9 Aug 2004 05:03:02 -0700, "Mike"
<Mike@discussions.microsoft.com> wrote:
Nothing you do in ASP has a client-side dependency since it's server>I'm a bit confused, or a lot.
>I'm developing a web app in Frontpage that needs to access a MySql database.
>MySql database is on the server located at my hosting company.
>My hosting company uses DSN on the server side.
>What do I use for a connection string in Frontpage (ASP) that doesn't have
>client side dependancies? ie. no need to configure client side DSN's or load
>programs.
side code. :)
Try:>Any examples?
[url]http://www.able-consulting.com/ADO_Conn.htm[/url]
Or ask your ISP.
Jeff
Jeff Cochran Guest
-
joker #3
Re: MySql ODBC and Frontpage2003
AHHHHHHHHHHHHHHHH not ODBC again (that's your DSN FYI). I wish people
would realize that they need to stop using it.
Here are two links with information about what is being Deprecated from
the MDAC (in the first link) & information about what you should
actually code (in the second link).
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/ado_deprecated_components.asp[/url]
[url]http://www.aspfaq.com/show.asp?id=2126[/url]
Mike wrote:
> I'm a bit confused, or a lot.
> I'm developing a web app in Frontpage that needs to access a MySql database.
> MySql database is on the server located at my hosting company.
> My hosting company uses DSN on the server side.
> What do I use for a connection string in Frontpage (ASP) that doesn't have
> client side dependancies? ie. no need to configure client side DSN's or load
> programs.
> Any examples?
> Thanks, Mike.
>joker Guest



Reply With Quote

