function

  • Thread starter Everaldo Ricardo
  • Start date
E

Everaldo Ricardo

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

Everaldo Ricardo - Brazil
 
S

Sylvain Lafontaine

Use something like « select * from dbo.MyFunction (...) » . You can also
hide it inside a stored procedure.
 
E

Everaldo Ricardo

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

Similar Threads


Top