hey,
how can i update the database of SQL server 2008 while using win application
as front end
thanks
prajaktaran
hey,
how can i update the database of SQL server 2008 while using win application
as front end
thanks
prajaktaran
Show code.
if you want the SQL code here.
UPDATE Table SET Column = 'value' WHERE Column2 = 'value123'
You might want to check out LINQ to SQL, or the Entity Framework. This is an easier route which requires no knowledge of sql. Consult MSDN for some examples.
Hi,
Thank you for your reply.
I want to make the changes on the windows application that can be stored on the database.
Like
I want to make change in some address on front end that can be stored in SQL which is back end when i click the update button
what is the syntex for "loaddatarow"
Thank u
prajaktaran
Prajaktaran Please read provided link.
the read this http://quickstart.developerfusion.co.uk/quickstart/howto/doc/adoplus/UpdateDataFromDB.aspx
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.