use access datasource

Last post 06-13-2009 2:55 PM by bkamalnivas. 2 replies.

Sort Posts:

  • use access datasource

    06-12-2009, 11:11 PM
    • Member
      14 point Member
    • bkamalnivas
    • Member since 12-17-2008, 2:41 PM
    • Posts 48

     I have been strugglin to do a very simple operation....

    Get data from a form....insert into MS access....

    create login page based on the data in the access table....

     

     

     

    it would be great if anyone can explain how do i do this using access datasource in visual web developer....

     

     

  • Re: use access datasource

    06-13-2009, 5:38 AM
    • Star
      8,552 point Star
    • hans_v
    • Member since 01-29-2007, 4:03 PM
    • Posts 1,474

    bkamalnivas:
    Get data from a form....insert into MS access....

    Take a look at chapter 3 in this tutorial, where yoiu will find the basics

    In this tutorial, the path where they save the database is not save, which is explained here

    Also, the way they build sql strings isn't recommended, a better solution can be found here

    bkamalnivas:
    create login page based on the data in the access table....

    MikesDotNetting has also wrote some other articles regarding ASP.NET and Access:

    http://www.mikesdotnetting.com/Category.aspx?Category=10

    One of them is an article how to create a simple login:

    http://www.mikesdotnetting.com/Article.aspx?ArticleID=75

    But you could also use the ASP.NET build in membership providers with Access instead of SQL Server:

    http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=404

    So, I think you've lots of reading and studying for now....

  • Re: use access datasource

    06-13-2009, 2:55 PM
    • Member
      14 point Member
    • bkamalnivas
    • Member since 12-17-2008, 2:41 PM
    • Posts 48

    Thank you hans....that was really helpful....

Page 1 of 1 (3 items)