[Advertisement]
This site created by RobDog711 - (c) 2010
  
KB Article
Title:
SQL Execute Command Function
Texts
Code / Script:
Sub ExecSQL(mySQL as String, dbConnString as String)
Dim sqlCmd AS SQLCommand
Dim sqlConn as SQLConnection = New SQLConnection(dbConnString)
sqlCmd = New SQLCommand(mySQL,sqlConn)
sqlConn.Open()
sqlCmd.Execute()
sqlConn.Close()
End Sub
Misc
Views: 14 - Posted: Jul 6th, 2010 (Tue)
Category: ASP / VBScript - Topic: Web Contruction
Author: RobDog
No associations
 
Comments: 0
 
No comments have yet been posted. Login to post a comment.
 
© 2006-2010 RobDog711 :: Terms of Use
IP: 38.107.191.106 - Res: - Built: 0.074 sec