618545
612
Zoom out
Zoom in
Vorherige Seite
1/661
Nächste Seite
605
USING DREAMWEAVER
Building applications visually
Last updated 3/28/2012
3 Enter a name for the command, select a connection to the database that contains the records you want to edit, and
select the editing operation that you want the command to perform—Insert, Update, or Delete.
Dreamweaver starts the SQL statement, based on the type of operation you select. For example, if you select Insert, the
dialog box looks like the following example:
4 Complete the SQL statement.
For information on writing SQL statements that modify databases, consult a Transact-SQL manual.
5 Use the Variables area to define any SQL variables. Provide the name and run-time value. Specifying the type and
size of each variable prevents injection attacks.
The following example shows an Insert statement that contains three SQL variables. The values of these variables are
provided by URL parameters passed to the page, as defined in the Run-Time Value column of the Variables area.
To get the Size value, use the Databases panel in Dreamweaver. Find your database in the Databases panel and expand
it. Next, find the table you’re working with and expand it. The table lists the sizes for your fields. For example, it might
say ADDRESS (WChar 50). In this example, 50 is the size. You can also find the size in your database application.
Note: Numeric, Boolean and date/time data types always use -1 as the size.
To determine the Type value, see the following table:
Type in database Type in Dreamweaver Size
Numeric (MS Access, MS SQL Server, MySQL) Double -1
Boolean, Yes/No (MS Access, MS SQL Server, MySQL) Double -1
Date/Time (MS Access, MS SQL Server, MySQL) DBTimeStamp -1
612

Brauchen Sie Hilfe? Stellen Sie Ihre Frage.

Forenregeln

Missbrauch melden von Frage und/oder Antwort

Libble nimmt den Missbrauch seiner Dienste sehr ernst. Wir setzen uns dafür ein, derartige Missbrauchsfälle gemäß den Gesetzen Ihres Heimatlandes zu behandeln. Wenn Sie eine Meldung übermitteln, überprüfen wir Ihre Informationen und ergreifen entsprechende Maßnahmen. Wir melden uns nur dann wieder bei Ihnen, wenn wir weitere Einzelheiten wissen müssen oder weitere Informationen für Sie haben.

Art des Missbrauchs:

Zum Beispiel antisemitische Inhalte, rassistische Inhalte oder Material, das zu einer Gewalttat führen könnte.

Beispielsweise eine Kreditkartennummer, persönliche Identifikationsnummer oder unveröffentlichte Privatadresse. Beachten Sie, dass E-Mail-Adressen und der vollständige Name nicht als private Informationen angesehen werden.

Forenregeln

Um zu sinnvolle Fragen zu kommen halten Sie sich bitte an folgende Spielregeln:

Neu registrieren

Registrieren auf E - Mails für Adobe DREAMWEAVER CS5.5 wenn:


Sie erhalten eine E-Mail, um sich für eine oder beide Optionen anzumelden.


Andere Handbücher von Adobe DREAMWEAVER CS5.5

Adobe DREAMWEAVER CS5.5 Bedienungsanleitung - Deutsch - 753 seiten

Adobe DREAMWEAVER CS5.5 Bedienungsanleitung - Holländisch - 725 seiten


Das Handbuch wird per E-Mail gesendet. Überprüfen Sie ihre E-Mail.

Wenn Sie innerhalb von 15 Minuten keine E-Mail mit dem Handbuch erhalten haben, kann es sein, dass Sie eine falsche E-Mail-Adresse eingegeben haben oder dass Ihr ISP eine maximale Größe eingestellt hat, um E-Mails zu erhalten, die kleiner als die Größe des Handbuchs sind.

Ihre Frage wurde zu diesem Forum hinzugefügt

Möchten Sie eine E-Mail erhalten, wenn neue Antworten und Fragen veröffentlicht werden? Geben Sie bitte Ihre Email-Adresse ein.



Info