Main > Free Download Search >

Free t sql substring script

t sql substring

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 524
SQL Solution 6.3

SQL Solution 6.3


Simplifies integrating databases with web pages. Provides a powerful, user friendly, platform independent API for MySQL, PostgreSQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible. more>> Simplifies integrating databases with web pages. Provides a powerful, user friendly, platform independent API for MySQL, PostgreSQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible.<<less
Added: 2000-08-31 License: Other Price: $0.00USD
14 downloads
 
Other version of SQL Solution
SQL SolutionSimplifies integrating databases with web pages. Provides a powerful, user . Simplifies integrating databases with web pages. Provides a powerful, user
License:Other Free / Open Source License
Download
3343 downloads
Added: 2000-08-31
SQL QuickRegister

SQL QuickRegister


SQL QuickRegister is a full-featured password/membership management system with 4 modules: registration, login, re-direction and a web panel. Features include the creation of an expiry date upon regis more>> SQL QuickRegister is a full-featured password/membership management system with 4 modules: registration, login, re-direction and a web panel. Features include the creation of an expiry date upon registration, checking the expiry date upon login or via any page re-direct, automatic login, administrative control of membership profile, ability to deny or allow access at any time, e-mail confirmations of registration, password recovery for members, denies access after a lapsed time period, disallows multiple logins, and all page links checked to prevent bookmarking. Four Add-On Modules available to 1. Broadcast e-mail to members and 2. Protect digital files for download. 3. Organize members into groups each with its own page after login and 4. pay registration and renew with PayPal<<less
Added: 2002-03-14 License: Freeware Price: Free
2784 downloads
Rails and SQL queries

Rails and SQL queries


Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with pl more>> Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with plain SQL queries(without any model classes) for specific database operations.<<less
Added: 2006-11-06 License: Other Free / Open Source License Price: Free
669 downloads
PHP Request and SQL Security 2

PHP Request and SQL Security 2


UPDATED: changed htmlspecialchars to mysql_real_escape_string for FULL protection of data. This script should be used every time you need to get information from the Global variables such as POST and GET. It will strip any bad values that might more>> UPDATED: changed htmlspecialchars to mysql_real_escape_string for FULL protection of data. This script should be used every time you need to get information from the Global variables such as POST and GET. It will strip any bad values that might otherwise cause SQL injections or other hacks. The script has two functions which are used to completely take the hassle out of getting data from GET, POST, or REQUEST. It protects the data and has many options for default values, malformed data protection and just a quick and easy way of getting what you need.<<less
Added: 2005-09-03 License: Free Non-Commercial Price: $0.00USD
36 downloads
Boolean to SQL Query Translator 1.0

Boolean to SQL Query Translator 1.0


This is a function to convert a users query in boolean syntax ("hotels AND mexico NOT cockroaches) into a SQL query over the appropriate database fields. more>> This is a function to convert a users query in boolean syntax ("hotels AND mexico NOT cockroaches) into a SQL query over the appropriate database fields.<<less
Added: 2005-05-29 License: Free Non-Commercial Price: $0.00USD
10 downloads
 
