|
Introduction |
Top Next |
|
Thank you for evaluating, and your interest in our newest MySQL related product named "MyX".
SciBit set out to develop the best and easiest to use:
We also added Quick Fix routines, solving common webrelated problems:
NOTE Flavours MyX comes in two flavours, a normal version including 100% of all functionality and a Lite version which exclude the reporting and emailing functionalities, thus reducing MyX's size. The four methods of MyX excluded in the Lite version are clearly marked.
IMPORTANT Register You've probably already seen the samples on the SciBit website, to get your own MyX Object to work you will need to get at least a Trial release code for your object from the SciBit website at: MyX which will enable your object for a minimum of 30 days. Do it now else you will not be able to test the rest of the help files, samples, etc. locally. Once you bought the MyX component license for a nominal fee you'll have a release code valid until the year "9999-12-31", as well as excellent email support, lifetime upgrades and a full company R&D team for this component at your disposal.
Understanding MyX To better understand the rest of this helpfile it is important for you to understand how the 4 Objects included in MyX fit together. This is the main ActiveX object created with the "SciBit.MyX" ASP ProgID, and includes most of the global functions as well as access to the other objects.
Each MyX Object contains ONE of these Server Objects responsible for connecting to and allocating threaded connections to the MySQL server for use by each Dataset/Recordset Object which may all share a single thread or each have there own thread to the mysql server.
Each MyX Object contains a collection of Dataset Objects each indexed using a friendly name, like "MyAccounts", each of which will by default use the single threaded connection to the MySQL server provided by the Server Object or each could use its own thread. Each Dataset Object is responsible for fetching a query result from the MySQL server, allowing full scrolling, editing, etc on the result. Such a result will naturally have several columns/fields each of which is represented with a Field Object.
Each result maintained by a Dataset Object will have a collection of columns or fields, each represented by one Field Object, that may be used to get or set field values as well as access many properties and information on each field.
|