Advertisement

Results for "Category: String Manipulation"

ASP_Volume3 #57220
Working with Datsets & Datatables using .Net (Aggregate Functions)

This article tries to explain how to perform aggregate functions on your Datatable.

ASP_Volume3 #57323
Convert Columns To Rows

Convert Columns To Rows for Excel. Select Cells and copy to clipboard. Click then past back to excel.

ASP_Volume3 #57350
Authentication Made Easy Version 10.5!

Welcome To Authentication Made Easy Version 10.5!!!!! X-CART SOFTWARE PRO 4.1.9 + GOLD 4.0.4 mnisecure: MNISECURE, Advanced Member Managment a major upgrade from WEBLOCK. No SQL UserAuth: This is all PHP Code, No database needed for a user authentication and environment. ENJOY THIS NEW PROJECT! PHP Authentication: Basic Page Authentication - User Administration In Mysql Alternate Authentication: .htaccess Access With Directory Authentication With User Administration Tool ALL BUILT IN PHP vSignup: Signup Machine And Authenticator For Web Users Of Your Site! vAuthenticate: User Admin Tool For Authentication vSignup and vAuthenticate Are Two Different Codes Not The Same. SiteHelm: Website builder interface with excellent tools! ENJOY!!! Flash Authenticator: Authenticate users without them knowing your file extentions! You can send them to any page you with with the extentions. You want their sn blocked? Send the url to a blocked member page! EASY AS 123! SEE SCREEN SHOT ON MY CODE PAGE on http://www.planetsourcecode.com/ In the PHP Section Type In Authentication Then Click On Authentication Made Easy. Comment my code and vote. http://shop.jerrymcelraft.com/ Jerry McElraft Inc. znet@z1035netfm.com YAHOO: jr_mcelraft MSN: thelostcrowsloft@hotmail.com

ASP_Volume3 #57360
Film Review

This code displays the title of the movie being reviewed then desplays the review

ASP_Volume3 #57406
ADO LIKE DAO IN VISUAL BASIC BY VISUAL C++ SECURE YOUR DATABASE *.mdb FILE BY PASSWORD

example of use ADO to CONNECT to your database *.mdbfile on the hard disk without need ODBC and treat it like DAO in visual basic

ASP_Volume3 #57407
Sorting array and removing duplicates

The following code is a demonstration of how to remove duplicates from a string array as quickly as possible. The program first uses the very fast TriQuickSort algorithm to sort the array after it has been dimensioned and populated. Then it uses the remdups sub to remove any possible duplicates from the array. remdups assumes that you don't want any vbNullString in your array, if you would, then just replace vbNullString in the remdups sub with any other character, like Chr$(1), or whatever that floats your boat. This code can be used to remove duplicates from arrays that contains hundreds of thousands of entries, even millions. And it's very fast.

ASP_Volume3 #57408
Removing duplicates from an unsorted string array

Removes all duplicates from an unsorted string array

ASP_Volume3 #57417
Conspiracy Generator

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.

ASP_Volume3 #57442
Database Search Example

This is a small example of how to get input from visitor at your site, search a database, and send them the results.

ASP_Volume3 #57459
MyVar

when you use string variable in VB to handle large string values the process take long time and as the variable go larger it take more time MyVar offers faster handling for string data

ASP_Volume3 #57545
Dot Net HTML Menus

This project builds menus by reading from an Access Database. It creates a pure HTML dropdown menu and a treeview which uses HTML and one tiny Javascript function. It will show basic database functions using the new OleDB functions and objects of dot net.

ASP_Volume3 #57566
XML database application

This code shows how can power up databases applications with XML . It use common and simple way to send and receive data, in xml form over HTTP and convert it to html using XSLT

ASP_Volume3 #57710
Dynamic Excel or Word File from MySQL

This script takes the contents of a MySQL table and dumps it to either a dynamically-generated MS Word File (file with ending '.doc') or a dynamically-generated MS Excel File (file with ending '.xls'). You can place this script on any Unix/Linux or Windows Server running PHP & MySQL, but you have to access it using a browser on a Windows computer with Word or Excel installed on it. This script does not use COM objects and does not support multiple Worksheets in Excel. It can be used not only for creating complete dumps of MySQL tables (as Word or Excel files), but can be very easily modified to support just about any kind of select statement you'd like to use.

ASP_Volume3 #57805
_String Auto Backspace_

With this extremely easy code, you can erase a character at the end of a string or in a textbox with a click of a button. Very easy code and every line is commented. DON'T forget to vote.

ASP_Volume3 #57846
Word Frequency Analyser

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.

ASP_Volume3 #57947
TVanover.DDL

This is a Dynamic Data Layer class library that would be used on a Web based multiple tiered application in conjunction with SQL Server. It includes a TSql Script for three supporting stored procedures as well as source containing several classes. Basically it queries the parameters of stored procedures and holds a static dataset with multiple tables to populate the parameters collection automatically while the web application is running. These can be updated by calling the update method for new or change parameters. During the development cycle no parameters ever have to be recoded due to changes in the requirements and new components never have to be coded.Bottom line is this library cuts 33% of development time on a Multi Tiered application.

ASP_Volume3 #57971
Smart Flex Input

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 :-)

ASP_Volume3 #58005
User Registration form

Simple user Registration form..., Database that used is Access 2002

ASP_Volume3 #58039
Product Supplier Management System

This system will teach you how to: Populate the DataSet programmatically instead of with a wizard, Using stored procedures, fill a DataSet with complete tables from the database and then create relationships between the tables, Write the business logic to dynamically build a SQL statement to fulfill the user's criteria given on the Search Screen, Fill a DataSet with the results of the SQL query, Verify in the Output window that the data in the DataSet correctly reflects the user criteria entered on the Search Screen, Simple and complex data binding, Building the Add/View/Edit Products and Suppliers Screens, Using the ErrorProvider control to validate user input, Using DataViews to filter and sort data in the DataSet, Using the DataReader to return a single record, Updating a DataSet based on user input, Allowing the user to add, edit, and delete data in the DataSet on the Add/Edit/View, Products and Suppliers screens, Creating a second dataset that contains all changes made by invoking the GetChanges method, Checking for errors in the changed dataset by checking the HasErrors property, Saving the changes in the DataSet back to the database using Stored Procedures, Accepting or rejecting the changes made based on whether the updates were successful and Handling any errors that occur. Using Northwind SQL database

ASP_Volume3 #58193
[ Remove Repeated Chars ]

This project demonstrates how to remove the repeated characters in a string. A progress bar is included so you can know the progress of the operation. Great for beginners. VOTE IT IF YOU LIKE IT! THANKS!

Languages
Top Categories
Global Discovery