Click here to Skip to main content
15,913,145 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm a student. What thing does I need to study in order for a VB app work with a Database (Any Database) ? I know I'm lack of some knowledge. It kept failing me to build an app that could store data.
Posted
Comments
CHill60 19-Dec-12 8:31am    
I posted a suggestion for a tutorial for using SQLlite with VB to your question of a few days ago (http://www.codeproject.com/Questions/508036/LettingplusVBplusappplustoplusworkpluswithplusSQLi)
In that tutorial they also offer other links to related tutorials, such as a beginners guide to VB
Valentine1993 19-Dec-12 8:42am    
That tutorial is great. I think i should read this instead of ignoring it. The main reason I ignore it because it's started in Linux environment and it's a bit of weird.
CHill60 19-Dec-12 9:21am    
The Linux stuff is really only about getting the bits and pieces installed onto your PC. Use alternative instructions for that bit (Sorry - I thought you had already installed SqlLite and VB).
Valentine1993 19-Dec-12 10:32am    
Oh. I had already Installed SQlite and VB. I'm so sorry because I was a bit of the stubborn kind.
CHill60 19-Dec-12 11:02am    
:-)

1 solution

It's not quite that simple - your app can't just work with "any database", you have to decide which database system you are going to use (there are SQL Server, MySql, SqlCE, SqlLite, Oracle, and many, many others).
Then you have to install any necessary software on an appropriate machine (SQL Server and MySql both want a machine to run them in the real world - for development you can install them on your own machine).

Then it still isn't simple - but this should help: VB.NET Tutorial: SQL Database Basics[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900