Hi,

I'm using ASPdbPro Eval version, IIS4 & MsSQL7.
I followed one of the sample script featured in the documentation.
But I'm getting this error message when I try to query a table named 'customer'.

---Error Message-----------------------------------------------------------
Error # = 80040E37
Description = [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'customer'.
Source = Microsoft OLE DB Provider for ODBC Drivers
SQL State = S0002
NativeError = 208

---ASP page---------------------------------------------------------------
<%
Set MyDb = Server.CreateObject(&#34;ASPdb.Pro&#34
MyDb.dbDAT=&#34;SQLservername,Databasename,usernam e,password&#34;
MyDb.dbUnit = 101
MyDb.dbMode=&#34;grid&#34;
MyDb.dbSQL=&#34;Select * FROM customer&#34;
MyDb.ASPdbPro
%>

-------------------------------------------------------------------------

I appreciate if you could help. Thanks for your time.
Aldo