vodkasoda
Member
- Joined
- Jun 16, 2011
- Messages
- 15
- Programming Experience
- 10+
I have a few projects, relating to the same subject. The programs are written in Excel VBA using Access, VB.net, and even a very old one in GFA Basic !!! I am now going to rewrite all of them in VB.net and incorporate the one Database, using SQL Server Express. The logic and all the problems I am going to face, I am ok with, my question revolves solely around SQL Server Express, the Database is created and mostly populated ...
So, should I :
Do all my Database transactions, reading, writing, updating, deleting, inserting etc., using code written in my VB.net program(s) ?
Create each and every Query I am likely to need in SQL Server Management Studio and then call those Queries from my program(s) ?
Some advice from people who have done this sort of thing before and know what they are talking about, rather than me taking a guess and doing it all wrong, would be really helpful. Also, any links to examples would be great ...
So, should I :
Do all my Database transactions, reading, writing, updating, deleting, inserting etc., using code written in my VB.net program(s) ?
Create each and every Query I am likely to need in SQL Server Management Studio and then call those Queries from my program(s) ?
Some advice from people who have done this sort of thing before and know what they are talking about, rather than me taking a guess and doing it all wrong, would be really helpful. Also, any links to examples would be great ...