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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing value to sql server function

Status
Not open for further replies.

giovi2002

Programmer
Aug 22, 2005
47
NL
I would like to pass a value to a sql server function from an adp module. Is this possible?
So instead of passing a value from sql server to access it's the other way round (from adp to sql server)
 
You can use the ADO Command Object. Do a search on the Forum for ADO Command. There should be lots of examples.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top