Results for "Category: String Manipulation"
Instantlly generate the ASCII chart. An excellent example for Visual Basic's string manupilation.
Shows Random Number Coding, Case Select and a good for next loop with Listbox. Also a simple counter. Combines words into full sentences. Fun program too, sort of funny, but some generated conspiracies may be TRUE (ewwwww - spooky). Feedback appreciated.
Paste the contents of a plaintext document into the main multiline text box, click "Parse," and this program creates an array for each unique word and the frequency at which the word occurs in the string. I made this to check my own writing for over-used words; if you're a writer you may notice how you tend to use the same words over and over again; in conjunction with a thesaurus this could be a powerful tool to liven up your use of vocabulary.
Ever too tired to control user's input? Ever want to control maxlength of a combobox? Ever want to validate and correct and hint(optional) user's input automatically? This is what you need to control user's input with textbox, combox etc. I am working on it and have figured out many improvements that can be done if you are so kind to rate it! Any comment or vote is appreciated! Please vote for it if you guys desire a much better version :-)
This SQL formatter Add In formats your SQL in various formats
CReplaceString is a function that I decided to code when I was bored. Had no idea what to code so I decided to code an advanced ReplaceString function. The concept is simple, it will replace a specified text in the string with something else.
The Variable Block Database (VBD) is a collection of C++ classes used to build portable database applications. Release 1031 features built-in support for multi-user and single user access. Database access methods include a B-tree with iterator and memory caching, navigational access, fixed and variable-length records. Includes general-purpose data structures such as linked lists, stacks, queues, balanced binary trees and others as well as a variable length string class, a postscript driver, and HTML driver. Ships with an advanced database recovery utility plus other text and binary utilities. Several example programs with are provided to demonstrate each of the concepts presented. This release has been built and tested under Windows 95/98, MSDOS, HPUX 10.20, Solaris 2.4, and RedHat Linux 5.2. All documentation is an HTML format, covering the class library, the example programs, and the utility programs included with the distribution. http://www.trumphurst.com/cpplibs5.html#Libraries_available_via_FTP__Q_Z_ Copyrighted freeware--Copyright © 1997 Douglas M. Gaer.
This modification of Lewis Moten's RC4 algorithm will allow you to send encrypted strings to DataSources through SQL.
To open MS Access or Ms SQL server database using C/C++ or VC++
Extended stored procedure that shows RAM allocation of a SQL Server. Look at the code for an explanation of the output.
Complete Inventory System of shop with all validation checks of String and Integers I have made my own validation checks in that project you like it.
A simple database that store student records. Can use to add student record, search or sort the records.
Phone book just to help people get started. Had to do it for school. EDITS, DELETES, SORTS, PRINTS, DISPLAY, SAVE (DISK), RETRIEVE (DISK). thats about it.
Maintain the Student Records.
UPDATED!!!! Keeps records for students : number name lessons:grade,date save to file everything
To return a group of Random Records from a database. For example, a group of random questions for a quiz/test.
If you are looking for a simple solution to display data and be able to sort and query it, you are on the correct page. Complex relationships between recordsets can be viewed using this technique. It is easier to use compared to ASPDB solution. Download Complete source code and explanation. Visit my website at www.ultratraders.com for more detials and articles.
This article not only includes the complete source code for a database driven web site that the author created, but includes a detailed description on how it works!
This article shows various connection strings, used to connect to various databases in Windows, as well as methods to access and modify data. Some connection strings may require client software to be installed, but most work with Windows 2000.
I modified some database paging code I found on Planet Source Code so that it was a little more straight forward. Included is a sample code file and a sample MS Access 2000 database. Paging allows you to display a specific number of records from a database at a time. For example, if you have 1000 records, you can allow it to display 10 records at a time so you don't have a huge page display. If you're smart, you can add sorting features like the ability to display records starting with 'A' only, but this will get you started.