Make-table queries for Web?

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

Guest

Hello All, I'm using MS Access 2003 for a web DB... Am wondering.. is it bad
to use Make-Table queries for the web..? Or should I just do all the SQL
joining and linking stuff just with more SQL code?

Just curious about the impact Make-Table queries have on the Web.. Slower?
Not a good idea?

Thanks for any input you can give
John
 
Why are you using make table queries? I can't think of too many legitimate
uses for them in a properly designed application.
 
you should use Access Data Projects

MDB for internet / intranet?

ROFLMAO

Access Data Projects are a much much better solution


-Aaron
 
and for the record; you can't just do more sql joining and linking;
because MDB randomly craps out when you make the query more complex

Access Data Projects can use Make Table Queries.
they can use REAL temp tables also.

-Aaron
 

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