home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
DJBlu's Custom Sky Data Grabber for MP1.9 onwards
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ears" data-source="post: 1178610" data-attributes="member: 83203"><p>Sadly this looks like a SQL thing.</p><p></p><p>I don't run SQL Express but had tried to handle it in the code, without ever getting the chance to test it. Looks like I didn't handle it.</p><p></p><p>You could install mysql - that's fairly proven now.</p><p></p><p>Or you could run this against your SQL database - it'll create the columns for you and you should be OK - back everything up first.</p><p></p><p>I'm not using MP any more and probably won't be doing any more custom versions, but I handed everything I had to another user, maybe he'll pick it up.</p><p></p><p>ALTER TABLE program ADD seriesId varchar(200) GO </p><p>ALTER TABLE program ADD seriesTermination TINYINT GO </p><p>ALTER TABLE schedule ADD seriesId varchar(200) GO</p></blockquote><p></p>
[QUOTE="ears, post: 1178610, member: 83203"] Sadly this looks like a SQL thing. I don't run SQL Express but had tried to handle it in the code, without ever getting the chance to test it. Looks like I didn't handle it. You could install mysql - that's fairly proven now. Or you could run this against your SQL database - it'll create the columns for you and you should be OK - back everything up first. I'm not using MP any more and probably won't be doing any more custom versions, but I handed everything I had to another user, maybe he'll pick it up. ALTER TABLE program ADD seriesId varchar(200) GO ALTER TABLE program ADD seriesTermination TINYINT GO ALTER TABLE schedule ADD seriesId varchar(200) GO [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
DJBlu's Custom Sky Data Grabber for MP1.9 onwards
Contact us
RSS
Top
Bottom