TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
krishna prasad
NA
814
182k
Insert statement
Jan 24 2009 1:00 PM
Hai all..
My goal is to insert an object value into the database if it satisfies certain condition.
How to insert it???
i tried but i can just insert values given in the statement like
"INSERT INTO SourceCount(Source,Count)" + "Values('192.168.11.1','5')";
but wat i want is
object source1 = 192.168.11.1
i want to insert source1 value.....which changes continiously
Hope i made myself clear.........
Reply
Answers (
13
)
ADO.NET: Delete from Database and perfomance issues
How to create array of buttons with common event handler