
25/08/2006, 13:57
|
| | | Fecha de Ingreso: agosto-2006
Mensajes: 7
Antigüedad: 19 años, 2 meses Puntos: 0 | |
| chequea estos connections strings Standard Security:"Driver={SQL Server};Server=Aron1;Database=pubs;Uid=sa;Pwd=asda sd;" Trusted connection:"Driver={SQL Server};Server=Aron1;Database=pubs;Trusted_Connect ion=yes;" Prompt for username and password:
oConn.Properties("Prompt") = adPromptAlways
oConn.Open "Driver={SQL Server};Server=Aron1;DataBase=pubs;" |