C/C++ Precompiler
You can enter the following options when you call up the C/C++ Precompiler:
Option |
Default |
|
ansi c |
-E cansi |
|
c++ |
-E cplus |
|
check nocheck |
-H nocheck |
-H check |
comment |
-o |
|
compatible |
-C |
|
datatime eur |
-D eur |
-D internal |
dblocale |
-x <dblocale> |
|
extern |
-e |
|
help |
-h |
|
isolation-level |
-I <isolation_level> |
-I 10 |
list |
-l |
|
margins |
-m <m_begin>,<m_end> |
-m 1,132 |
maxpacketsize |
-b <max_packet_size> |
-b 16000 |
nowarn |
-w |
|
precom |
-c |
|
profile |
-R |
|
program |
-P <program_name> |
-P <file_name> |
serverdb |
-d <database_name> |
|
servernode |
-n <server_node> |
|
silent |
-s |
|
sqlmode internal |
-S internal |
-S internal |
timeout |
-t <timeout> |
|
trace file |
-F <trace_file> |
|
unicode |
-G unicode |
|
user |
-u <userid>,<password> |
|
userkey |
-U <user_key> |
|
version |
-V |
|
32 Bit Support |
-BIT32 |
64 Bit if available |
SDK Version |
-MmCC |
7401 |
The following
cpc -u smith,geheim -d MK1 testfile
The C/C++ Precompiler is called and the user
smith connects to the database instance MK1 to compile the file testfile.cpc.See also:
Application Programs
When an application program is called, you can enter the following options for the runtime environment:
runtime_options |
|
dblocale |
-x <dblocale> |
isolation-level |
-I <isolation_level> |
no select direct fast |
-f |
profile |
-R |
serverdb |
-d <database_name> |
servernode |
-n <server_node> |
timeout |
-t <timeout> |
trace alt |
-Y <statement_count> |
user |
-u <userid>,<password> |
userkey |
-U <user_key> |
See also: