Results for "Category: String Manipulation"
This shows how to Encrypt a string, and also how to then Decrypt that string, its a little incomplete as all characters(only symbols) arnt set, easy changable to any key you like!, rate what you think please! marty.
This is very fast text sorting. It includes 2 functions : Text_Sort and Text_QuickSort. It can sort 100 strings for 0,7 ms. The code is very easy and commented.
One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:- • Connect to MySQL Database Server • Create new Database • Select MySQL Database • Add data to table • Retrieve data • Error Handling
Very fast way to strip out any comment from a text file.
This class generates PDF Report from SQL query. Here's how it works: - Executes given query and generates HTML report first - Appends query reports to previous report(if any) - Creates a temporary HTML file and store that as HTML report - Creates PDF report for that HTML report by using remote application
this program will demonstrate data manipulation in the database. You can add, edit and delete records. Simply restore the dump file provided in this file. you must install mysql to run this program. please vote and rate this program if you think this is helpful. tnx.
i showed here how to connect to MySQL db, iserting data to listview and combobox,helpfull SQL querries, tricks and etc. hope u rate this code... for full blown application, e-mail me at rusty_hart@yahoo.com
N-tier implementation in VB. net as requested.
The beginnings of a Light-Weight Employee Management System! Shows how to use the TableLayoutPanel, BackgroundWorker, TableAdapter, BindingSource, How to perform filtering on a typed dataset as well as searching it, Delegates, Custom Events, Pass Data Between Forms, Access and use custom Application Settings, And how to create nice Login Dialog! Please post any comments you may have and I will do my best to answer them.
This program can Show text inside a TextBox char by char, like it was written in this moment while it play a litle sound, it can create a cool effect!
This function will turn any textbox into a MaskEdit box! Just call this function from the textbox Change event, or KeyUp events. It may not seem like much, but it works, and I worked hard to figure this out just right. This is PURE VB code! Email me for a VB.NET version of this routine, although it is pretty easy to convert. Please rate my submissions! I enjoy hearing feedback on my code. Thanks all.
Base64 encoding/decoding
School Institute Management Software. Database driven Web Based process dependent uses Datagrids to present formatted data. Provides solution to manages courses, classes, teachers / lecturers, lectures and staff.
This article describes an easy approach to examining all of the tables, views, and columns in a database, the article is written to describe an example application that may be used to connect to a database (Oracle, SQL Server, or MS Access), view that database’s tables and views, and drill down into each table or view to generate a list of all of its contained columns. Further, the application will allow the user to examine the definition associated with each column (e.g., its data type, caption, default value, etc.).
This program may be useful for those who like or need to write the first letter of every word in capitals; usually titles. "For Example, This Sentence..." The program automatically turns "CapsLock" on every time "Space" key is pressed, and deactivates it when any other key is pressed. Take a look!
This Code has the complete informations about ADO.net Objects & their Uses.
This is an article which talks about Typed and Untyped DataSet.
This sample code teach you how to use MySQL Connector(you can download it at www.mysql.com for free) for VB.NET. if u find it usefull, don't forget to vote.. tnx to Gilber Toledo. Mabuhay Philippines...
The code is used to demonstrate the usage of API function StrCmpLogicalW (Shlwapi.dll). It will help you to sort a string array by comparing them logically. The result will sort the result logically, eg, "music9.dat" is lower than "music10.dat".
Read a data base file ,write mxl file from it then read it and display it in text box , datagrid