0

is there any app of visual basic like this sql

visual basic

22nd Oct 2016, 12:09 AM
jhunnen ng
jhunnen ng - avatar
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
22nd Oct 2016, 1:41 AM
Petr Hatina
Petr Hatina - avatar
0
thanks sir, ill continue reading ;)
22nd Oct 2016, 1:47 AM
jhunnen ng
jhunnen ng - avatar
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
4th Nov 2016, 3:53 PM
Victor Canas
Victor Canas - avatar
0
https://www.tutorialspoint.com/codingground.htm There are tons of online IDE to use. I suggest using the SQL lite
14th Nov 2016, 9:09 PM
Victor Canas
Victor Canas - avatar