Blog

Alternative database for MS Access

Submitted by itachi_philip on
I post this topic "Alternative database for MS Access" for the reason,that it would be better if I ask some ideas here in this site. But first this topic only focuses on a stand alone databases that is easy, reliable, and a hassle free databases. MySQL, MSSQL Server and any other databases that depending on a Server base are excluded only those database that can run stand alone and has the

Your Mobile Phone Requires No Switching Off On a Plane

Submitted by petter9090 on
Freshwater pearls come from freshwater mussels is a stone. They are produced in Japan, China and the United States. They are often used in jewelry, is crushed to make cosmetic pigments. Value of pearls and precious stones and jewelry for the planting or harvesting. Unique luster of pearls depends on reflection and refraction of light from the translucent layers.

I am having a problem with getting the value of an auto incremented column=reservation_no on table reserves

Submitted by van2x on
function add_new_reservation($reservation_no,$user_id,$date_from,$date_to,$location,$comments,$items = array()) { $user_id=$this->session->userdata('user_id'); $data=array( 'user_id'=> $user_id, 'date_from'=>$date_from, 'date_to'=> $date_to, 'location'=> $location, 'comments'=>$comments );

C# Shopping cart with Paypal integration developed in Visual Studio 2005

Submitted by adri80 on
PaypalCart v1.0 Developed using c# PaypalCart is fully designed using WebUserControls which makes it simple as dragging and dropping the shopping cart WebUserControls to any web site templates that has been converted to Asp.net in Microsoft Visual Studio. All frontend WebUserControls are fully customizable using style sheets.

Calendar control Selecting dates from database Disabling old dates selection Selecting multiple dates

Submitted by adri80 on
A Calendar control example for Selecting dates from database, Disabling old dates selection, and Selecting multiple dates. This application is meant for beginners. This example is done in a very easy to understand way to help beginners customize the Calendar control. using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security

Populating Treeview with N- Level Tree Structure Dynamically in VB.Net

Submitted by saadi92 on
From last two weeks I was facing a problem regarding populating a treeview on a vb .net form , with the data from a table which contains N level of child nodes. I searched but i couldnt find exact solution, anyways finally I was able to solve it using recursive function.... Here is the code... The database table has two fields one is AcCode and 2nd is Parent ID... Private Sub AddTreeNodes(ByRef tv