[Help]Executing Cash.Sdata on SQL

11/11/2015 23:11 Quesito#1
Im Trying to Execute Cash.Sdata but i got the next Error
what can i do?

[Only registered and activated users can see links. Click Here To Register...]
11/11/2015 23:38 Aviate.#2
Quote:
Originally Posted by Quesito View Post
Im Trying to Execute Cash.Sdata but i got the next Error
what can i do?

[Only registered and activated users can see links. Click Here To Register...]
read the error, that is your issue. the data you are trying to set does not match the table definition.
could you show me your table contents/designer for your dbo.ProductList in PS_GameDefs? or simply add me on skype @ therealaviate.

here is how you can see the current data:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
that is how mine is.
11/12/2015 06:57 AxelMac#3
You need remove RowID, use botton search that in many topic are writed this.
11/12/2015 08:48 SkuulCandy#4
Add rowID values into your cash.sql
11/12/2015 10:36 AxelMac#5
Quote:
Originally Posted by SkuulCandy View Post
Add rowID values into your cash.sql
just remove only the RowID why should add the rowid in cash for each variant, instead eliminating what we do not have problems.
11/12/2015 17:55 wallerus#6
Execute this query and then execute your cash.sql. This will drop (delete) your current ProductList table and remake it without the RowID column.
11/12/2015 18:04 Eric-Dutra16#7
[Only registered and activated users can see links. Click Here To Register...]
11/23/2015 07:59 Quesito#8
Thanks Guys