R
ReneGuerra
Microsoft Access do not prompt for parameter of my inline function. I test
with EmployeeSalesByCountry of Nortwind project Sample and not works. I never
receive a prompt for parameter.
In SQL Profiler I obtain a line as
exec sp_executesql N' Select * From "dbo".EmployeeSalesByCountry"....
when test from of other pc after a line like: Select * From
"dbo"."EmployeeSalesByCountry"()
, but not of my pc. In my Pc only obtain the line Select * From
"dbo"."EmployeeSalesByCountry"().
All PC are similars with WXP Sp2, office 2003.
In my Pc run SQL Server Developer edition
I test with another SQL Server and result is the same.
Can anybody help me? I hate the idea of reinstalling OperatingSystem and any
others tools in my PC.
with EmployeeSalesByCountry of Nortwind project Sample and not works. I never
receive a prompt for parameter.
In SQL Profiler I obtain a line as
exec sp_executesql N' Select * From "dbo".EmployeeSalesByCountry"....
when test from of other pc after a line like: Select * From
"dbo"."EmployeeSalesByCountry"()
, but not of my pc. In my Pc only obtain the line Select * From
"dbo"."EmployeeSalesByCountry"().
All PC are similars with WXP Sp2, office 2003.
In my Pc run SQL Server Developer edition
I test with another SQL Server and result is the same.
Can anybody help me? I hate the idea of reinstalling OperatingSystem and any
others tools in my PC.