Ask a Question related to ASP Database, Design and Development.
-
Jon #1
Dreamweaver and database connections
I've been hand coding my ASP database connections etc, but thought I'd take
a look a Dreamweavers' (MX) ability to write the code - it seems to have
almost over complicated the coding, lots of "if this" and "if that" !
Does anyone use this for writing their ASP (database connection) code? If
so are there any pitfalls to watch out for??
Jon
Jon Guest
-
MX Open Database Connections
Did MX do away with the settings for database connections? We just switched from Oracle 8i to Oracle 9i and have seen some connectivity failures. ... -
Database connections in objects
Hello all. I'm starting to make my scripts more object oriented and was wondering, what is the normal way access the database from your objects.... -
CD/DVD and Database connections
I need to create a standalone "app" that allows the users to insert the CD/DVD and be able to query a database that is on the CD/DVD. I need to... -
[PHP] Persistent database connections in PHP
I haven't heard of persistent connections with MySQL before, and I think is because PHP can't handle it. PHP will connect to the DB every time it... -
Dreamweaver PHP MySQL connections
change your mysql server to just localhost (without the http part) On Thu, 21 Aug 2003 20:01:57 +0100 "Graham Thomson"... -
Aaron Bertrand - MVP #2
Re: Dreamweaver and database connections
> Does anyone use this for writing their ASP (database connection) code? If
Mainly code bloat.> so are there any pitfalls to watch out for??
I just finished [url]http://www.aspfaq.com/2500[/url] earlier today, with a little bit
of my editorial on some of the editors available.
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
Aaron Bertrand - MVP Guest
-
Ray at #3
Re: Dreamweaver and database connections
DON'T DO IT. The pitfalls are that if something doesn't work the way you
expect it to, it'll take you fifteen weeks to even figure out what the hell
that damn code is trying to do before you can begin to fix it. If you
already hand-code, continue to do so.
Another pitfall is that if you ever post any DW generated code here, you'll
most likely only get replies that say "Quit using Dreamweaver to write your
code." :]
Ray at work
"Jon" <jon@SPAM_OFFtheexperts.co.uk> wrote in message
news:bqlimc$ra3$1@titan.btinternet.com...take> I've been hand coding my ASP database connections etc, but thought I'd> a look a Dreamweavers' (MX) ability to write the code - it seems to have
> almost over complicated the coding, lots of "if this" and "if that" !
>
> Does anyone use this for writing their ASP (database connection) code? If
> so are there any pitfalls to watch out for??
>
> Jon
>
>
Ray at Guest
-
Jon #4
Re: Dreamweaver and database connections
Useful, thanks.
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:u%23PZaBeuDHA.2136@TK2MSFTNGP10.phx.gbl...Mainly code bloat.> Does anyone use this for writing their ASP (database connection) code? If
> so are there any pitfalls to watch out for??
I just finished [url]http://www.aspfaq.com/2500[/url] earlier today, with a little bit
of my editorial on some of the editors available.
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
Jon Guest



Reply With Quote

