function

  • Thread starter Thread starter Everaldo Ricardo
  • Start date Start date
E

Everaldo Ricardo

how to use Sql server´s functions in Access project, what is the right
sintaxe ?

Everaldo Ricardo - Brazil
 
Use something like « select * from dbo.MyFunction (...) » . You can also
hide it inside a stored procedure.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top