618545
602
Zoom out
Zoom in
Previous page
1/725
Next page
595
DREAMWEAVER GEBRUIKEN
Pagina's dynamisch maken
Laatst bijgewerkt 2/5/2011
Parameters definiëren in een SQL-instructie (PHP)
Definieer parameters in een SQL-instructie. De standaardwaarde is de waarde die de parameter moet gebruiken als
geen runtimewaarde wordt geretourneerd.
1 Typ een parameternaam in het vakje Naam.
2 Voer een standaardwaarde voor de parameter in het vakje Standaardparameter in.
3 Voer een runtimewaarde voor een parameter in het vakje Runtimewaarde in en klik op OK.
SQL-query's maken met de structuur Database-items
In plaats van handmatig SQL-instructies in het vakje SQL te typen, kunt u de wijs-en-klik-interface van Database-
items gebruiken om complexe SQL-query's te maken. Met de structuur Database-items kunt u databaseobjecten
selecteren en ze koppelen met behulp van de SQL SELECT-, WHERE- en ORDER BY-expressies. Wanneer u een SQL-
query hebt gemaakt, kunt u eventuele variabelen definiëren in de sectie Variabelen van het dialoogvenster.
In de volgende twee voorbeelden worden twee SQL-instructies beschreven en wordt beschreven hoe u deze instructies
maakt met de structuur Database-items van het dialoogvenster Geavanceerde recordset.
Voorbeeld: Een tabel selecteren
In dit voorbeeld wordt de hele inhoud van de tabel Employees geselecteerd. De SQL-instructie voor het definiëren van
de query, luidt als volgt:
SELECT * FROM Employees
Ga als volgt te werk om deze query te maken.
1 Vouw het element Tabellen uit om alle tabellen in de geselecteerde database weer te geven.
2 Selecteer de tabel Employees.
3 Klik op de knop Selecteren.
4 Klik op OK om de recordset aan het paneel Bindingen toe te voegen.
Voorbeeld: Specifieke rijen in een tabel selecteren en de resultaten ordenen
In het volgende voorbeeld worden twee rijen in de tabel Employees geselecteerd en wordt het taaktype geselecteerd
met een variabele die u moet definiëren. Vervolgens worden de resultaten op werknemersnaam geordend.
SELECT emplNo, emplName
FROM Employees
WHERE emplJob = 'varJob'
ORDER BY emplName
1 Vouw het element Tabellen uit om alle tabellen in de geselecteerde database weer te geven. Vouw vervolgens de
tabel
Employees uit om de afzonderlijke tabelrijen weer te geven.
2 Bouw de SQL-instructie als volgt op:
Selecteer emplNo en klik op de knop Selecteren.
Selecteer emplName en klik op de knop SELECT.
Selecteer emplJob en klik op de knop WHERE.
Selecteer emplName en klik op de knop ORDER BY.
3 Plaats de invoegpositie achter WHERE emplJob in het SQL-tekstgebied en typ ='varJob' (inclusief het 'is gelijk'-
teken).
602


Need help? Post your question in this forum.

Forumrules


Report abuse

Libble takes abuse of its services very seriously. We're committed to dealing with such abuse according to the laws in your country of residence. When you submit a report, we'll investigate it and take the appropriate action. We'll get back to you only if we require additional details or have more information to share.

Product:

For example, Anti-Semitic content, racist content, or material that could result in a violent physical act.

For example, a credit card number, a personal identification number, or an unlisted home address. Note that email addresses and full names are not considered private information.

Forumrules

To achieve meaningful questions, we apply the following rules:

Register

Register getting emails for Adobe DREAMWEAVER CS5.5 at:


You will receive an email to register for one or both of the options.


Get your user manual by e-mail

Enter your email address to receive the manual of Adobe DREAMWEAVER CS5.5 in the language / languages: Dutch as an attachment in your email.

The manual is 19,69 mb in size.

 

You will receive the manual in your email within minutes. If you have not received an email, then probably have entered the wrong email address or your mailbox is too full. In addition, it may be that your ISP may have a maximum size for emails to receive.

Others manual(s) of Adobe DREAMWEAVER CS5.5

Adobe DREAMWEAVER CS5.5 User Manual - English - 661 pages

Adobe DREAMWEAVER CS5.5 User Manual - German - 753 pages


The manual is sent by email. Check your email

If you have not received an email with the manual within fifteen minutes, it may be that you have a entered a wrong email address or that your ISP has set a maximum size to receive email that is smaller than the size of the manual.

The email address you have provided is not correct.

Please check the email address and correct it.

Your question is posted on this page

Would you like to receive an email when new answers and questions are posted? Please enter your email address.



Info