Ultra_MPEG4_Converter_5.2.0603



Ultra MPEG-4 Converter is a professional file converter with which you can play any file. Discover the advantages offered by Ultra MPEG-4 Converter


Download
Read More

Navicat Premium 10.0.9 Full



Manage your database in a whole new way. We've added improvements that help you accomplish more.


Download
Read More

How To Insert Update Control Component on c#



- Control Component - Change Keyboard Layout - Insert Update To MySql Server


Download
Read More

Re-Loader


For Windows 7,Windows 8,Windows 8.1,Windows 10
Office 2010,2013,2016
Download
Read More

How To create table in sql server by query for relationship



create table tbPosition(
-- Autoincrement Primary key
posid int primary key not null identity(1,1),
postitle varchar(200),
posdcs varchar(max)
);

--now we create tbstaff

create table tbStaff(
-- increment start from 100 and add 1
staffid int primary key not null identity(100,1),
staffname varchar(200),
gender char(1),
dob date,
merital varchar(200),
address1 varchar(max),
address2 varchar(max),
city varchar(200),
[state] varchar(200),
zipcode int,
email varchar(200),
posid int, -- now we create relationship on this
phone varchar(200),
photo varbinary(max),
active bit,
constraint fk_posid foreign key(posid)
references tbPosition(posid)
on delete cascade
on update cascade
);


Download
Read More