Advertisement

Results for "Category: String Manipulation"

2_2002-2004 #129439
Display table from mdb as html

Often I use flat mdb files to post forms to on the webserver. This is a simple page to just grab a table from an mdb file on the server with a DSN-less connection and display it as an HTML table, so I can copy the table and paste it into Excel or Access, or just to get a quick look at the contents.

2_2002-2004 #129461
Access Database Viewer (Tables), SQL Querys, works immediately. No configuration!

Simple Access database viewer! Just enter your database location, and it shows your tables and stuff. SQL Querys!

2_2002-2004 #129463
Download a BLOB directly from Database without temporary files or chunks

Download a binary large object (BLOB) from the database without temporary files or chunks.

2_2002-2004 #129476
SQL Code Wrapper for ASP

Convert a SQL query into ASP code.

2_2002-2004 #129478
ASP Compared Databases

This code compares the table structures of 2 MDBs and returns in Red that values that are in one DB but not in the other.

2_2002-2004 #129485
TreeView ASP

This code is to display, in a simple and fast loading treeview, a database. You can have up to 10 level and the treview is loaded just once (not at each level). Each level can have a checkbox (in a form), link and many other that can be set it up in only one founction.

2_2002-2004 #129500
Database paging in ASP

I wanted to add paging code in my project.I've seen all other codes on the site but they are not at all worth for me. Now I've written a code which is very easy to understand and can be used by any student or professional in their projects.

2_2002-2004 #129506
Login/Register/Update

User can Login/Register and then update his/her profile. So Powerfull By Designing & Coding Wise At every step user is briefed that what;s going on and why. Easy to Learn for begginers. I asure after to read this code He/She will not be dependable of any one according to ASP Database

2_2002-2004 #129510
Compact & Repair Access Database

Saves time by NOT having to download your access database to Compact and Repair then re-upload again.

2_2002-2004 #129569
tsp.db.class

this is a wrapper for some of the more commonly used database functions. can help reduce your code dramitically.

2_2002-2004 #129571
Subform

This example demonstrates how to create subform in Internet Explorer like in MS Access. It works in same principles as a database.

2_2002-2004 #129572
clsAccess

This code is an ASP VBScript Class that allows you to find any acccess database on your server, and connect to any record in any table and edit,add or delete. It has a full grid function for paging through recordsets.

2_2002-2004 #129582
BarGraph of Record Results

This simple code plots a bar graph based on total results of a selected field on a selected table from a selected database. See a demo at http://www.industriavirtual.com.br/codedemo/rsgraph/default.asp If you like the code, please VOTE!!!

2_2002-2004 #129586
Advanced Sql Query Analyzer

only change to your database name. yazi.mdb to yourdb.mdb ( find and replace in notepad )

2_2002-2004 #129594
News editory

It can make, edit, delete news articles. It has a rich text editor (from htmlarea) and supports multiple users. In this new version there are some bug fixes and you can now make news templates so you don't have to type out the same thing all the time, the new version also includes a general connection string found in conn.asp.

2_2002-2004 #129599
Paging recordsets from a database (acess) like Google...

This code pages a database recordsets in a very cool way, like the good seaches on the web. The ideia I designed was to show all pages, but not all of them (imagine in a case of 1000 pages). So, it shows only ten pages placed in the point you are only, and a link for the last and first ones... It helps who does not have the patience to see all pages, and also for the ones who does.

2_2002-2004 #129709
Change String To Proper Case

I may be reinventing the wheel here, but so far I have yet to find a built in Delphi function that will convert a string to proper case. I found this code somewhere on the web a while back, lost it, and managed to recreate it last night.

2_2002-2004 #129754
A String Tokenizer Similar To strtok() in C++

The following procedure acts similar to strtok in C++. Call it once with your string (S), and then everytime you call it from there on out, you can break your string apart with tokens! Included is a function StrMid() and an overload for StrMid that simulate the Mid() function in Visual Basic.

2_2002-2004 #129791
Base Converter

This program was made to show you how to convert number bases easily and efficiently. The program supports binary, octal, decimal, hex, and ascii(base 256). Please vote on my code.

2_2002-2004 #129910
String Encryption, Decryption

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.

Languages
Top Categories
Global Discovery