XP''s

  •  

    I have a query which is using cursor to load data from one database to another.

    When I execute this query in XP runs fine BUT when I run this query in 2000 it insert the same data. for example

    in XP

    id name source_ id

    1 aaa    11

    2 bbb    12

     

    IN 2000

    id  name  source_id

    1  aaa     11

    2  bbb     11

    Does XP and 2000 use any kinds of setting related to Cursor

  • Where is your server loacated? The queries run on the server, not the client, so it wouldn't matter from where you run them.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply