Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 14 of 14
  1. #1
    Join Date
    May 2006
    Posts
    5,380

    Little Database (LDB) Action Plugin

    Little Database (LDB) Action Plugin for managing little local Database ( Little DataBase = LDB )

    Table of Contents

    LDB.Open
    LDB.Create
    LDB.InsertRecord
    LDB.Save
    LDB.Write
    LDB.CountRecords
    LDB.Read
    LDB.SetPointer
    LDB.GetPointer
    LDB.DeleteRecord
    LDB.CountFields
    LDB.GetFieldName
    LDB.NextRecord
    LDB.PrevRecord
    LDB.Close
    LDB.WriteCell
    LDB.ReadCell
    install to your AMS dir + "Plugins\Actions"
    Last edited by RizlaUK; 02-01-2009 at 11:34 AM.
    Open your eyes to Narcissism, Don't let her destroy your life!!

  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Very. Very. Nice.

    I'll be sure to add it to my mirror service i'm making tonight.

  3. #3
    Join Date
    Aug 2007
    Location
    Leon, Mexico.
    Posts
    406

    This One will do da Trick or Something ;)

    I will Use this Wizely... or maybe not

    Thanks for Plugins like this

  4. #4
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by RizlaUK View Post
    Little Database (LDB) Action Plugin for managing little local Database ( Little DataBase = LDB )



    install to your AMS dir + "Plugins\Actions"
    Nice mate, thanks! where did you write it in? (i can guess)
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  5. #5
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Version 1.1, Encryption maybe?

  6. #6
    Join Date
    May 2006
    Posts
    5,380
    Nice mate, thanks! where did you write it in? (i can guess)
    PB/LUA some string, some sticky back plastic and some PVA glue

    Thanks for Plugins like this
    np

    Version 1.1, Encryption maybe?
    no point, i tought about it, but AMS already has crypto functions that can be used

    if you like this one, you will love the next one
    Open your eyes to Narcissism, Don't let her destroy your life!!

  7. #7
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Quote Originally Posted by RizlaUK View Post
    PB/LUA some string, some sticky back plastic and some PVA glue
    Exactly what i thought lol :P nice work I'm a bit stuck here cus i ran out of duct tape:P
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  8. #8
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by RizlaUK View Post
    if you like this one, you will love the next one
    Looking forward to it already! Really appreciate your coding.

  9. #9
    Join Date
    Oct 2008
    Location
    UK - Midlands
    Posts
    63
    That's great .... really useful.

    Thanks a lot for sharing this!


    TTJ

  10. #10
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Nice job Riz, thanks for sharing with all of us.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  11. #11
    Join Date
    Apr 2006
    Posts
    175

    Smile How many records are "little"?

    Rizlauk,
    Thanks for this plugin...I am a nonprogrammer...a novice hobbier, if you will. When you say "little" about how many records should be the max that you consider using the plugin for? Is it 100's or 1000's? Thank you.
    Waldo

  12. #12
    Join Date
    May 2006
    Posts
    5,380
    well, it will handle 10,000's of records in reality but i would not recomend it for a database of that size, this plugin uses a internal LinkedList to store the data, the linkedlist only limits is avalible system memory so your database can store as much information as your system memory can handle

    Linked Lists are structures for storing data which are dynamically allocated depending of your need. It is a list of elements (the data you want to store) and each element is fully independant of the others. You can add as many elements you want (or as many as will fit into the memory of your computer),
    Open your eyes to Narcissism, Don't let her destroy your life!!

  13. #13
    Join Date
    Apr 2006
    Posts
    175
    Quote Originally Posted by RizlaUK View Post
    well, it will handle 10,000's of records in reality but i would not recomend it for a database of that size, this plugin uses a internal LinkedList to store the data, the linkedlist only limits is avalible system memory so your database can store as much information as your system memory can handle
    Rizlauk,
    Thanks for the advice...appreciated. Take care
    Waldo

  14. #14
    Join Date
    May 2006
    Posts
    5,380
    no problem waldo
    Open your eyes to Narcissism, Don't let her destroy your life!!

  15. #15
    Join Date
    Jul 2007
    Posts
    1,512
    Ok i was reading that from what i get its only saving the data when its live or running no static parts? or am i getting this bloody wrong lol

    Am i wrong?


    Rex

Similar Threads

  1. Database Action Plugin v2.0
    By ShadowUK in forum AutoPlay Media Studio 7.5
    Replies: 10
    Last Post: 01-26-2009, 05:57 AM
  2. [Free]: Database Action Plugin
    By ShadowUK in forum AutoPlay Media Studio 7.5
    Replies: 7
    Last Post: 10-14-2008, 09:58 AM
  3. Database Actions
    By RizlaUK in forum AutoPlay Media Studio 7.5
    Replies: 7
    Last Post: 06-02-2008, 06:17 AM
  4. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 AM
  5. SUF6.0.0.2 -- installer hangs.
    By jassing in forum Setup Factory 6.0
    Replies: 4
    Last Post: 12-19-2001, 11:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts