ASP to DB2 database?

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default ASP to DB2 database?

    I am confused. I need to access data on a mainfram IBM DB2
    database. Is it as simple as setting up a ODBC DB2 driver.
    Or does a data conversion need to take place?
    Bill Guest

  2. Similar Questions and Discussions

    1. MySQL Database not retrieving the full database
      Hi, I am using MySQL and PHP for my repository. It has 500+ records. till now it was displayiing all records in the database, but since from one...
    2. Import Data from flat-database to relational-database
      Before I start I need some tips and pleas excuse my bad english. I have two databases, one is flat and one is a relational database. example ...
    3. NEWBIE HELP Import Data from flat-database to relational-database
      I want to import Data from a simple Database, which contains all Information in one big record into a relational Database and split up the big...
    4. Passing database info to page allow user input then pass into another database
      Hi I really am going crazy! I'm using VBScript, ASP, and SQL My page reminds me of a shopping cart but looking at shopping cart examples has not...
    5. Another user has modified the contents of this table or view; the database row you are modifying no longer exists in the database;
      Hi, I am testing a trigger that and I am getting this error message saying "Another user has modified the contents of this table or view; the...
  3. #2

    Default Re: ASP to DB2 database?

    It's pretty much that simple. The only issue I've ever come across that I
    can warn about is do not terminate your queries with a ; character. Doing
    so can hang up your IIS server. Also, IBM Client Access has OLEDB drivers
    that you may want to use instead of using an ODBC connection.

    Ray at home

    "Bill" <lhudspeth@mindspring.com> wrote in message
    news:043801c3b484$1706a4e0$a501280a@phx.gbl...
    > I am confused. I need to access data on a mainfram IBM DB2
    > database. Is it as simple as setting up a ODBC DB2 driver.
    > Or does a data conversion need to take place?

    Ray at Guest

  4. #3

    Default Re: ASP to DB2 database?

    Thank you for responding. I will look into the OLEDB
    drivers. How do you expose the IBM drivers? I know that
    with ODBC it is a matter of pointing to the database. I
    have found out that the DB2 database is not on the network.
    If that is the case how do you point to the database. FTP?
    Is there a book or web site that can put this into
    perspective.
    Also where do you get a DB2 ODBC driver?

    >-----Original Message-----
    >It's pretty much that simple. The only issue I've ever
    come across that I
    >can warn about is do not terminate your queries with a ;
    character. Doing
    >so can hang up your IIS server. Also, IBM Client Access
    has OLEDB drivers
    >that you may want to use instead of using an ODBC
    connection.
    >
    >Ray at home
    >
    >"Bill" <lhudspeth@mindspring.com> wrote in message
    >news:043801c3b484$1706a4e0$a501280a@phx.gbl...
    >> I am confused. I need to access data on a mainfram IBM
    DB2
    >> database. Is it as simple as setting up a ODBC DB2
    driver.
    >> Or does a data conversion need to take place?
    >
    >
    >.
    >
    Guest

  5. #4

    Default Re: ASP to DB2 database?


    <anonymous@discussions.microsoft.com> wrote in message
    news:a8b101c3b840$231d5b10$a601280a@phx.gbl...
    > Thank you for responding. I will look into the OLEDB
    > drivers. How do you expose the IBM drivers? I know that
    > with ODBC it is a matter of pointing to the database.
    ??
    > I
    > have found out that the DB2 database is not on the network.
    > If that is the case how do you point to the database. FTP?
    If it's not on the network, you wouldn't be able to FTP from it either. If
    you do not have a network connection to the AS/400, you won't be able to do
    anything....
    > Is there a book or web site that can put this into
    > perspective.
    Red Books from IBM? I don't know.
    > Also where do you get a DB2 ODBC driver?
    Off the IBM Client Access CD. Selective install.

    Ray at work


    Ray at Guest

  6. #5

    Default Re: ASP to DB2 database?

    On Mon, 1 Dec 2003 11:20:10 -0800,
    <anonymous@discussions.microsoft.com> wrote:
    >Thank you for responding. I will look into the OLEDB
    >drivers. How do you expose the IBM drivers? I know that
    >with ODBC it is a matter of pointing to the database. I
    >have found out that the DB2 database is not on the network.
    You'll need network access to the AS/400 if you're going to access the
    DB2 database. Check with your AS/400 admin on getting this done,
    there are several methods possible. In our case we're using Client
    Access to provide the connections.
    >If that is the case how do you point to the database. FTP?
    Can't use FTP if there's no network connection. You alsow ouldn't use
    FTP anyway. You'd use either an OLEDB connection or an ODBC
    connection.
    >Is there a book or web site that can put this into
    >perspective.
    From which side, the IIS/Windows or the OS/400 side? The data is all
    out there, sometimes it takes a few people with parts of the
    information to make a whole though. Again, your AS/400 admin is the
    best start for this.
    >Also where do you get a DB2 ODBC driver?
    Ours came off the Client Access install. Naturally this depends on
    exactly what you're doing to connect to the AS/400. Check with IBM.

    Jeff
    >>-----Original Message-----
    >>It's pretty much that simple. The only issue I've ever
    >come across that I
    >>can warn about is do not terminate your queries with a ;
    >character. Doing
    >>so can hang up your IIS server. Also, IBM Client Access
    >has OLEDB drivers
    >>that you may want to use instead of using an ODBC
    >connection.
    >>
    >>Ray at home
    >>
    >>"Bill" <lhudspeth@mindspring.com> wrote in message
    >>news:043801c3b484$1706a4e0$a501280a@phx.gbl...
    >>> I am confused. I need to access data on a mainfram IBM
    >DB2
    >>> database. Is it as simple as setting up a ODBC DB2
    >driver.
    >>> Or does a data conversion need to take place?
    >>
    >>
    >>.
    >>
    Jeff Cochran Guest

  7. #6

    Default Re: ASP to DB2 database?

    Thank you for the advice. The DB2 database is not on AS/400
    it is on a mainframe. But I believe that your advice is
    also appropriate for mainframe.
    >-----Original Message-----
    >On Mon, 1 Dec 2003 11:20:10 -0800,
    ><anonymous@discussions.microsoft.com> wrote:
    >
    >>Thank you for responding. I will look into the OLEDB
    >>drivers. How do you expose the IBM drivers? I know that
    >>with ODBC it is a matter of pointing to the database. I
    >>have found out that the DB2 database is not on the
    network.
    >
    >You'll need network access to the AS/400 if you're going
    to access the
    >DB2 database. Check with your AS/400 admin on getting
    this done,
    >there are several methods possible. In our case we're
    using Client
    >Access to provide the connections.
    >
    >>If that is the case how do you point to the database.
    FTP?
    >
    >Can't use FTP if there's no network connection. You
    alsow ouldn't use
    >FTP anyway. You'd use either an OLEDB connection or an
    ODBC
    >connection.
    >
    >>Is there a book or web site that can put this into
    >>perspective.
    >
    >From which side, the IIS/Windows or the OS/400 side? The
    data is all
    >out there, sometimes it takes a few people with parts of
    the
    >information to make a whole though. Again, your AS/400
    admin is the
    >best start for this.
    >
    >>Also where do you get a DB2 ODBC driver?
    >
    >Ours came off the Client Access install. Naturally this
    depends on
    >exactly what you're doing to connect to the AS/400.
    Check with IBM.
    >
    >Jeff
    >
    >>>-----Original Message-----
    >>>It's pretty much that simple. The only issue I've ever
    >>come across that I
    >>>can warn about is do not terminate your queries with
    a ;
    >>character. Doing
    >>>so can hang up your IIS server. Also, IBM Client
    Access
    >>has OLEDB drivers
    >>>that you may want to use instead of using an ODBC
    >>connection.
    >>>
    >>>Ray at home
    >>>
    >>>"Bill" <lhudspeth@mindspring.com> wrote in message
    >>>news:043801c3b484$1706a4e0$a501280a@phx.gbl.. .
    >>>> I am confused. I need to access data on a mainfram
    IBM
    >>DB2
    >>>> database. Is it as simple as setting up a ODBC DB2
    >>driver.
    >>>> Or does a data conversion need to take place?
    >>>
    >>>
    >>>.
    >>>
    >
    >.
    >
    Guest

  8. #7

    Default Re: ASP to DB2 database?

    On Mon, 1 Dec 2003 18:52:22 -0800,
    <anonymous@discussions.microsoft.com> wrote:
    >Thank you for the advice. The DB2 database is not on AS/400
    >it is on a mainframe. But I believe that your advice is
    >also appropriate for mainframe.
    Actually, basically identical. :)

    Jeff
    >>-----Original Message-----
    >>On Mon, 1 Dec 2003 11:20:10 -0800,
    >><anonymous@discussions.microsoft.com> wrote:
    >>
    >>>Thank you for responding. I will look into the OLEDB
    >>>drivers. How do you expose the IBM drivers? I know that
    >>>with ODBC it is a matter of pointing to the database. I
    >>>have found out that the DB2 database is not on the
    >network.
    >>
    >>You'll need network access to the AS/400 if you're going
    >to access the
    >>DB2 database. Check with your AS/400 admin on getting
    >this done,
    >>there are several methods possible. In our case we're
    >using Client
    >>Access to provide the connections.
    >>
    >>>If that is the case how do you point to the database.
    >FTP?
    >>
    >>Can't use FTP if there's no network connection. You
    >alsow ouldn't use
    >>FTP anyway. You'd use either an OLEDB connection or an
    >ODBC
    >>connection.
    >>
    >>>Is there a book or web site that can put this into
    >>>perspective.
    >>
    >>From which side, the IIS/Windows or the OS/400 side? The
    >data is all
    >>out there, sometimes it takes a few people with parts of
    >the
    >>information to make a whole though. Again, your AS/400
    >admin is the
    >>best start for this.
    >>
    >>>Also where do you get a DB2 ODBC driver?
    >>
    >>Ours came off the Client Access install. Naturally this
    >depends on
    >>exactly what you're doing to connect to the AS/400.
    >Check with IBM.
    >>
    >>Jeff
    >>
    >>>>-----Original Message-----
    >>>>It's pretty much that simple. The only issue I've ever
    >>>come across that I
    >>>>can warn about is do not terminate your queries with
    >a ;
    >>>character. Doing
    >>>>so can hang up your IIS server. Also, IBM Client
    >Access
    >>>has OLEDB drivers
    >>>>that you may want to use instead of using an ODBC
    >>>connection.
    >>>>
    >>>>Ray at home
    >>>>
    >>>>"Bill" <lhudspeth@mindspring.com> wrote in message
    >>>>news:043801c3b484$1706a4e0$a501280a@phx.gbl. ..
    >>>>> I am confused. I need to access data on a mainfram
    >IBM
    >>>DB2
    >>>>> database. Is it as simple as setting up a ODBC DB2
    >>>driver.
    >>>>> Or does a data conversion need to take place?
    >>>>
    >>>>
    >>>>.
    >>>>
    >>
    >>.
    >>
    Jeff Cochran Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139