Running a module/function in ADP MSSQL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have just upsized my access database, in my queries i had functions that
ran from modules. Upon uploading to MSSQL, these queries are not there and
when i try and rewrite them they don't work? Does anyone know how to get
functions to run in a query? When in MSSQL and Using an ADP?

Jamie
 
Can't be done, Jamie. You get to re-write them in T-SQL. This is one of the
reasons many of us are sticking firmly with MDBs and ODBC.

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
Back
Top