Getting data by the table row

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

Guest

We have a list of Projects on our website. And we have a database in Access
that contains data pertaining to each Project. We would like users of our
website to be able to double-click a Project name and retrieve the row of
data pertaining to that project. We will most likely be using .asp to manage
this. Can anyone help on how we can get .asp to pull this data in from the
Access table?
 
Katie said:
Can anyone help on how we can get .asp to pull this data in from the
Access table?

You need to ask this question in an ASP newsgroup. This is a Microsoft
Access database newsgroup, and we'd just be guessing how you need to code web
pages.
 
Thanks for your response...but I guess I didn't phrase the question
correctly. What I really needed to know is, can the data be pulled by the
record, or row, into another application...
 
Granny's point is that if you're trying to get at data in a Jet database
(i.e.: an MDB file) from another application, you're best off asking in a
newsgroup related to that other application, not one related to Access. Any
ODBC-compliant application should be able to communicate with a Jet
database, but how you do it depends on the application trying to get the
data.
 
Okay...I'll work it from that angle. Thanks!

Douglas J. Steele said:
Granny's point is that if you're trying to get at data in a Jet database
(i.e.: an MDB file) from another application, you're best off asking in a
newsgroup related to that other application, not one related to Access. Any
ODBC-compliant application should be able to communicate with a Jet
database, but how you do it depends on the application trying to get the
data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top