Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I use MSAccess Functions in SQL?

Status
Not open for further replies.

MapMan

Programmer
Jul 21, 1999
143
US
I have some string functions that I developed in Access that I want to use in SQL. I've read that I can create a library (dll) and have SQL call it using the (USE LIBRARY) function. But, everywhere I've tried the USE LIBRARY statement I get a "invalid statement near USE" error.<br>
<br>
I'm very frustrated about this. Anyone got any suggestions?<br>
<br>
Thanks,<br>
<br>
MapMan
 
You need to compile the dll witth somthing like C++ and it's then called an Extended Procedure.<br>
Hope this helps.
 
Thanks BigFoot. I'll see what I can create.<br>
<br>
MapMan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top