NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 54 55 56 57 58 … 93 Next »
How to use MSDE(SQL Server) as GBPVR Database

 
  • 0 Vote(s) - 0 Average
How to use MSDE(SQL Server) as GBPVR Database
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#11
2004-12-07, 03:41 AM
GBPVR 0.23.11 update:

MSDE seems to work perfectly with the latest version that Sub has created. There is no longer an LDB file in place, and Scheduling Recordings now works. Before it would give an InterOp.Services.ComException when tryign to schedule a recording.

For those that are having difficulty, getting GBPVR to login in, make sure you are using SQL Server authentication, and that you have granted the GBPVR user id, rights to the GBPVR database. Otherwise, you'll get Authentication errors.
Guest

Unregistered
 
#12
2004-12-08, 09:06 AM
Gosh, this seems like something that would be real nice for sub to have integreated into the base package... Is this in the works???
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#13
2004-12-08, 02:29 PM
I doubt that MSDE will be distributed with GBPVR as a default. This mainly has to do with the size increase of adding the MSDE package to the distribution. MSDE itself is about a 25 meg download, where including an Access database is very trival.

Now with that being said, I would like to eventually see an option during configuration to allow for using MSDE as the database, and just like having to have some other pre-req sdk's installed, MSDE or Sql Server would need to be installed prior to this option being available.
ollis
Offline

Junior Member

Posts: 28
Threads: 4
Joined: Sep 2004
#14
2004-12-08, 04:06 PM
Sounds good.
The guidance is very detailed.

But - which is if "Sub" the data structure changes?
PC,PVR-350,GB-PVR,TV - all that i want
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#15
2004-12-08, 04:10 PM
If Sub changes the data structure, and sticks to ANSI DDL statements, then when upgrading, your installation over the old, it SHOULD just take the new DDL statements and update the necessary tables in the MSDE database.

The other option is to always drop the tables in the MSDE database and then Upsize the Access database to the MSDE configuration.

Again, as long as ANSI DDL statements are used, there shouldn't be a problem.
ollis
Offline

Junior Member

Posts: 28
Threads: 4
Joined: Sep 2004
#16
2004-12-08, 04:18 PM
@KingArgyle:
Thanks for your quick response.
[b Wrote:Quote[/b] ]The other option is to always drop the tables in the MSDE database and then Upsize the Access database to the MSDE configuration.
That was also my thought. But in this case my data are lost.
PC,PVR-350,GB-PVR,TV - all that i want
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#17
2004-12-08, 04:43 PM
I'm not sure Access supports ANSI DDL statements. If you have a look at the upgrade.sql file, you'll see the SQL statements I've executed over the last couple of releases. The column types I've used are Access data types.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#18
2004-12-08, 04:59 PM
Worst case scenario would be that the development community would just have to migrate the Access DDL statements, or new SQL Server/MSDE data types are created that match up name wise to the corresponding Access names. The underlining mappings would still be SQL Server/MSDE related, but the names would match the Access datatype names.

Again, this is something I see the development community maintaining. An article describing how to do this can be found here:

http://www.databasejournal.com/features/...pr/2212141
Huw
Offline

Member

Posts: 219
Threads: 7
Joined: Oct 2004
#19
2004-12-09, 01:41 AM
biggest problem you will have is with datetime fields, all other fields are easy to migrate between databases

If you need any help, just shout, I am one of the co-authors of Snitz which has a multidb backend, so am used to making stuff work in access/MS SQL/MySQL



cginzel
Offline

Member

Posts: 192
Threads: 22
Joined: Dec 2004
#20
2004-12-11, 01:15 AM
This seems like an awesome option and I'd like to try it our myself. I downloaded the MSDE and installed it using the SAPWD parameter, but I wasn't able to log in with the MSDE Manager. It kept comming up with an ActiveX error...

What are the setup parameters you used to install MSE or did you use the setup.ini file? If you used the file can you share you settings (minus password of course)?

Also, would it be possible to export the DDL for the tables and indexes because some people like me don't have a copy of Access to perform the upsize operation.

There must be some inital data that needs to be loaded as well... maybe setting up MSDE will not be an option if the user doesn't have Access...

Or is it possible to copy an initial MSDE database file from machine to machine?

Anyway, I'm looking forward to futher developments in this area...

Thanks,
-Charles
[SIZE="1"]NextPVR v2.3.4 on XP Home SP2
Rig: Dual Core P4 2.8GHz, 3GB Ram + 230GB HD
Media: WinTV PVR-150/MCE (2) + Media MVP 1000 (1) vD3A
Tools/Plug-ins: Weather, ComSkip, NEWA[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (15): « Previous 1 2 3 4 5 … 15 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Determine Server Tuner/Recorder Status from Console App 27InchSony 13 8,288 2016-12-21, 05:03 AM
Last Post: mvallevand
  Looking for C# UPnP Media Server code bgowland 5 7,645 2016-12-16, 08:25 PM
Last Post: mvallevand
  TitanTv Remote Schedule For GBPVR UncleJohnsBand 51 33,721 2015-08-20, 05:11 PM
Last Post: sub
  Delete recordings from database but not from disk? spinnaker 8 3,825 2013-10-26, 10:51 PM
Last Post: spinnaker
  trying to fake npvr database for unit tests reven 3 2,266 2013-05-20, 08:53 AM
Last Post: reven
  Roku & GBPVR pvruser 16 11,519 2011-10-16, 08:31 PM
Last Post: pvruser
  (Yet Another) Rename Helper script for GBPVR & NPVR pvruser 2 2,731 2011-07-22, 01:27 AM
Last Post: pvruser
  Merged database queries mvallevand 4 2,090 2011-06-26, 09:56 PM
Last Post: mvallevand
  NPVR database questions mvallevand 25 9,874 2011-01-06, 12:58 AM
Last Post: jksmurf
  NPVR database - why so stringy with the fields?? :0) carpeVideo 4 2,039 2010-09-21, 01:48 AM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode