Search found 36 matches

by RPHALabs
Thu Jun 25, 2015 6:31 am
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

Back to the TeamLog and LeagueLog tables. Would it be a good idea to add the actual STHS Day in there that the transaction happened along with the DateTime field? Since STHS is based on a Day system and not the actual date, this to me would seem to have more merit to use.
by RPHALabs
Thu Jun 25, 2015 6:26 am
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

I believe there should be a conscieous effort in data access and location. When you have a folder with a bunch of XML files, there is no direct linkage between the files and the schedule except for the ID number in the file name. Which then you have to do extra PHP to see if a file exists on the ser...
by RPHALabs
Wed Jun 24, 2015 2:35 pm
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

Simon, I have been playing around with the SQLite file and BLOB fields and I believe it could work quite well. I understand that the XML files are generated on the fly. Since I don't know what your output process is like, I feel I need to ask the question: Is possible that if the option is selected ...
by RPHALabs
Wed Jun 24, 2015 11:05 am
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

I am still fairly new to SQLite, but if LOBs can be used and can attach the Game XML files to the schedule tables as such, then a 1 file upload feels very possible. This is very exciting to think about :)
by RPHALabs
Wed Jun 24, 2015 9:04 am
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

There is merit to that I think, a 1 file upload site, however, Simon you can back me up on this, the complication becomes normailzing tables in the database to house the data properly. There would be tables upon tables upon tables. Simon, just a random thought I have, something I just came up with s...
by RPHALabs
Wed Jun 17, 2015 7:47 pm
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

I agree with Simon that the XML schemas are best for this. And as for load time, its pretty fast. I can load a boxscore page with an XML file in approximately 0.1 seconds which is well below any standard loading time.
by RPHALabs
Tue Jun 16, 2015 1:44 pm
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

Everything else I can come across seems to be working great. Thank you so much for the replies. I would like to get your opinion on something. The LeagueLog and TeamLog tables. There is so much valuable information in there that can really be used in many places on a website. Is there anyway you can...
by RPHALabs
Sat Jun 13, 2015 7:39 am
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

GoalerInfo Table, the Overall Field doesnt seem to have the right value in it. in the ANHS league Kris Miller is an 87OV where in the DB its showing 69OV
by RPHALabs
Fri Jun 12, 2015 1:30 pm
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

PlayerInfo, and GoalerInfo Tables

Website Schema says fieldname "InjuryDuration", field in DB NumberOfInjury
by RPHALabs
Fri Jun 12, 2015 12:18 pm
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

Tables GoalerProStat and GoalerFarmStat Fieldname is "Shootout" where I think its suppose to be "Shutout"? Alternatively, in the SchedulePro and ScheduleFarm the field says "Shutout" where I believe it should be "Shootout" I hope all these messages are ok, if ...
by RPHALabs
Fri Jun 12, 2015 12:08 pm
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

This is great. I agree its great to have the name in the table. All I meant was that it wasn't showing on your web schema. I would also like to make a suggestion in renaming a fields as well. PlayerPro(Farm)Stat, GoalerPro(Farm)Stat 4 different field names for the penalty shots Goalies: PenalityShot...
by RPHALabs
Thu Jun 11, 2015 10:26 am
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

VisitorTeamName and HomeTeamName are in the "SchedulePro" table but no listed in your web schema
by RPHALabs
Thu Jun 11, 2015 9:54 am
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

Table: LeagueGeneral

There is a field for ProScheduleTotalDay But none for FarmScheduleTotalDay. Often this value can be different it is needed to calculate expenses. Could this be added to the next release?
by RPHALabs
Thu Jun 11, 2015 8:09 am
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

Also the same "Payroll" field for TeamFarmFinance
by RPHALabs
Thu Jun 11, 2015 7:23 am
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42074

Re: SQLite

Hi Simon, AS Steff has mentioned, I have been using the SQLite file to begin building his website, and its working very well. Response time is great, and easy to use. However, I am come across some naming conventions that I believe you need to change. Table: ProTeam Finance 1) On your Schema page(ht...