Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
Can someone point me to a good resource for querying SMS data from MS Front Page?
I have created a query in SMS with this syntax:
select IPAddresses, Name, OperatingSystemNameandVersion, SystemRoles from SMS_R_System where IPAddresses >= "24.1.21.32" and IPAddresses <= "24.1.21.63" order by IPAddresses
and I get the desired results in SMS.
I created an ODBC connection to the SMS server from my IIS server. When I verify this same query in Front Page, I get the following result:
Server error: Unable to retrieve schema information from the query:
(connection info, yadda yadda , no errors)
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'SMS_R_System'.
Source: Microsoft OLE DB Provider for ODBC Drivers
Number: -2147467259 (0x80004005)
Thanks for any help,
Chris
Can someone point me to a good resource for querying SMS data from MS Front Page?
I have created a query in SMS with this syntax:
select IPAddresses, Name, OperatingSystemNameandVersion, SystemRoles from SMS_R_System where IPAddresses >= "24.1.21.32" and IPAddresses <= "24.1.21.63" order by IPAddresses
and I get the desired results in SMS.
I created an ODBC connection to the SMS server from my IIS server. When I verify this same query in Front Page, I get the following result:
Server error: Unable to retrieve schema information from the query:
(connection info, yadda yadda , no errors)
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'SMS_R_System'.
Source: Microsoft OLE DB Provider for ODBC Drivers
Number: -2147467259 (0x80004005)
Thanks for any help,
Chris