Ask a Question related to ASP Database, Design and Development.
-
Bill #1
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
-
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... -
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 ... -
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... -
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... -
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... -
Ray at #2
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
-
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?
come across that I>-----Original Message-----
>It's pretty much that simple. The only issue I've evercharacter. Doing>can warn about is do not terminate your queries with a ;has OLEDB drivers>so can hang up your IIS server. Also, IBM Client Accessconnection.>that you may want to use instead of using an ODBCDB2>
>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 IBMdriver.>> database. Is it as simple as setting up a ODBC DB2>>> Or does a data conversion need to take place?
>
>.
>Guest
-
Ray at #4
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.
If it's not on the network, you wouldn't be able to FTP from it either. If> 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?
you do not have a network connection to the AS/400, you won't be able to do
anything....
Red Books from IBM? I don't know.> Is there a book or web site that can put this into
> perspective.
Off the IBM Client Access CD. Selective install.> Also where do you get a DB2 ODBC driver?
Ray at work
Ray at Guest
-
Jeff Cochran #5
Re: ASP to DB2 database?
On Mon, 1 Dec 2003 11:20:10 -0800,
<anonymous@discussions.microsoft.com> wrote:
You'll need network access to the AS/400 if you're going to access the>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.
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.
Can't use FTP if there's no network connection. You alsow ouldn't use>If that is the case how do you point to the database. FTP?
FTP anyway. You'd use either an OLEDB connection or an ODBC
connection.
From which side, the IIS/Windows or the OS/400 side? The data is all>Is there a book or web site that can put this into
>perspective.
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.
Ours came off the Client Access install. Naturally this depends on>Also where do you get a DB2 ODBC driver?
exactly what you're doing to connect to the AS/400. Check with IBM.
Jeff
>come across that I>>-----Original Message-----
>>It's pretty much that simple. The only issue I've ever>character. Doing>>can warn about is do not terminate your queries with a ;>has OLEDB drivers>>so can hang up your IIS server. Also, IBM Client Access>connection.>>that you may want to use instead of using an ODBC>DB2>>
>>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>driver.>>> database. Is it as simple as setting up a ODBC DB2>>>>> Or does a data conversion need to take place?
>>
>>.
>>Jeff Cochran Guest
-
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.
network.>-----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 theto access the>
>You'll need network access to the AS/400 if you're goingthis done,>DB2 database. Check with your AS/400 admin on gettingusing Client>there are several methods possible. In our case we'reFTP?>Access to provide the connections.
>>>If that is the case how do you point to the database.alsow ouldn't use>
>Can't use FTP if there's no network connection. YouODBC>FTP anyway. You'd use either an OLEDB connection or andata is all>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? Thethe>out there, sometimes it takes a few people with parts ofadmin is the>information to make a whole though. Again, your AS/400depends on>best start for this.
>>>>Also where do you get a DB2 ODBC driver?
>Ours came off the Client Access install. Naturally thisCheck with IBM.>exactly what you're doing to connect to the AS/400.a ;>
>Jeff
>>>come across that I>>>-----Original Message-----
>>>It's pretty much that simple. The only issue I've ever>>>can warn about is do not terminate your queries withAccess>>character. Doing>>>so can hang up your IIS server. Also, IBM ClientIBM>>has OLEDB drivers>>connection.>>>that you may want to use instead of using an ODBC>>>
>>>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>>>DB2>>driver.>>>> database. Is it as simple as setting up a ODBC DB2>>>> Or does a data conversion need to take place?
>>>
>>>
>>>.
>>>
>.
>Guest
-
Jeff Cochran #7
Re: ASP to DB2 database?
On Mon, 1 Dec 2003 18:52:22 -0800,
<anonymous@discussions.microsoft.com> wrote:
Actually, basically identical. :)>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.
Jeff
>network.>>-----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>to access the>>
>>You'll need network access to the AS/400 if you're going>this done,>>DB2 database. Check with your AS/400 admin on getting>using Client>>there are several methods possible. In our case we're>FTP?>>Access to provide the connections.
>>>>>If that is the case how do you point to the database.>alsow ouldn't use>>
>>Can't use FTP if there's no network connection. You>ODBC>>FTP anyway. You'd use either an OLEDB connection or an>data is all>>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>the>>out there, sometimes it takes a few people with parts of>admin is the>>information to make a whole though. Again, your AS/400>depends on>>best start for this.
>>>>>>>Also where do you get a DB2 ODBC driver?
>>Ours came off the Client Access install. Naturally this>Check with IBM.>>exactly what you're doing to connect to the AS/400.>a ;>>
>>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>Access>>>character. Doing
>>>>so can hang up your IIS server. Also, IBM Client>IBM>>>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>>>>>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



Reply With Quote

