Link to home
Start Free TrialLog in
Avatar of dojan
dojan

asked on

error 0x80040E14 when using Data Shaping

Newbe to ASP and DataShaping Help!

Trying to do the following:

strSQL = "SHAPE { SELECT ArtId, ArtName, ArtDescr FROM Art } APPEND ({ SELECT AttribId, AttribContentId FROM ArtAttribute } AS AttCont RELATE ArtId TO ArtId )"

Getting the following error message:

Feltyp:
MSDataShape (0x80040E14)
Kolumnen (ArtId) finns inte i korrekt raduppsättning.
/articles/articles.asp, line 27

Swedish and means someting like 'The colomn (ArtId) does not exist in the correct table'.

I've checked over and over again and I can not see any misspellings etc......
ASKER CERTIFIED SOLUTION
Avatar of dfiala13
dfiala13

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dojan
dojan

ASKER

Thanks dfiala13! It did the trick.