1
Bases de Datos / Re:Base de datos acces
« en: Diciembre 11, 2010, 04:57:08 pm »
Function ConeccionDB() As String
ConeccionDB = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Datos\MiDB.mdb;Persist Security Info=False"
End Function
Este es una funcion que yo uso en el Sistema, por cierto anda muy bien.
ConeccionDB = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Datos\MiDB.mdb;Persist Security Info=False"
End Function
Este es una funcion que yo uso en el Sistema, por cierto anda muy bien.