User Profile

Collapse

Profile Sidebar

Collapse
sqldood
sqldood
Last Activity: May 19 '09, 04:18 AM
Joined: Mar 5 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sqldood
    sqldood posted a Visitor Message for Neharao
    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.
    See more | Go to post

  • sqldood
    started a topic DB2 Connection error (.NET to iSeries)

    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...
    See more | Go to post

  • sqldood
    started a topic Migrate db2 express to iseries
    in DB2

    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.
    See more | Go to post

  • sqldood
    started a topic Transaction,Subquery or 2 queries ?

    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...
    See more | Go to post
    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
Working...