dnfbb-developers Mailing List for dnfBB (Page 48)
Brought to you by:
sbosanquet,
tectsoft
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(33) |
Dec
(13) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(66) |
Feb
(90) |
Mar
(155) |
Apr
(22) |
May
|
Jun
(1) |
Jul
|
Aug
(54) |
Sep
(139) |
Oct
(203) |
Nov
(225) |
Dec
(71) |
| 2007 |
Jan
(60) |
Feb
(19) |
Mar
(36) |
Apr
(25) |
May
(1) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <dnf...@li...> - 2005-12-07 13:42:57
|
Feature Requests item #1363924, was opened at 2005-11-22 16:05 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363924&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Data Access Layer (Oracle) Group: None Status: Open Resolution: None Priority: 2 Submitted By: Si Carter (tectsoft) >Assigned to: Ghassan (gkar68) Summary: Convert DAL/Provide support for Oracle Initial Comment: Convert DAL/Provide support for Oracle ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363924&group_id=152364 |
|
From: Si C. <sim...@te...> - 2005-12-05 12:15:48
|
> -----Original Message----- > From the options presented below I have to say that I prefer the > second option as I think this would give the most power and > flexibility even though it might need a little more work to implement. I agree, however if anybody has more ideas on ways of doing this I would welcome hearing them. > As indicated in the original post there could be a large amount of > mail being generated with mailing lists etc... and if you are to send > it directly this could generate a lot of activity on the server end. > The draw back to not sending it straight away would have to be weighed > up against the volume of email being sent at that time. For the odd > email this is fine but for large mailing lists it could be better to > delay it. Being able to schedule it would provide the forum admin > more power and control over how the mail is sent. The only problem is > that you wouldn't want to be waiting too long for a simple > registration email to be sent to you before you could join the forum. Agreed, some sort of internal priority scheduling would need to happen. > > By using a scheduled task, which interacts directly with the database, > you can achieve a lot more control over the way in which the mail is > delivered. By implementing this type of scheme there would be nothing > to stop you running a number of different schedules which controlled > the way in which the mail was transmitted. For example, there could > be a schedule which handled all internal mail (user to user within the > database) which ran at a different rate to the mailing lists which > runs at a different rate to the external mail schedule. One thing to keep in mind here is a web hosts compliance in running multiple scheduled tasks, some will be reluctant, where as others will be eager to please. > I do like the idea of the task hooking into the database directly. Agreed, I wrote FBMail specifically for sending mail directly from a firebird database, with dnfBB in mind. It gives us, imo, a lot more flexibility and should speed up the presentation layer as the mail will be generated in stored procs on the database server and sit waiting until its sent. Also, if there is a problem sending from the presentation layer it is virtually impossible to reschedule the mail. Another thing to keep in mind is incoming mail, and how this will be processed. Rgds Si |
|
From: SourceForge.net <no...@so...> - 2005-12-05 12:14:47
|
Feature Requests item #1373486, was opened at 2005-12-05 12:10 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1373486&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: All Layers Group: None Status: Open Resolution: None Priority: 2 Submitted By: Si Carter (tectsoft) >Assigned to: Nobody/Anonymous (nobody) Summary: Export Initial Comment: Allow board administrators to export the boards settings and optionally posts to an XML file, which can then be downloaded or automatically emailed to them. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1373486&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-12-05 12:10:55
|
Feature Requests item #1373486, was opened at 2005-12-05 12:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1373486&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: All Layers Group: None Status: Open Resolution: None Priority: 2 Submitted By: Si Carter (tectsoft) Assigned to: Si Carter (tectsoft) Summary: Export Initial Comment: Allow board administrators to export the boards settings and optionally posts to an XML file, which can then be downloaded or automatically emailed to them. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1373486&group_id=152364 |
|
From: Simon B. <sbo...@us...> - 2005-12-03 16:07:58
|
From the options presented below I have to say that I prefer the second option as I think this would give the most power and flexibility even though it might need a little more work to implement. The first option does seem the easiest but I have to say that personally I don't think it is a particularly neat way of doing it. It would get the job done but I am not convinced about its scalability. The third one would work but I don't think it would provide the required extensibility of the second option. Options: A: Scheduled task, calling a specific .aspx page at regular intervals which sends/receives emails. B: Scheduled task, which hooks into the database directly and sends/receives at regular intervals. C: Send directly when needed through the presentation layer. As indicated in the original post there could be a large amount of mail being generated with mailing lists etc... and if you are to send it directly this could generate a lot of activity on the server end. The draw back to not sending it straight away would have to be weighed up against the volume of email being sent at that time. For the odd email this is fine but for large mailing lists it could be better to delay it. Being able to schedule it would provide the forum admin more power and control over how the mail is sent. The only problem is that you wouldn't want to be waiting too long for a simple registration email to be sent to you before you could join the forum. By using a scheduled task, which interacts directly with the database, you can achieve a lot more control over the way in which the mail is delivered. By implementing this type of scheme there would be nothing to stop you running a number of different schedules which controlled the way in which the mail was transmitted. For example, there could be a schedule which handled all internal mail (user to user within the database) which ran at a different rate to the mailing lists which runs at a different rate to the external mail schedule. I do like the idea of the task hooking into the database directly. These are just idea's which need more thought but you can probably see where I am coming from. I would be interested to hear your comments on the above. |
|
From: Bosanquet, S. <sim...@tr...> - 2005-12-03 16:02:30
|
From the options presented below I have to say that I prefer the second option as I think this would give the most power and flexibility even though it might need a little more work to implement. The first option does seem the easiest but I have to say that personally I don't think it is a particularly neat way of doing it. It would get the job done but I am not convinced about its scalability. The third one would work but I don't think it would provide the required extensibility of the second option. =20 Options: =20 A: Scheduled task, calling a specific .aspx page at regular intervals which sends/receives emails. B: Scheduled task, which hooks into the database directly and sends/receives at regular intervals. C: Send directly when needed through the presentation layer. As indicated in the original post there could be a large amount of mail being generated with mailing lists etc... and if you are to send it directly this could generate a lot of activity on the server end. The draw back to not sending it straight away would have to be weighed up against the volume of email being sent at that time. For the odd email this is fine but for large mailing lists it could be better to delay it. Being able to schedule it would provide the forum admin more power and control over how the mail is sent. The only problem is that you wouldn't want to be waiting too long for a simple registration email to be sent to you before you could join the forum. =20 By using a scheduled task, which interacts directly with the database, you can achieve a lot more control over the way in which the mail is delivered. By implementing this type of scheme there would be nothing to stop you running a number of different schedules which controlled the way in which the mail was transmitted. For example, there could be a schedule which handled all internal mail (user to user within the database) which ran at a different rate to the mailing lists which runs at a different rate to the external mail schedule. I do like the idea of the task hooking into the database directly. =20 These are just idea's which need more thought but you can probably see where I am coming from. I would be interested to hear your comments on the above. =20 |
|
From: SourceForge.net <no...@so...> - 2005-12-02 13:16:36
|
Feature Requests item #1363879, was opened at 2005-11-22 15:31 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363879&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Presentation Layer >Group: In Progress Status: Open Resolution: None Priority: 8 Submitted By: Si Carter (tectsoft) >Assigned to: KMPSolutions (kmpsolutions) Summary: Votes/Polling Initial Comment: Provide facilities for users to create votes within topics. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363879&group_id=152364 |
|
From: Si C. <sim...@te...> - 2005-12-02 10:08:52
|
Originally I was going to use a 3rd Party open source solution for sending email from dnfbb websites, however, this solution is only available to firebird database. As dnfBB will eventually support multiple RDBMSs I am now wondering if this is the correct solution. Personally, I am not keen on mail being sent during an actual post (using an example of somebody subscribing to new posts in a forum). I would rather have the email stored in the database and sent on a scheduled basis, with the posibility of failure notifications beign returned so as the system admin can be notified. This, IMO, will become more apparent when integration with 3rd party mail lists is complete, and the volume of mail both sent/received has the potential to become high. I am just now wondering what options are available, and what thoughts you have to this. As I see it, we could go for one of several options, they are: A: Scheduled task, calling a specific .aspx page at regular intervalse which sends/receives emails. B: Scheduled task, which hooks into the database directly and sends/receives at regular intervals. C: Send directly when needed through the presentation layer. Any thoughts? Si Regards Si Carter Senior Developer - Telco Development Legend Communications plc E: sim...@le... W: http://www.legend.co.uk The information in this message is confidential and may be legally privileged. Unauthorised disclosure, copying or distribution, either whole or in part; or action taken in reliance on its content is prohibited. If you are not the intended recipient, please notify Legend Communications immediately. |
|
From: Simon C. <sim...@le...> - 2005-12-02 10:07:26
|
Originally I was going to use a 3rd Party open source solution for sending email from dnfbb websites, however, this solution is only available to firebird database. As dnfBB will eventually support multiple RDBMSs I am now wondering if this is the correct solution. Personally, I am not keen on mail being sent during an actual post (using an example of somebody subscribing to new posts in a forum). I would rather have the email stored in the database and sent on a scheduled basis, with the posibility of failure notifications beign returned so as the system admin can be notified. This, IMO, will become more apparent when integration with 3rd party mail lists is complete, and the volume of mail both sent/received has the potential to become high. I am just now wondering what options are available, and what thoughts you have to this. As I see it, we could go for one of several options, they are: A: Scheduled task, calling a specific .aspx page at regular intervalse which sends/receives emails. B: Scheduled task, which hooks into the database directly and sends/receives at regular intervals. C: Send directly when needed through the presentation layer. Any thoughts? Si |
|
From: SourceForge.net <no...@so...> - 2005-11-29 14:22:55
|
Feature Requests item #1369203, was opened at 2005-11-29 14:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1369203&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Presentation Layer Group: None Status: Open Resolution: None Priority: 5 Submitted By: Si Carter (tectsoft) Assigned to: Nobody/Anonymous (nobody) Summary: Optional Auth code/word verification for posts/signup Initial Comment: Add support for authorisation code for user signup, and optional (admin specified) authorisation code when posting/replying to topics. When used for posting/replying to topics must be configurable on a forum by forum basis. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1369203&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-29 13:59:13
|
Feature Requests item #1363925, was opened at 2005-11-22 16:06 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363925&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Data Access Layer (MySQL) Group: None Status: Open Resolution: None Priority: 2 Submitted By: Si Carter (tectsoft) Assigned to: Bosie (sbosanquet) Summary: Convert DAL/Provide support for MySQL Initial Comment: Convert DAL/Provide support for MySQL ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363925&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-29 13:37:57
|
Feature Requests item #1363925, was opened at 2005-11-22 16:06 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363925&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Data Access Layer (General) Group: None Status: Open Resolution: None Priority: 2 Submitted By: Si Carter (tectsoft) >Assigned to: Bosie (sbosanquet) Summary: Convert DAL/Provide support for MySQL Initial Comment: Convert DAL/Provide support for MySQL ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363925&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-29 13:07:50
|
Feature Requests item #1363916, was opened at 2005-11-22 16:00 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363916&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: All Layers Group: None Status: Open Resolution: None Priority: 6 Submitted By: Si Carter (tectsoft) Assigned to: Si Carter (tectsoft) Summary: Provide support for Banning Initial Comment: Allow forum admins to ban users, domains (signing up) and ip address's ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363916&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-29 13:07:38
|
Feature Requests item #1363915, was opened at 2005-11-22 15:59 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363915&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: All Layers Group: Planned Status: Open Resolution: None Priority: 6 Submitted By: Si Carter (tectsoft) Assigned to: Si Carter (tectsoft) Summary: Word Censor Initial Comment: Allow Forum Admins to censor words ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363915&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-29 13:07:27
|
Feature Requests item #1363913, was opened at 2005-11-22 15:58 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363913&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: All Layers Group: Planned Status: Open Resolution: None Priority: 9 Submitted By: Si Carter (tectsoft) Assigned to: Si Carter (tectsoft) Summary: Allow users to update profile Initial Comment: Allow users to update their own profile. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363913&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-29 13:07:07
|
Feature Requests item #1363909, was opened at 2005-11-22 15:57 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363909&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: All Layers Group: Planned Status: Open Resolution: None Priority: 9 Submitted By: Si Carter (tectsoft) Assigned to: Si Carter (tectsoft) Summary: Provide support for replying to a topic Initial Comment: Provide support for replying to a topic ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363909&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-29 13:07:01
|
Feature Requests item #1363907, was opened at 2005-11-22 15:57 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363907&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: All Layers Group: Planned Status: Open Resolution: None Priority: 9 Submitted By: Si Carter (tectsoft) Assigned to: Si Carter (tectsoft) Summary: Provide support for posting a new topic Initial Comment: Allow users to post a new topic ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363907&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-29 13:06:41
|
Feature Requests item #1363901, was opened at 2005-11-22 15:50 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363901&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: All Layers Group: Planned Status: Open Resolution: None Priority: 9 Submitted By: Si Carter (tectsoft) Assigned to: Si Carter (tectsoft) Summary: User Signup Initial Comment: Provide facilities for users to signup. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363901&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-29 13:02:32
|
Feature Requests item #1363924, was opened at 2005-11-22 16:05 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363924&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Data Access Layer (General) Group: None Status: Open Resolution: None Priority: 2 Submitted By: Si Carter (tectsoft) >Assigned to: Nobody/Anonymous (nobody) Summary: Convert DAL/Provide support for Oracle Initial Comment: Convert DAL/Provide support for Oracle ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363924&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-29 13:02:18
|
Feature Requests item #1363925, was opened at 2005-11-22 16:06 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363925&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Data Access Layer (General) Group: None Status: Open Resolution: None Priority: 2 Submitted By: Si Carter (tectsoft) >Assigned to: Nobody/Anonymous (nobody) Summary: Convert DAL/Provide support for MySQL Initial Comment: Convert DAL/Provide support for MySQL ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363925&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-29 13:02:01
|
Feature Requests item #1363927, was opened at 2005-11-22 16:06 Message generated for change (Settings changed) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363927&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Data Access Layer (General) Group: None Status: Open Resolution: None Priority: 2 Submitted By: Si Carter (tectsoft) >Assigned to: Nobody/Anonymous (nobody) Summary: Convert DAL/Provide support for SQL Server Initial Comment: Convert DAL/Provide support for SQL Server ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363927&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-22 16:10:41
|
Feature Requests item #1363933, was opened at 2005-11-22 16:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363933&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Presentation Layer Group: None Status: Open Resolution: None Priority: 5 Submitted By: Si Carter (tectsoft) Assigned to: Nobody/Anonymous (nobody) Summary: Form Mail Initial Comment: Allow users to send email to other users using web form. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363933&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-22 16:09:45
|
Feature Requests item #1363930, was opened at 2005-11-22 16:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363930&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Presentation Layer Group: None Status: Open Resolution: None Priority: 4 Submitted By: Si Carter (tectsoft) Assigned to: Nobody/Anonymous (nobody) Summary: Internal Messaging Initial Comment: Provide support for internal messaging between users. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363930&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-22 16:06:32
|
Feature Requests item #1363927, was opened at 2005-11-22 16:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363927&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Data Access Layer (General) Group: None Status: Open Resolution: None Priority: 2 Submitted By: Si Carter (tectsoft) Assigned to: Si Carter (tectsoft) Summary: Convert DAL/Provide support for SQL Server Initial Comment: Convert DAL/Provide support for SQL Server ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363927&group_id=152364 |
|
From: SourceForge.net <no...@so...> - 2005-11-22 16:06:12
|
Feature Requests item #1363925, was opened at 2005-11-22 16:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363925&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Data Access Layer (General) Group: None Status: Open Resolution: None Priority: 2 Submitted By: Si Carter (tectsoft) Assigned to: Si Carter (tectsoft) Summary: Convert DAL/Provide support for MySQL Initial Comment: Convert DAL/Provide support for MySQL ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784892&aid=1363925&group_id=152364 |