Hi, I'm adding a couple of date columns to the Ads table. They are EventStartDate and EventEndDate the type is smalldatetime. I pretty much copied from the expiration date. I made the changes in the database using godaddy's db manager
Length is 4, Precision is 16 Scale is 0 Nullable is True Default is ((0)) Id is False Id increment is 0 Id Seed is 0 Row GUID is False
The error is
Unable to convert input xml file content to a DataSet. The 'http://www.w3.org/2001/XMLSchema:element' element is not supported in this context.
I made changes to Ads.xds manually.
I added the fields to the db, updated Views and Stored procedures directly in godaddy.
Can someone point me in the right direction? I see the same or similar error posting in the forums but can't make sense of the answers. Thanks for any help.
classified starter kitadd field to ads database table
redwoodbev
Member
29 Points
166 Posts
Unable to convert input xml file content to a DataSet. The 'http://www.w3.org/2001/XMLSchema:elem...
Jan 31, 2010 11:45 AM|LINK
Hi, I'm adding a couple of date columns to the Ads table. They are EventStartDate and EventEndDate the type is smalldatetime. I pretty much copied from the expiration date. I made the changes in the database using godaddy's db manager
Length is 4, Precision is 16 Scale is 0 Nullable is True Default is ((0)) Id is False Id increment is 0 Id Seed is 0 Row GUID is False
The error is
Unable to convert input xml file content to a DataSet. The 'http://www.w3.org/2001/XMLSchema:element' element is not supported in this context.
I made changes to Ads.xds manually.
I added the fields to the db, updated Views and Stored procedures directly in godaddy.
Can someone point me in the right direction? I see the same or similar error posting in the forums but can't make sense of the answers. Thanks for any help.
classified starter kit add field to ads database table