This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
BDAccess
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Correct workflow to merge.
Merge branch 'main' of
https://git.ratg.cat/marcelcosta/BDAccess
# Conflicts: # workflow.R
main
Costa
2 years ago
parent
3f927a5364
d9e8117b83
commit
f2f8f12855
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
workflow.R
+ 4
- 4
workflow.R
View File
@ -1,13 +1,13 @@
source
(
"
sqlFunctions.R"
)
# Cargar dependencias
sqlInitialize
(
)
## Asegurarse de que la variable file sea la que nos corresponde:
file
# Crear copia de seguridad
sqlBackUp
(
bu.dir
=
"
BU_OVARIO"
)
# Cargar dependencias
sqlInitialize
(
)
sqlBackUp
(
)
# Inicializar conexión
dta
<-
odbcConnectAccess2007
(
access.file
=
file
,
Write
Preview
Loading…
Cancel
Save