Skip to main content

Software programming tips

Software programming tips and tricks
http://www.1aspblog.blogspot.com
FOR MORE..
Oneof my readers mailed me to solve his problemActually he is working for a software firm in Chennai,India.There in their project,there was a module to create a database connection,create a database,and create a table....These are much complicated in a sense.Tell you..the actual value of each database should not be static.Done ..he send me a mail to solve this.Ok where ever you are please check my blogMr.Anand kumarIt will help you i am sure....------------------------------------------------------------------------------------First of all we must addnamespaceson our programA complete general notes on basics of .net will present you later ok?using system.data.sqlclient;Thenadd thisstring source = (@"Data Source=.;Initial Catalog=*yourdatabasename*;Integrated Security=True");string insert = ("insert into tbl_soft values('" + textBox1.Text + "','" + textBox2.Text + "')");SqlConnection cnn = new SqlConnection(source);cnn.Open();SqlCommand cmd = new SqlCommand(insert,cnn);cmd.ExecuteNonQuery();MessageBox.Show("files added successfully");here i've used certain controls to give the values in database rathersql server.Those aretextboxes.Once it generates the values ,it will add itself asMainandSubTables.

Comments

Popular posts from this blog

How to Write Blog Posts Search Engine Friendly

A blog post title with good keywords is very much important as the content in it.Adding best keywords in the title can promote your blog's ranking in search engines.People prefer postings with natural aptitudes.posting in blogs is an essential way of getting traffic from many areas.That's why advertisers prefer blogs than websites to promote their products.Blogs are very much contemporary and extremely dynamic.Thus they can interact with readers.Readers can submit their reviews and comments in that blog itself. Before you go for a good blog post,you should aware of blogger tactics.Lack of good keywords can affect the search engine rankings .Make sure that ,what your posts are about.Make a picture of matter you are going to write.Then write for two types of persons.One is genuine man and other is an automated algorithm. I can help you much more than making your titles perfect.For the human readers you should have much potential in your articles or posts. The more relevant to the...

How to handle web crawlers

Crawler - a Review Crawlerism in Detail I just gave name "Crawlerism" for a fun,but actually it is much more than that.Search Engines can make simple part and portion of typed (or even copied) work into some revenue.But as the crawlers are concerned,the y never accept copied products.They will reject what they have seen before.Its really interesting to talk about a Crawler. Crawling is the main part of search engine process.These materials are known as spiders.When they search for the content you submitted,you are getting crawled. A crawler is also known as a web robot.It actually is a program rather an algorithm which browses the internet seeking for web pages and several web contents.They always search in the web for fresh data. The crawler begins its work in a web page, with taking its url,title,keys etc, and then seeks for hyperlinks.Hyperlinks are links made in HTML language.Then the crawler browses those links and moves on its way.So its quite important that...

Download Rare and precious Tutorials

I am giving you some cool links to download rare Tutorials .Some of them are mine,and some from the regular surfing.Who ever worked behind these,i am crediting them with respect.OK now i am giving one by one links.All links are very efficient and precious .But if you feel,you haven't got,what you are searching for.Don't worry just comment here,we will share some. Most of the links are towards rapidshare.All files are present there,on the time of this work.So please download it as quick as possible,unless any error comes. 1. Download Tutorials of Assembly languages. - 16 Books - 156MB -------------------------------------------------------------- *Biggest ever 16 e books collection. The Assembly Programming Master Book Expert .net 2.0 IL Assembler Assembly Language : Step-by-Step Assembly Language Step-by-Step: Programming with DOS and Linux, Second Edition 80x86 Assembly Language and Computer Architecture Learn Microsoft Assembler in a Day Mastering Turbo Assembler, Second Edit...