E Everaldo Ricardo Jul 6, 2005 #1 how to use Sql server´s functions in Access project, what is the right sintaxe ? Everaldo Ricardo - Brazil
how to use Sql server´s functions in Access project, what is the right sintaxe ? Everaldo Ricardo - Brazil
S Sylvain Lafontaine Jul 6, 2005 #2 Use something like « select * from dbo.MyFunction (...) » . You can also hide it inside a stored procedure.
Use something like « select * from dbo.MyFunction (...) » . You can also hide it inside a stored procedure.
E Everaldo Ricardo Jul 6, 2005 #3 Thank you Sylvain Everaldo Ricardo - Brazil Sylvain Lafontaine said: Use something like « select * from dbo.MyFunction (...) » . You can also hide it inside a stored procedure. Click to expand...
Thank you Sylvain Everaldo Ricardo - Brazil Sylvain Lafontaine said: Use something like « select * from dbo.MyFunction (...) » . You can also hide it inside a stored procedure. Click to expand...