ODBC port 1433 is insecure. What is the best document at
M$ or TechNet that provides a concise review of how to
maintain a secure ODBC connection...
more >>
Hi,
Haven't found an answer yet but I'm still hoping. When we try to import data
using the Other (ODBC Data Source) and select the DSN created for the Excel
spreadsheet then no data is listed. However, if we choose "Microsoft Excel
97-2000" as the Data Source and select the appropriate excel f...
more >>
I'm tring the the following where strDBtoOpen is the UNC path to an Access
Database:
..ASP page ADO Connection object Source property.
cn.Source = "SELECT DD.* FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','" &
strDBtoOpen & "';'admin';'', DueDiligence) as DD WHERE ReviewedBy IS NOT
NULL"
...
more >>