Hi guy, I am fresh in VB.net. May i know how to execute SQL string in VB.NET to MsSQL ? Normally what i did in VB6 is
using Connection.Execute "insert into table values ..., so how about in VB.NET? The SQL String maybe in Insert,Update or delete. Thanks and wait for prompts reply.
using Connection.Execute "insert into table values ..., so how about in VB.NET? The SQL String maybe in Insert,Update or delete. Thanks and wait for prompts reply.