Vertaling van "sample.cpp" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Add the opendb and closedb functions to sample.cpp
Fügen Sie die Funktion opendb und closedb in sample.cpp hinzu
This statement runs the SQL preprocessor sqlpp on the sample.sqc file, and writes the processed output to a file named sample.cpp.
Diese Anweisung startet den SQL-Präprozessor sqlpp für die Datei sample.sqc und schreibt die abgearbeitete Ausgabe in die Datei sample.cpp.
Browse to c:\tutorial\esql\sample.cpp and click OK.
Gehen Sie zu c:\tutorial\esql\sample.cpp und klicken Sie auf "OK".
Add sample.cpp (the output of the SQL preprocessor) to the project
Fügen Sie sample.cpp (die Ausgabe des SQL-Präprozessors) dem Projekt hinzu
The following procedure uses the source file generated in the previous lesson, sample.cpp, to create the embedded SQL UltraLite tutorial application.
Im Folgenden soll die in der vorherigen Lektion erzeugte Quelldatei sample.cpp verwendet werden, um eine Beispielanwendung für Embedded SQL in UltraLite zu erstellen.
These options compile a source file called sample.cpp into an executable sample.exe, using the UltraLite import library for Windows (ulimp.lib).
Mit diesen Optionen wird eine Quelldatei namens sample.cpp in eine ausführbare Datei namens sample.exe kompiliert, wobei die UltraLite-Importbibliothek für Windows (ulimp.lib) verwendet wird.
Type sample.cpp in the Outputs field.
Geben Sie sample.cpp in das Ausgabenfeld ein.
When prompted, choose to reload sample.cpp.
Alter your main function in sample.cpp so that it reads as follows
Add connect and disconnect functions to sample.cpp
Compile and link sample.cpp.
Add an insert function to sample.cpp
Choose Build? Compile sample.sqc. A sample.cpp file is created and saved in the tutorial\esql directory.
Wählen Sie Build? Compile sample.sqc. Die Datei sample.cpp wird erstellt und im Verzeichnis tutorial\esql gespeichert.