04-26-04 02:37 PM
Has this got someting to do with the SQL Server Service Pack level?
The remote server I'm trying to read from succees to insert data with SQL
adapter but fails on read attemps unless the data is not in char format.
I'm talking about BTS2004 native SQL Adapter here..
"Johanna Rossi" <johanna.rossi@kotiportti.fi.invalid> wrote in message
news:enO0Vz2KEHA.3596@tk2msftngp13.phx.gbl...
> Hi All!
>
> Why can't I use SQL Adapters receive function with SQL datatype Char?
> I tried using updategram and Stored Proc but both failed giving an error
> message.. something like XML Schema doesn't support data type Char...
>
> I also tried Select clause with convert command like tihis "SELECT
> CONVERT(varchar(xx), column) AS ColumnName FROM table for xml auto" in
both
> the updategram and the stored procedure. Both failed.
>
> So my question is, how to read a table with char datatype information?
>
> Thanks in advance,
> Johanna
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.668 / Virus Database: 430 - Release Date: 24.4.2004
[ Post a follow-up to this message ]
|