Ads 468x60px

Featured Posts

This is default featured slide 1 title

Easy to customize it, from your blogger dashboard, not needed to know the codes etc. Video tutorial is available, also a support forum which will help to install template correctly. By DeluxeTemplates.net

This is default featured slide 2 title

Easy to customize it, from your blogger dashboard, not needed to know the codes etc. Video tutorial is available, also a support forum which will help to install template correctly. By DeluxeTemplates.net

This is default featured slide 3 title

Easy to customize it, from your blogger dashboard, not needed to know the codes etc. Video tutorial is available, also a support forum which will help to install template correctly. By DeluxeTemplates.net

This is default featured slide 4 title

Easy to customize it, from your blogger dashboard, not needed to know the codes etc. Video tutorial is available, also a support forum which will help to install template correctly. By DeluxeTemplates.net

This is default featured slide 5 title

Easy to customize it, from your blogger dashboard, not needed to know the codes etc. Video tutorial is available, also a support forum which will help to install template correctly. By DeluxeTemplates.net

Friday, December 21, 2012

Monday, December 10, 2012

Simple Project in VB6.0 and MOA Using SQL Commands

Dim rsStudent As New ADODB.Recordset
Dim addmode, editmode As Boolean


Private Sub Command1_Click()
On Error Resume Next
rsStudent.MoveFirst
Call LoadData
Call LVFill
End Sub

Private Sub Command2_Click()
On Error Resume Next
rsStudent.MovePrevious
Call LoadData
Call LVFill
End Sub

Sunday, December 9, 2012

Php Script to Upload Image in Database

Introduction

This article is an introduction to using the blob column type in MySQL. The concept is introduced by familiarising users with uploading and storing images in a MySQL table.
Definitely a controversial topic in PHP-land, but at least knowing how to do it will help you make a decision on whether or not it’s for you.
The article covers the following:

How to Connect Database Using SQL


 Open VB 6.0
Add 3 Labels
Add 3 textbox
Add 4 Commands for First, Previous, Next, Last
Add 4 Commands for Add, Edit, Save, Delete

Then Copy this Code:

Monday, January 9, 2012