Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
maryfranan #1
SQL INSERTS in Dreamweaver ASP?
:confused;
I am new to dreamweaver.asp. I was told that it allowed interactions with a
SQL database, and that this was the product to choose for web applications.
Gosh, I thought that meant one could pass SQL to the database using
Dreamweaver.ASP. Now I am not so sure. I have DREAMWEAVER BIBLE and all it
talks about is record sets and SELECT statements, as if that were all there was
to SQL. Surely, surely, surely one can pick up info from a table and INSERT it
into the SQL database??????!!!!!!******* Could someone tell me how to do this,
please?
maryfranan Guest
-
1-to-Many Inserts
I have a form which collects 1 article, but has many authors. The form goes to the action page fine, and I'm collecting the authors via a <select>... -
need loop that INSERTS into same row
Hi, I need some help, this is a registration page for a bball league, the INSERT statement I'm using does it's job but inserts data into different... -
CLOB Inserts
Has anyone had problems trying to INSERT very long text strings into CLOB columns in a table? How do you insert text > 4k bytes in length into a... -
[PHP] verifying sql INSERTs
Marek Kilimajer <mailto:kilimajer@webglobe.sk> on Tuesday, August 26, 2003 3:59 AM said: OOhhh... You know, I already HAVE done this, and I... -
verifying sql INSERTs
Hi! (MySQL) What's the best way to determine a sql INSERT statement has executed successfully? What I've got is a function whose sole... -
delaneypub #2
Re: SQL INSERTS in Dreamweaver ASP?
Dreamweaver can handle many dynamic functions for you. I recommend the Help
(F1) in Dreamweaver. In the Contents section, go to Developing Applications
Rapidly, then Building ASP and JSP Applications Rapidly, then Building a record
insert page. Dreamweaver will write all of the ASP and SQL for you. Step by
step instruction are in this Help section.
You may alos need to look at the Preparing to Build Dynamic Sites section in
Help.
delaneypub Guest



Reply With Quote

