OK, thanks, I got my original table/data back. I am trying to add a picture column and I am getting the following error:
Error: Manage User Defined Table is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.UserDefinedTable_UpdateFieldOrder' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.UserDefinedTable_UpdateFieldOrder' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.UserDefinedTable.SqlDataProvider.UpdateFieldOrder(Int32 UserDefinedFieldId, Int32 FieldOrder) at DotNetNuke.Modules.UserDefinedTable.UserDefinedTableController.AddField(Int32 ModuleID, String FieldTitle, Boolean Required, String FieldType, String Default, Boolean Visible) at DotNetNuke.Modules.UserDefinedTable.ManageUserDefinedTable.grdFields_Update(Object sender, DataGridCommandEventArgs e) --- End of inner exception stack trace ---
If I cancel out and go back to the table the column is there and I can add data to it, however I cannot move the field up or down.
Thanks