help on connecting vb 2008 express edition to the inbuilt sql server for insert, update, deletion.
-
i am exhausted trying to figure out how to connect the inbuilt sql server to the vb 2008 express edition for insertion, update and deletion of rows or records in the tables.. so, any help is really appreciated.. tenzin at ten_kunkyab@hotmail.com
-
i am exhausted trying to figure out how to connect the inbuilt sql server to the vb 2008 express edition for insertion, update and deletion of rows or records in the tables.. so, any help is really appreciated.. tenzin at ten_kunkyab@hotmail.com
Hi, What have you tried? If you want any help with connection strings then you can refer to:: www.connectionstrings.com/[^] You can get many google search results for VB 2008 and SQL server.
"Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup
-
i am exhausted trying to figure out how to connect the inbuilt sql server to the vb 2008 express edition for insertion, update and deletion of rows or records in the tables.. so, any help is really appreciated.. tenzin at ten_kunkyab@hotmail.com
If with inbuilt sql server, you mean the sql server that comes with the VS 2008 Express editions, all you need to do is click the help menu in visual studio and then the How Do I section. There is a whole subject on how to work with data (databases). It has paragraphs on interaction between applications and databases, which will also explain how to update, insert, and delete data. Or is there a more specific problem you are stuck with?
My advice is free, and you may get what you paid for.
-
If with inbuilt sql server, you mean the sql server that comes with the VS 2008 Express editions, all you need to do is click the help menu in visual studio and then the How Do I section. There is a whole subject on how to work with data (databases). It has paragraphs on interaction between applications and databases, which will also explain how to update, insert, and delete data. Or is there a more specific problem you are stuck with?
My advice is free, and you may get what you paid for.
thank you both of you.. i figured it out last night.. i used whole codes to access the database and perform insert, deletion, update and traversing.. i used dataset, sqlcommands, sqldataadapters and sqldatareaders they worked great.. thanks Bjarne and the other guy without name ;) - kun