Sending parameters?

  • Thread starter Thread starter DeadManWalking
  • Start date Start date
D

DeadManWalking

To all the knowing folks out there:

Please help me! I'm new to this stuff...

I'm in the need to call a paramter-query stored in an MS-Access-DB
from an FrontPage-ASP-site.

Can anybody tell me of a way to send FP-field-values from an ASP via
ODBC (or else) to an Access-DB?


System: AccessXP, FP2002

ANY ideas or answers will be appreciated

DMW
 
FrontPage isn't going to help you much with this one. You need to create an
ASP (Active Server Pages) ADO (ActiveX Data Objects) application that
executes a parameterized Stored Procedure to do this. You can find out more
about ASP and ADO on my web site - http://www.takempis.com, or you might
just want to take the easy way out and use FrontPage to create an ASP/ADO
app that uses a custom query rather than your stored parameterized query.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Back
Top