can some one provide me a sample programe in vb.net which can just save, edit, search and delete records. thanks
riaz

Recommended Answers

All 3 Replies

imports system.data
imports system.data.sqlclient
{
dim cn as sql connection
cn=new sql connection("user id=sa;password=;database=master;server=.")
cn.open()
Msgbox("connection esatblished")

the all above code is to connect the Sql Databse..

See my attachment program :

SimpleDbProccess.zip

i suggest to write code with your own logic, cause you'll get understanding more.
Ok.
Happy coding Friend :)

commented: thanks for the code +1
commented: Great +1

yes, got it. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.