Monday, October 12, 2009

Foxpro Base de datos remota via VPN u otros

http://msdn.microsoft.com/es-es/library/cc483536%28VS.71%29.aspx

referencias:
http://www.portalfox.com/index.php?name=News&file=article&sid=2494
http://www.todoexpertos.com/categorias/tecnologia-e-internet/bases-de-datos/visual-foxpro/respuestas/1255697/quiero-aprender-vpn

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...