Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
cFile = Sys(2023) + Sys(3) + '.UDL'
If File(m.cFile)
Erase (m.cFile)
Endif
nFh = Fcreate(m.cFile)
If m.nFh < 0
Wait "Can't create a temporary file for the email" Window Nowait
Return
Endif
= Fputs(m.nFh,'[oledb]')
= Fwrite(m.nFh,"Provider=MSDASQL.1;Persist Security Info=False;Data Source=MS Access Database;Mode=ReadWrite")
= Fflush(m.nFh)
= Fclose(m.nFh)
Run /N2 Start &cFile
Return .T.
Endfunc