0
is there any app of visual basic like this sql
visual basic
4 Answers
+ 2
Well, i dont know clear what do you mean with " any app of visual basic like this sql.
There are two answers. The first, sure you can send text SQL commands from Visusal Basic code into sql server and get the answer back into your variables. But there are different method how to do (cos there are different versions of VB)-so look into help or documentation your VB how to conenct databases.
And the second answer, if you meant some GUI application to see a visual model of SQL server database. Well, these can be found in some SW stores, in VB or another languages (it no depends). or a sql server has usually own GUI client to do it, you can use it
0
thanks sir, ill continue reading ;)
0
You should look into getting MicrosoftÂź SQL ServerÂź 2014 Express or notepad++ to implement SQL. You can download SQL examples from here and when the tables are created use SQL to practice some queries. Best of luck!
http://www.mmannino.com/6th_edition_student_files.html
0
https://www.tutorialspoint.com/codingground.htm There are tons of online IDE to use. I suggest using the SQL lite