![]() |
![]() |
This project is not completely dead. I've just started work on localisation. If you're getting a "Deprecated" error message, follow the instructions here URGENT Security Patch for ≤ v2.2.6 A security hole has been discovered, follow the instructions and download the patch at the topic page. Did the patch break your search page? Search Patch
|
![]() UPB Team Member
Posts: 893
Registered: 2006-11-14 |
The only thing I got out of your example in relation TDB 4, is loss of data. I'm not exactly why you would want to cut off ends of records or data. Also, I don't know what filter system you are talking about in the TDB. Unless you are talking about verifying a field's field type (i.e. ID, number, memo), which is in the add() function.
--Jerroyd Moore
Bachelors of Science, Computer Science 2011 Jack Baskin School of Engineering University of California, Santa Cruz |
![]() ![]() Shift Manager
Posts: 269
Registered: 2006-11-15 |
Oooh, I think I understand now...
Basically he suggests having a list of expressions or something to be automatically run as data is inserted into the database. These expressions could be added to the script dynamically at run time. (Not sure if this is actually a better description at all :|) ![]() Microsoft Certified Systems Administrator (MCSA Messaging) Microsoft Certified Professional (MCP XP) SDI Help Desk Analyst (SDI HDA) CompTIA A+ Certified Technician (A+) |
![]() UPB Moderator
Posts: 311
Registered: 2006-11-15 |
Actually jono, correct.
![]() IMLeeds www.imleeds.com Company search engine. Search with IMLeeds. |
![]() UPB Team Member
Posts: 893
Registered: 2006-11-14 |
You can modify the data before passing it as an argument to a method in the TDB. That or you could extend the TDB class, making the same methods in the extended class, then reference the original TDB method. Basically, we'd like to keep the TDB as bare with very little unnecessary coding as possible.
--Jerroyd Moore
Bachelors of Science, Computer Science 2011 Jack Baskin School of Engineering University of California, Santa Cruz |