Moving to MS-SQL

  • Thread starter Chamark via AccessMonster.com
  • Start date
C

Chamark via AccessMonster.com

I am moving a MS-ACCESS application to the Web and using MS-SQL 2000.
Obviously the Access form is replaced with a Web form. I need to know how to
pass parameters from the Web form to MS-SQL. Any tips or direction on this is
greatly appreciated.
 
S

Sylvain Lafontaine

Also obviously is the fact that you are on the wrong newsgroup.

For ASP, see m.p.inetserver.asp.db and for ASP.NET see
m.p.dotnet.framework.aspnet .
 
A

aaron.kempf

are you building for an intranet?

you can use Data Access Pages; I love these components.

make a new Access Data Project
under tools options; set a couple of folders on the 'web' tab to point
to something accessible on the intranet

make new DAPs; drag and drop

it works like a charm.

i write VERY complex apps using the office web components all day
long-- i love it.

it's just functionality that isn't anywhere else; in any language.

and it's FAST
 
S

Sylvain Lafontaine

If Data Access Pages (DAP) are so easy, then how comes that you neved had
answered any question in the m.p.a.dataaccess.pages newsgroup?
 

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

Top