Am Sat, 26 Aug 2006 13:12:02 -0700 schrieb Carlos:
SQLServer know two ways of authentication. Please google for
"connectionstring sqlserver dao" or ask in an SQLServer related group.

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --
> Hello all, I made an script that runs with a rule and I would like to get
> database info from SQL server DB (not from an Access DB). I've added
[quoted text clipped - 15 lines]
> Set table = BDD.OpenRecordset("Test")
> table.OpenRecordset ("SELECT * FROM Autos WHERE Patente = 589975")
Carlos - 29 Aug 2006 07:25 GMT
Thanks for the tip...
Rgds,
> Am Sat, 26 Aug 2006 13:12:02 -0700 schrieb Carlos:
>
[quoted text clipped - 20 lines]
> > Set table = BDD.OpenRecordset("Test")
> > table.OpenRecordset ("SELECT * FROM Autos WHERE Patente = 589975")