SQL and external code

rmatthew

Well-known member
Joined
Dec 30, 2002
Messages
115
Location
Texas
I have an an api that accesses an external time keeping device that I would like to use as a default value in an SQL Table column.

I know that I cannot do it directly, but is there a way to write an SQL function/stored proceedure that can retreive a value from an external API?
 
Last edited by a moderator:
Back
Top