
02/06/2005, 09:59
|
 | | | Fecha de Ingreso: septiembre-2004
Mensajes: 2.749
Antigüedad: 20 años, 8 meses Puntos: 18 | |
'Virtual path to database
strDbPathAndName = Server.MapPath("/Data/wwForum.mdb") 'This is the path of the database from this files location on the server
'Physical path to database
'strDbPathAndName = "D:\XVRT\esporlesbc.com\Data\wwForum.mdb" 'Use this if you use the physical server path, eg:- C:\Inetpub\private\wwForum.mdb |