Us Cities Database

March 30th, 2009
Comments Off

Designing and setting up a city county database lookup script on your website doesn’t have to be difficult. Using PHP and MYSQL is probably the simplest route to go since most hosting services already have them available. For those using Windows-type hosting the basic setup would be similar but the database and scripting language will [...]

Filled Under: Database

Creating Sql Database Connection in Asp.net Web Application Through C#

March 29th, 2009
Comments Off

1: Open visual studio 2005 and from FILE select NEW-> WebSite, then from pop-menu select asp.net website (Note: Language must be C#) , then press OK. 2: Now create three textboxes from the toolbox , to remove ambiguity I am using default name for that textboxes and that should be textbox1,textbox2 & textbox3. And also drag [...]

Filled Under: Database

Database Models: Relational, Object-oriented and Object-Relational Model

March 22nd, 2009
Comments Off

A database model is a structure of a database. It is a theory describing how a database is structured and used. A data model also defines a set of operations performed on the data, thus ensuring a successful custom software development process. There are several models including relational model, object model and object relational model. [...]

Filled Under: Database