Cambiar sistema de pedir contraseña.
This commit is contained in:
+3
-3
@@ -144,15 +144,15 @@ server <- function(input, output) {
|
|||||||
print(CCfile)
|
print(CCfile)
|
||||||
if (input$dbtype == "UM"){
|
if (input$dbtype == "UM"){
|
||||||
dta<<-odbcConnectAccess2007(access.file = UMfile,
|
dta<<-odbcConnectAccess2007(access.file = UMfile,
|
||||||
pwd = .rs.askForPassword("Enter password:"))
|
pwd = getPass::getPass("Enter password:"))
|
||||||
}
|
}
|
||||||
if (input$dbtype == "OV"){
|
if (input$dbtype == "OV"){
|
||||||
dta<<-odbcConnectAccess2007(access.file = OVfile,
|
dta<<-odbcConnectAccess2007(access.file = OVfile,
|
||||||
pwd = .rs.askForPassword("Enter password:"))
|
pwd = getPass::getPass("Enter password:"))
|
||||||
}
|
}
|
||||||
if (input$dbtype == "CC"){
|
if (input$dbtype == "CC"){
|
||||||
dta<<-odbcConnectAccess2007(access.file = CCfile,
|
dta<<-odbcConnectAccess2007(access.file = CCfile,
|
||||||
pwd = .rs.askForPassword("Enter password:"))
|
pwd = getPass::getPass("Enter password:"))
|
||||||
}
|
}
|
||||||
print(dta)
|
print(dta)
|
||||||
if (input$backup == T){
|
if (input$backup == T){
|
||||||
|
|||||||
Reference in New Issue
Block a user