Other version of Boolean to SQL Query Translator
Boolean to SQL Query TranslatorNOT cockroaches) into a SQL query over the appropriate database fields. Boolean to SQL Query ... convert a users query in boolean syntax ("hotels AND mexico NOT cockroaches) into a SQL query
License:Free for non-commercial use
Download
1619 downloads
Added: 2005-05-29
Counting Records in SQL Script

Counting Records in SQL Script


Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL scrip more>> Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster.<<less
Added: 2006-09-06 License: Freeware Price: Free
1144 downloads
Explode -- Split a string by string 1.0

Explode -- Split a string by string 1.0


Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string separator. If limit is set, the returned array will contain a maximum of limit elements with the last element containing the more>> Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string separator. If limit is set, the returned array will contain a maximum of limit elements with the last element containing the rest of string.<<less
Added: 2006-08-05 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Explode -- Split a string by string
Explode -- Split a string by string, each of which is a substring of string formed by splitting it on boundaries formed by the string ... , each of which is a substring of string formed by splitting it on boundaries formed by the string
License:Freeware
Download
1181 downloads
Added: 2006-08-05
sqlWebArchitect

sqlWebArchitect


sqlWebArchitect is a Web-Based Open Source SQL Server and MSDE Database Administration tool. Built with Microsoft .NET Framework 2.0 and released under GPL License. more>> sqlWebArchitect is a Web-Based Open Source SQL Server and MSDE Database Administration tool. Built with Microsoft .NET Framework 2.0 and released under GPL License.<<less
Added: 2006-03-03 License: GPL Price: Free
1332 downloads
How To Use SQL Server Reporting Services 1

How To Use SQL Server Reporting Services 1


This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks. more>> This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
13 downloads
LDAP to SQL

LDAP to SQL


Whilst working on the automatic production of web statistics - came across the following problem: How do I get relational data from an Hierarchical structure? It didnt take long to realize - Id have more>> Whilst working on the automatic production of web statistics - came across the following problem: "How do I get relational data from an Hierarchical structure?" It didnt take long to realize - Id have to use PHP to talk to LDAP, pull off records & upload into a series of tables, using the cn as primary key. Which then could be queried relationally. Pulling off large, queries and repeatedly transcending LDAP trees is pretty slow - so I built my LDAP to SQL engine, by flattening dns into table names. Then used PHP scripts to query & produce daily snap shots. This is the Perl port of the PHP version.<<less
Added: 2006-05-02 License: Freeware Price: Free
1296 downloads
Users Online Count (SQL Version)

Users Online Count (SQL Version)


This is a quick and easy users online script. Just include the file on the page and it will add the user to the online list. Lets you specify how many minutes to keep a user online without them clicki more>> This is a quick and easy users online script. Just include the file on the page and it will add the user to the online list. Lets you specify how many minutes to keep a user online without them clicking another page before removing them. Has the option to surpress the count so you can include this on many pages but only display the count on selected pages. Only outputs the number so you have flexibilty to format the number with any words or font changes you want. Also has an identical version that uses a text file to store users.<<less
Added: 2004-04-22 License: PHP License Price: Free
2037 downloads
DBIx-SQL-Abstract 0.07

DBIx-SQL-Abstract 0.07


DBIx-SQL-Abstract module provides a convenient abstraction layer to a database. more>> DBIx-SQL-Abstract 0.07 offers you a powerful application which provides a convenient abstraction layer to a database. The intention of this module is to join some methods from the DBI and the SQL: Abstract modules, for a convenient and easy use.
<<less
Added: 2007-06-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
12 downloads
FlySpeed SQL Query 1.1

FlySpeed SQL Query 1.1


FlySpeed SQL Query is an easy-to-learn-and-operate graphical tool for all database users and developers. It allows you to build queries on different database servers without needing deep knowledge of SQL syntax and performs a wide range of data more>> FlySpeed SQL Query is an easy-to-learn-and-operate graphical tool for all database users and developers. It allows you to build queries on different database servers without needing deep knowledge of SQL syntax and performs a wide range of data manipulations. Handy for professionals and essential to newbies, FlySpeed SQL Query includes everything to make your work with data more productive than ever before!<<less
Added: 2007-09-26 License: Freeware Price: $0.00USD
12 downloads
Bear SQL 1.0

Bear SQL 1.0


Bear SQL is a light, easy to use, web front end to MySQL. It allows you to manage databases, tables and users, including backup and restore functionality. With Bear SQL you can create and remove databases and tables, add, edit and delete records, alter more>> Bear SQL is a light, easy to use, web front end to MySQL. It allows you to manage databases, tables and users, including backup and restore functionality. With Bear SQL you can create and remove databases and tables, add, edit and delete records, alter tables, add and remove primary keys and indexes, add edit and delete columns, change column properties, search tables, optimize tables, write your own queries, save queries, save query results, add and manage users and more. All from a simple web front end.<<less
Added: 2008-12-18 License: GPL Price: $0.00USD
11 downloads
Tabs Links SQL 1.0

Tabs Links SQL 1.0


A simple PHP/MySQL links repository Features: 1 - Script in PHP/MySQL 2 - Has no limit to the number of links 3 - Its possible to customize the number of links per page 4 - Each link has Title, Address and Description 5 - Dont needs more>> A simple PHP/MySQL links repository Features: 1 - Script in PHP/MySQL 2 - Has no limit to the number of links 3 - Its possible to customize the number of links per page 4 - Each link has Title, Address and Description 5 - Dont needs installation 6 - It has an Admin Module, where you can insert, update and delete<<less
Added: 2007-05-05 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Tabs Links SQL
Tabs Links SQLA simple PHP/MySQL links repository Features: 1 - Script in PHP/MySQL 2 - Has no . A simple PHP/MySQL links repository Features: 1 - Script in PHP/MySQL 2 - Has no
License:Freeware
Download
902 downloads
Added: 2007-05-05
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5