How to connect a service based database to vb.net forms?
Do we have to create any specific database?
Answer Posted / rashmi
go to projects->add new items->commom item->service based
database.then after getting sbdb in ur project go to
view->server explorer u will find ur db.use it in the same
way as sql server db
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
How to run a dos command in vb.net?
What is a stream in vb.net?
Explain the components of common language runtime.
Explain the services provided by common language infrastructure.
How would you implement inheritance using vb.net?
What is datatype conversion?
What is the difference between c# and vb.net?
What do you understand by vb.net?
What is the main use of a namespace?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Write a VB.Net console program to check whether a number is perfect or not.
Explain internal keyword in .net framework?
Did vb6 support multi-threading ?
Explain public assembly?
Can you please explain the difference between dispose and finalize()?