Ado error?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • perspolis

    Ado error?

    hi all
    I configured a SqlDataAdaptor to generate dataset but in the final step
    it gives me following error
    "ADO error: Cannot resolve collation conflict for column 2 in SELECT
    statement."


    what's this error??and what am I doing wrong??
    thx in advance


  • Robbe Morris [C# MVP]

    #2
    Re: Ado error?

    post your sql

    --
    2005 Microsoft MVP C#
    Robbe Morris





    "perspolis" <rezarms@hotmai l.com> wrote in message
    news:OoBndrfMFH A.576@TK2MSFTNG P15.phx.gbl...[color=blue]
    > hi all
    > I configured a SqlDataAdaptor to generate dataset but in the final step
    > it gives me following error
    > "ADO error: Cannot resolve collation conflict for column 2 in SELECT
    > statement."
    >
    >
    > what's this error??and what am I doing wrong??
    > thx in advance
    >
    >[/color]


    Comment

    • perspolis

      #3
      Re: Ado error?

      thx Robbe..
      I found that..that's a bug in Microsoft Visual Studio..

      "Robbe Morris [C# MVP]" <info@turnkeyto ols.com> wrote in message
      news:usfe9kyMFH A.2788@TK2MSFTN GP12.phx.gbl...[color=blue]
      > post your sql
      >
      > --
      > 2005 Microsoft MVP C#
      > Robbe Morris
      > http://www.robbemorris.com
      > http://www.learncsharp.net/home/listings.aspx
      >
      >
      >
      > "perspolis" <rezarms@hotmai l.com> wrote in message
      > news:OoBndrfMFH A.576@TK2MSFTNG P15.phx.gbl...[color=green]
      > > hi all
      > > I configured a SqlDataAdaptor to generate dataset but in the final step
      > > it gives me following error
      > > "ADO error: Cannot resolve collation conflict for column 2 in SELECT
      > > statement."
      > >
      > >
      > > what's this error??and what am I doing wrong??
      > > thx in advance
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...