Main > Free Download Search >

Free ns records script

ns records

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 309
Paging Records in JSP 1

Paging Records in JSP 1


You can divide database results into pages with this script. This source code is for available to use with MySQL. But you can modify the code to use with PostgreSql and Oracle. You can not use this code with MS-SQL. Becuase MS-SQL does not support using more>> You can divide database results into pages with this script. This source code is for available to use with MySQL. But you can modify the code to use with PostgreSql and Oracle. You can not use this code with MS-SQL. Becuase MS-SQL does not support using LIMIT in your sql queries.<<less
Added: 2003-11-26 License: Freeware Price: $0.00USD
13 downloads
AXML Record Browsing

AXML Record Browsing


AXML Record Browsing is a ASP component that allows you to display or modify your database tables or queries with no coding at all. Insert or publish new table records from Access, MS SQL, Oracle, Syb more>> AXML Record Browsing is a ASP component that allows you to display or modify your database tables or queries with no coding at all. Insert or publish new table records from Access, MS SQL, Oracle, Sybase or any other ADO enabled database. User can sort on any column, page through the recordset or go to detailed form page. AXML Record Browsing allows you to select appearance, apply formatting or regular expression functions to data, CVS export and much more.<<less
Added: 2005-12-01 License: GPL Price: Free
1427 downloads
Counting records in PHP/mySQL

Counting records in PHP/mySQL


Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows. more>> Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows.<<less
Added: 2007-07-12 License: Freeware Price: Free
524 downloads
GMTT Record Directory 1.0

GMTT Record Directory 1.0


Allows users to signup and keep an online profile of their music collection. Includes all the features youd expect from such an application, including add, edit, and delete records. Furthermore, users collections are available to view to the public. more>> Allows users to signup and keep an online profile of their music collection. Includes all the features youd expect from such an application, including add, edit, and delete records. Furthermore, users collections are available to view to the public. Information such as Artist, Album, Record Label, and Format are stored in the database. This script is very easy to expand upon, and frequent updates are expected. There is also a fully functioning demo.<<less
Added: 2006-03-03 License: Free Non-Commercial Price: $0.00USD
11 downloads
 
Other version of GMTT Record Directory
GMTT Record Directoryexpect from such an application, including add, edit, and delete records. Furthermore, users ... Information such as Artist, Album, Record Label, and Format are stored in the database. This
License:Free for non-commercial use
Download
764 downloads
Added: 2006-03-03
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
DNS Control 1.0.3

DNS Control 1.0.3


DNS Control is a Web-based DNS management tool for BIND 9. It supports maintaining A, MX, and CNAME records, with all information stored in a MySQL database. more>> DNS Control is a Web-based DNS management tool for BIND 9. It supports maintaining A, MX, and CNAME records, with all information stored in a MySQL database.<<less
Added: 2005-03-07 License: Other Price: $0.00USD
12 downloads
An Useful Method : RecordSet.Filter

An Useful Method : RecordSet.Filter


Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working o more>> Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working on recordsets after querying on SQL command.<<less
Added: 2006-08-09 License: Freeware Price: Free
1183 downloads
Itnas 0.94 CVS

Itnas 0.94 CVS


ITNAS is a CRM for IT corporations that records missions and bills, as well as managing Internet provider data. Focal point is project managment. It offers both automatic data evaluation and detailed overviews of booking entries in the financial area. more>> ITNAS is a CRM for IT corporations that records missions and bills, as well as managing Internet provider data. Focal point is project managment. It offers both automatic data evaluation and detailed overviews of booking entries in the financial area.<<less
Added: 2002-10-15 License: Commercial Price: $0.00USD
11 downloads
Counting Records in MySQL by JSP 1

Counting Records in MySQL by JSP 1


This code source displays count of records in MySQL. We are using a SQL statement. You can easily modify the code to use in different languages. But this code can be used for JSP with MySQL. We will use Connector/J driver to connect database. more>> This code source displays count of records in MySQL. We are using a SQL statement. You can easily modify the code to use in different languages. But this code can be used for JSP with MySQL. We will use Connector/J driver to connect database.<<less
Added: 2003-11-26 License: Freeware Price: $0.00USD
14 downloads
Selecting random record from database

Selecting random record from database


This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number bet more>> This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number between 0 to count of records in database. Last part of code to select our record using our random number. We must move dynamic cursor in database table and move it to row number. There a few ways to move cursor to row, but personally we can do it similiar as paging records. We select all records from table dividing one record per page. Complete reference code is included.<<less
Added: 2007-07-12 License: Freeware Price: Free
521 downloads
MyDNSConfig

MyDNSConfig


MyDNSConfig is a web-based control panel for the MYDNS name server. MyDNSConfig is licensed under BSD license. MyDNS is designed to serve DNS records directly from a MySQL database. MyDNSConfig is a w more>> MyDNSConfig is a web-based control panel for the MYDNS name server. MyDNSConfig is licensed under BSD license. MyDNS is designed to serve DNS records directly from a MySQL database. MyDNSConfig is a web-interface to the MyDNS database.<<less
Added: 2006-01-02 License: BSD Style Price: Free
1392 downloads
Counting Records In A Database Table 1

Counting Records In A Database Table 1


We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset. more>> We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset.<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
12 downloads
How to update a database record in ASP

How to update a database record in ASP


Selecting, deleting and inserting database records is part and parcel of dynamic web development...be it ASP, PHP, Python, whatever.....and of course, add to that list updating records.....But how to do it in Classic ASP?....well, Im about to show you more>> Selecting, deleting and inserting database records is part and parcel of dynamic web development...be it ASP, PHP, Python, whatever.....and of course, add to that list updating records.....But how to do it in Classic ASP?....well, Im about to show you in 3 simple steps, so grab a can of Dr Pepper and pay attention, because youre about to get schooled....:)<<less
Added: 2008-08-31 License: Freeware Price: $0.00USD
13 downloads
NS Mamu 1.0.0

NS Mamu 1.0.0


NS Mamu files and are now viewing part of the sample content that is included in the default NS Mamu installation. You can delete all of this information and replace it with your own contents very easily. NS Mamu Support Comment system, Banner component more>> NS Mamu files and are now viewing part of the sample content that is included in the default NS Mamu installation. You can delete all of this information and replace it with your own contents very easily. NS Mamu Support Comment system, Banner component support HTML Code, Auto content archive system, Web link with web button, Messenger, Forum, Polls, RSS for content items, Template Manager, User profile and much more components. NS Mamu is set to change all that ... NS Mamu is different from the normal models for portal software.<<less
Added: 2006-01-23 License: GPL Price: $0.00USD
11 downloads
 
Other version of NS Mamu
NS Mamunow viewing part of the sample content that is included in the default NS Mamu installation. You ... now viewing part of the sample content that is included in the default NS Mamu installation. You
License:GPL
Download
1369 downloads
Added: 2006-01-23
Displaying Records From An Excel Database

Displaying Records From An Excel Database


Aim of this articles is to display records from an Microsoft Excel in an ASP. We could use general SQL command while retreving data from an excel sheet. All we need to know how to connect Excel file. more>> Aim of this articles is to display records from an Microsoft Excel in an ASP. We could use general SQL command while retreving data from an excel sheet. All we need to know how to connect Excel file.<<less
Added: 2006-08-15 License: Freeware Price: Free
707 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5