User Profile
Collapse
-
Hi just read your thread. Can you please tell me how to connect to a mainframe (Power 6/ Iseries) through .NET visually (via a sql datasource). I am facing a communication error 10061. -
DB2 Connection error (.NET to iSeries)
Hi, I am trying to connect from a asp.net application to iSeries DB2 UDB. Although I can connect easily specifying the connection parameters manually like
DataSource=10.1 .1.2;userid=mik e;password=test 123;L ibraryList=test ,*USRLIBL;Defau ltCollection=TE ST;Co nnectionTimeout =60;" providerName="I BM.Data.DB2.iSe ries"
But whenever I try to bind any datasource inside my application lets say a new SQL data source... -
Migrate db2 express to iseries
Hi,
We have currently made an application on db2 express c but now our boss wants to transfer it on Power6/Iseries after the recent purchase.
We want to migrate all the tables with the data, triggers, sequences intact to the iseries db2. Any help in this regard will be appreciated.
Thanks, Mike. -
Transaction,Subquery or 2 queries ?
Hi,
I'm in a scenario where I have to update and select the same value at the same time on a delete and update event on a gridview.
Like on row delete,
update table set column=(column-1) and then bind a textbox to the new value with a sql select.
I'm using an update and a separate query to select the new value. My question is that is this possible with a single query or a subquery ? Is transaction...Last edited by Frinavale; Mar 5 '09, 04:16 PM. Reason: Added [code] tags: Please post code in [code] [/code] tags
No activity results to display
Show More