
11/06/2004, 07:36
|
 | | | Fecha de Ingreso: diciembre-2003 Ubicación: Jerez de la Frontera
Mensajes: 1.193
Antigüedad: 21 años, 3 meses Puntos: 8 | |
En el Web.Config añado: Cita: <appSettings>
<add key="Cnx" value="Server=www.dresoft.com;Database=xxxxx;uid=x xxxx;pwd=xxxxx" />
</appSettings> Y luego Cita: Dim oconexion as New SqlConnection
oconexion.ConnectionString = System.Configuration.ConfigurationSettings.AppSett ings("Cnx") Asi lo hago yo
Un saludo |