Hi everybody,
this view runs just fine but when I try to save it I have an error message:
ODBC error: [Microsoft][ODBC SQL Server Driver]COUNT field incorrect of
syntax error. Where is the problem? I use questionmark because I need
unnamed parameter veiw.
select ProductID, NameOfProduct from dbo.Products where ProductID < ?
Thank you in advance,
Danilo Popoviæ, B. Sc.
Trgostil d.d. - IC
Toplièka 16
49240 Donja Stubica
Croatia
this view runs just fine but when I try to save it I have an error message:
ODBC error: [Microsoft][ODBC SQL Server Driver]COUNT field incorrect of
syntax error. Where is the problem? I use questionmark because I need
unnamed parameter veiw.
select ProductID, NameOfProduct from dbo.Products where ProductID < ?
Thank you in advance,
Danilo Popoviæ, B. Sc.
Trgostil d.d. - IC
Toplièka 16
49240 Donja Stubica
Croatia
Comment