Results for "Category: String Manipulation"
Do you use different functions to extract Filename, Filepath, or Extension from a path. GetPath is a function that can extract 9 different parts from a path. It can extract FileName, JustName, FileExtension, FilePath, Drive, LastFolder, FirstFolder, LastFolderAndFileName and DriveAndFirstFolder. It supports relative paths too. Try to parse "C:\Look\At\The\FileExtension\Of\This\Path.exe\" to your GetExtension function and then it to my GetPath function. Also try "C:\Temp\Is\A\File\Not\A\Folder\Temp". You will know the difference. I will feel glad to hear your comments and suggestions.
For Showing the step of Search House Item or your product to show detail of product this page include connect.php you'll change it first pls read readme.txt
Count word can count the number of words.
For years, I have cut and paste crappy Pagination code. Finally, I have created the ultimate pagination FUNCTION. Just add a few lines of code to your project and you can have super clean pagination code will all the extras. You can: 1)Add or remove a header for each column 2)Alter the header titles for each column 3)Add or remove row counting 3)Add or remove a "more info" link 4)Alter the title of that link along with the page name, querystring id and auto write an actual database key 5)Add or remove a Search option that searches columns of your choosing...one letter at a time. I even added Mouseover highlighting for that perfect finishing touch. This function works with both an Access MDB and MS SQL. I have included connection statements for each as well as a test database of 100 names found randomly off of the internet. I hope you can use it in your next project. I will. Good Luck and happy coding... Teddy P.S. The system needs ZERO changes to work on most any IIS based server. Just upload and run.
ADO.net Programming article which focus on both how to write efficient code and how to represent the information which take advantage of layered design of .net framework. Articles describes how you can write code efficiently and improve performance of application and avoids errors due to poor coding style. Advantages of Article and DemoCode are : i) Opening of connection for a short time and Closing it as soon as database task is completed, it thus help in improving performance of application. ii) Better usage of Error-Handling, to make sure that connection is closed even if the exception occurs. iii) Follow Stateless design, taking all needed information as parameter and return all the data through return value. It helps in load balancing and it would be easy while implementing web-service. iv) Storing connection string in app.config file allow us to made a single change, to change a connection string. It helps in connection pooling.
The software is a logistics inventory. It was made to help an NGO administer its logistics. You can learn how to fill a listview with data, add, change, delete, and find data using the listview, just like in windows.
This function returns an array with the command line arguments, contained in the command$, like cmd.exe does (with %1 , %2 ...) If the function does not succeed, the returned array has Ubound=-1 , like split function in VB.
People usually declare Api string functions using string variables, think they can only print a string from the first character and use functions like mid to trim the string first. These functions are actually meant to be used with pointers to any starting character. *Added use of integer arrays with wide functions
This is Public Employment Service Office (PESO) application made with VB.NET 2003 & Access 2002 Database. Please Download & try it !.
Program is database program which has MS-Access as backend and it shows the table in DataGridView.
the use of "oledb" for database Connectivity in vb.net
This Program Reads a text File and analyses all the data in the file. It then tells you how many Consunants, Vowels And Numbers are in the File. It Helps teach many string manipulations. Some noted observations have been corrected. Thanks for your various observations.
About this code it is a simple database operations in PHP/MySQL creating a database and tables, add,edit,delete and search a record in PHP/MySQL is also added. I make this code with the use of other codes I found over the Internet to help myself and other beginning programmers that are new with PHP/MySQL Programming. If you have some question about my works please send me an email at jakerpomperada@yahoo.com. My mobile number here in the Philippines is 09993969756. Thank you very much and Happy Programming. Regards, Mr. Jake Rodriguez Pomperada, MAED - IT
Address Book Web is a asp.net simple web site that show how to use C# best practice, use oledb in asp.net, how to create microsoft access in the run time, use session,etc
This application facilitates MySQL with GUI. This application works like an interface between user and MySQL database. Through this application user can do database applications like creating databases, using databases, creating tables, altering table structures and executing queries with a user friendly GUI.
Its Same Application Which I already submitted in Visual Basic. I am very thankful to all who mailed me to update in VB.net. NOw I updated in VB.net 2005 See and keep voting. http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=67354&lngWId=1
controls cyber cafe
3rd version with edit and delet record facility so This code include Slovenski language. Thx. to my best friend from Slovenski
Human Resources Management System (HRMS) was a relust of what I learnt from friends here and wanted to share it free as well. It found to be helpful in ma final year project that at Oxford Brookes Univesity (Singapore Campus). It'll show young programmers like me how to create a Multiple Document Interface (MDI) just like Adobe's PhotoShop and use of Crystal Repost from a databaze query. Enjoy ma code :) .
SQLmaster is class, which provides very simple acces to your SQL DB. Can fill dataset, array, image or memory stream. You can run every SQL command or stored procedure which all direction parameters. Uses connection by SQLClient. Little application which is placed here, demonstrates simple using of SQLmaster class by simple Query Analyzer.