Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB How-To
|
VB How-To Ask your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 7th, 2004, 03:29 AM
Authorized User
 
Join Date: Jul 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to exeucte a file containing sql commands

Database :SQLServer
How to execute a file conatining sql commands from vb in
SQlServer?





 
Old August 9th, 2004, 04:18 PM
Friend of Wrox
 
Join Date: Aug 2003
Posts: 205
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Read the file into a string and then run the string through a connection.execute call. However, be aware that such dynamic sql is susceptible to sql injection attacks if there is any way to access this file externally.

Yehuda
 
Old September 30th, 2004, 06:00 AM
Authorized User
 
Join Date: Sep 2004
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Lalit_Pratihari
Default

Hi,

You can copy the SQL statements in a text file and then can execute the SQL statements through VB by using FileSystemObject.

Keep on concatenating the SQL statements in a string and when you find the GO statement just execute the string through Recordset object in VB.

Hope this helps,

Lalit
Life Means More...;)





Similar Threads
Thread Thread Starter Forum Replies Last Post
sql commands dr BOOK: Beginning Ruby on Rails 1 April 27th, 2007 12:22 PM
using sql commands C# N4th SQL Server 2000 0 December 15th, 2006 02:04 PM
runtime sqldatasource sql commands- HELP iori ASP.NET 2.0 Basics 0 August 14th, 2006 05:38 PM
Dynamically Changing SQL Commands? avantjer BOOK: Professional Crystal Reports for VS.NET 2 May 18th, 2004 11:29 PM
Using 2 SQL commands attipa Classic ASP Databases 2 September 20th, 2003 05:23 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.