Results 1 to 4 of 4

Thread: Connecting to an Access Database in JSP

  1. #1

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845

    Connecting to an Access Database in JSP

    Any ideas how to connect to an Access Database in JSP?
    Mark
    -------------------

  2. #2
    Lively Member
    Join Date
    Jan 2000
    Posts
    69

    same way as java

    hey mark,

    It is the same procedure as you would do in java...just put the code in scriplets section and it will work. This is the basic way doing, unless you wanted to incorporate connection pooling, etc.

    Manoj

  3. #3

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    that's what I thought, but I need to import java.sql.* where/how do I include that line?
    Mark
    -------------------

  4. #4

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    It's OK, I've figured that out now.

    Thanks
    Mark
    -------------------

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