A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Basic ASP file to query MSAccess Database

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Posts
    24

    Basic ASP file to query MSAccess Database

    I'm trying to create a fairly simple flash site, sends in a query with 3 variables to a MSAccess database and returns another.

    I don't have much expirence using ASP so I'm learning on a tutorial to tutorial basis.

    Can someone show me a basic asp file that I could look at, as a point of reference.

    just to further explain, the application i'm trying to make gets a persons Gender, Age, and Phycial Activity level and then returns what their daily caloric intake should be....just so you know

    as much explanation, and comments on the asp file is a plus!

    thanks!

  2. #2
    Senior Member
    Join Date
    Oct 2005
    Posts
    148
    What version of ASP are you using? ASP classic (pages with the asp extension) or ASP.NET (pages with the .aspx extension). If you're using ASP.NET 2.0, then it's really easy, although not hard using ASP.NET 1.0

    Also are you writing in Visual Basic or in C#?

    This is an older tutorial, written with asp classic and flash here:
    http://www.codeproject.com/asp/flashasp.asp

    This tutorial is for ASP.NET and shows how to access a MS Access database.
    http://www.codeproject.com/aspnet/myaspnetguestbook.asp

  3. #3
    Senior Member
    Join Date
    Oct 2005
    Posts
    148

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center