Home
last modified time | relevance | path

Searched refs:onlyread (Results 1 – 10 of 10) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Ddlg_specific.c343 ci->onlyread, in makeConnectString()
381 strcpy(ci->onlyread, value); in copyAttributes()
413 if (ci->onlyread[0] == '\0') in getDSNdefaults()
414 sprintf(ci->onlyread, "%d", globals.onlyread); in getDSNdefaults()
475 SQLGetPrivateProfileString(DSN, INI_READONLY, "", ci->onlyread, sizeof(ci->onlyread), ODBC_INI); in getDSNinfo()
478 strcpy( ci->onlyread, "1" ); in getDSNinfo()
531 ci->onlyread, in getDSNinfo()
591 ci->onlyread, in writeDSNinfo()
806 globals.onlyread = atoi(temp); in getGlobalDefaults()
808 globals.onlyread = DEFAULT_READONLY; in getGlobalDefaults()
[all …]
H A Dconnection.h155 char onlyread[SMALL_REGISTRY_LEN]; member
300 #define CC_is_onlyread(x) (x->connInfo.onlyread[0] == '1')
H A Dpsqlodbc.h125 char onlyread; /* readonly is reserved on Digital C++ compiler */ member
/dports/databases/vfront/vfront-0.96c/sty/
H A Dsottomaschera.css222 /* campo onlyread */
224 .onlyread-field-sub{
H A Dscheda.css388 .onlyread-field{
/dports/databases/vfront/vfront-0.96c/
H A DCHANGELOG51 Changed rules for onlyread fields
174 inc/func.campi_submask.php Added onlyread field in submask, changed calendar behavior
177 inc/func.tratta_campo.php Added "onlyread" field type
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Ddlg_specific.c377 ,ci->onlyread in makeConnectString()
440 if (ci->onlyread[0] == '1') in makeConnectString()
577 ITOA_FIXED(ci->onlyread, (char)((flag & BIT_READONLY) != 0)); in unfoldCXAttribute()
636 STRCPY_FIXED(ci->onlyread, value); in copyConnAttributes()
821 ITOA_FIXED(ci->onlyread, DEFAULT_READONLY); in getCiDefaults()
981 STRCPY_FIXED(ci->onlyread, temp); in getDSNinfo()
1124 ci->onlyread, in getDSNinfo()
1272 ci->onlyread, in writeDSNinfo()
1877 CORR_STRCPY(onlyread); in CC_copy_conninfo()
H A Dpsqlodbc.h610 char onlyread[SMALL_REGISTRY_LEN]; member
H A Ddlg_wingui.c526 ITOA_FIXED(ci->onlyread, IsDlgButtonChecked(hdlg, DS_READONLY)); in ds_options_update()
654 CheckDlgButton(hdlg, DS_READONLY, atoi(ci->onlyread)); in ds_options2Proc()
H A Dconnection.h365 #define CC_is_onlyread(x) (x->connInfo.onlyread[0] == '1')