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:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...