I just realized I added code on the blog for working with databases in C# but not for VB. This will be the missing post of one way in which you can use Visual Basic. Enjoy! Imports System.Data Import… more →
Asp.Net Team's Weblogthebest51 wrote 2 months ago: Here my class to run SQL statements whitout declare and initialize Connection and Command in 2 Array … more →
Frank Adams wrote 9 months ago: I just realized I added code on the blog for working with databases in C# but not for VB. This will … more →
philippegraca wrote 10 months ago: Did you ever tried to create an SqlParameterCollection like this: SqlParameterCollection q = new Sql … more →
Frank Adams wrote 1 year ago: I do not use C# much. Here is some code I found while browsing the Internet that helps to connect to … more →
rick schott wrote 4 years ago: public SqlDataReader executeSPHelper(string cmdStr, ArrayList cmdParams) { SqlDataReader rd = null; … more →