Results for "Author: ivan stimac"
Hi, there is a new version of SmallDBEngine. New version support indexing, and it's much faster (read/delete). Now RecordSet read records from file: MoveNext find pointer to next row and then reads only this row (v.1 reads all records and save them into array, what is slow and use much memory). There is also a class to export whole DB into sql file. This is only sample project, so don't expect so much from it. You can see one way to create indexing. NOTE: this project support only TEXT fileds (and also only indexing by text, if you want more effective search you must create column data types and create indexing for each data type). I'm created a template for project with custom data types, and I'll create a code when find some time for this.
*****UPDATE: Now read is much faster (before 17 sec for 10000 records, now 0,3 sec)***** DESCRIPTION: This is sample of small database engine. It support few SQL queries, add muliple tables, add and DELETE records, username and password for access to databes data... There is also RecordSet class so this make it easiest to use. Deleted items is only 'invisible' for reading, but they are still in file. So for real remove there is clsDbAdvanced class. SQL Queries: CREATE TABE, INSERT INTO For deleting data there is function (supports multiple conditions and operators =, <>, >, <) For reading there is also function that sets data automaticly to RecordSet. Please check it and leave feedback and if you wont wote.
This is coll tab control with 15 tab styles, 2 color schemes, top and bottom orientation, icon support, 3 scroll buttons styles, full design time edit, autosize property, tooltips, nice designed PropertyPages and much more. You can choose diferent style for active tab and for normal (inactive) tab. That gives you much options and you can design amazing tab controls. I don't know what more to say, TRY IT AND PLEASE (IF YOU LIKE IT) RATE IT. Thanks!
This is the best free grid control that you can currently find on the web. With this control you can format each field. Please check it, and vote if you want...
This is cool and powerful function evaluator. This evaluator can evaluate any function, support complex numbers, contain own programming language (see screenshot) so you can make your own functions, can detect sintax errors, errors in input formula and much more. There is also much integrated functions (special functions like bessel, airy..., trigonometric functions, log functions and more), you can draw function graph, print function table and much much more. This code contain few classes and modules , so you can copy that classes and modules in your project and use these abilities in your project. I'm spent a much much and much time for developing this, debugging, testing, searching for algorithms for some functions, working on this programming language, so please if you think this is good peace of code, please vote. Sorry for my English. THANK YOU!
There is new, and I think last version. -------------------------------------- DECRIPTION: Cool collection of 6 controls. There is TAB, FRAME, IMAGE MENU, ITEM MENU, IMAGELIST and COUNTER controls. If you like it PLEASE VOTE!
it's one of my first controls, created before year or more. cool designed but can be better coded. maybe I use some time and create new collection. Download and try it. It's smal ZIP but there are 5 or more controls (progressbar, buttons, check box, frame...) If you like it please vote! Thanks!
I'm develop new ST controls collection. There is much styles and other propertyes to create custom trekkie controls. But you can create also project that isn't trekkie. Collection have button, label, shape, progressbar and scroll components. Button and label have 13 STYLES! There is several federation, klingon and romulan styles. All control have transparent color property so you can add background image to your project and use this controls. This collection is also excelent example how to create controls without any other control (except timer). Scroll control also have only timer control. I think this is the bigest free trekkie collection and you must check it. I have spend few days to develop them, so plese if you like it PLEASE DONT FORGET VOTE.
Hi, there is a new version of SmallDBEngine. New version support indexing, and it's much faster (read/delete). Now RecordSet read records from file: MoveNext find pointer to next row and then reads only this row (v.1 reads all records and save them into array, what is slow and use much memory). There is also a class to export whole DB into sql file. This is only sample project, so don't expect so much from it. You can see one way to create indexing. NOTE: this project support only TEXT fileds (and also only indexing by text, if you want more effective search you must create column data types and create indexing for each data type). I'm created a template for project with custom data types, and I'll create a code when find some time for this.
*****UPDATE: Now read is much faster (before 17 sec for 10000 records, now 0,3 sec)***** DESCRIPTION: This is sample of small database engine. It support few SQL queries, add muliple tables, add and DELETE records, username and password for access to databes data... There is also RecordSet class so this make it easiest to use. Deleted items is only 'invisible' for reading, but they are still in file. So for real remove there is clsDbAdvanced class. SQL Queries: CREATE TABE, INSERT INTO For deleting data there is function (supports multiple conditions and operators =, <>, >, <) For reading there is also function that sets data automaticly to RecordSet. Please check it and leave feedback and if you wont wote.
This is coll tab control with 15 tab styles, 2 color schemes, top and bottom orientation, icon support, 3 scroll buttons styles, full design time edit, autosize property, tooltips, nice designed PropertyPages and much more. You can choose diferent style for active tab and for normal (inactive) tab. That gives you much options and you can design amazing tab controls. I don't know what more to say, TRY IT AND PLEASE (IF YOU LIKE IT) RATE IT. Thanks!
This is the best free grid control that you can currently find on the web. With this control you can format each field. Please check it, and vote if you want...
This is cool and powerful function evaluator. This evaluator can evaluate any function, support complex numbers, contain own programming language (see screenshot) so you can make your own functions, can detect sintax errors, errors in input formula and much more. There is also much integrated functions (special functions like bessel, airy..., trigonometric functions, log functions and more), you can draw function graph, print function table and much much more. This code contain few classes and modules , so you can copy that classes and modules in your project and use these abilities in your project. I'm spent a much much and much time for developing this, debugging, testing, searching for algorithms for some functions, working on this programming language, so please if you think this is good peace of code, please vote. Sorry for my English. THANK YOU!
There is new, and I think last version. -------------------------------------- DECRIPTION: Cool collection of 6 controls. There is TAB, FRAME, IMAGE MENU, ITEM MENU, IMAGELIST and COUNTER controls. If you like it PLEASE VOTE!
it's one of my first controls, created before year or more. cool designed but can be better coded. maybe I use some time and create new collection. Download and try it. It's smal ZIP but there are 5 or more controls (progressbar, buttons, check box, frame...) If you like it please vote! Thanks!
I'm develop new ST controls collection. There is much styles and other propertyes to create custom trekkie controls. But you can create also project that isn't trekkie. Collection have button, label, shape, progressbar and scroll components. Button and label have 13 STYLES! There is several federation, klingon and romulan styles. All control have transparent color property so you can add background image to your project and use this controls. This collection is also excelent example how to create controls without any other control (except timer). Scroll control also have only timer control. I think this is the bigest free trekkie collection and you must check it. I have spend few days to develop them, so plese if you like it PLEASE DONT FORGET VOTE.
Hi, there is a new version of SmallDBEngine. New version support indexing, and it's much faster (read/delete). Now RecordSet read records from file: MoveNext find pointer to next row and then reads only this row (v.1 reads all records and save them into array, what is slow and use much memory). There is also a class to export whole DB into sql file. This is only sample project, so don't expect so much from it. You can see one way to create indexing. NOTE: this project support only TEXT fileds (and also only indexing by text, if you want more effective search you must create column data types and create indexing for each data type). I'm created a template for project with custom data types, and I'll create a code when find some time for this.
*****UPDATE: Now read is much faster (before 17 sec for 10000 records, now 0,3 sec)***** DESCRIPTION: This is sample of small database engine. It support few SQL queries, add muliple tables, add and DELETE records, username and password for access to databes data... There is also RecordSet class so this make it easiest to use. Deleted items is only 'invisible' for reading, but they are still in file. So for real remove there is clsDbAdvanced class. SQL Queries: CREATE TABE, INSERT INTO For deleting data there is function (supports multiple conditions and operators =, <>, >, <) For reading there is also function that sets data automaticly to RecordSet. Please check it and leave feedback and if you wont wote.
This is coll tab control with 15 tab styles, 2 color schemes, top and bottom orientation, icon support, 3 scroll buttons styles, full design time edit, autosize property, tooltips, nice designed PropertyPages and much more. You can choose diferent style for active tab and for normal (inactive) tab. That gives you much options and you can design amazing tab controls. I don't know what more to say, TRY IT AND PLEASE (IF YOU LIKE IT) RATE IT. Thanks!
This is the best free grid control that you can currently find on the web. With this control you can format each field. Please check it, and vote if you want...