.NET Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgramming.NET Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old July 7th, 2007, 10:41 AM
patpawlowski patpawlowski is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2007
Posts: 2 patpawlowski User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 29 m 20 sec
Reputation Power: 0
Initial Database Setup

I am looking for a way to create the initial db objects for our application using ADO.net. Currently we have several long .sql scripts that we run through OSQL but I would like to tidy this up. I thought this would be simple using the following sample code but it appears to not allow complex queries i.e. ones with several statements strung together with 'go' between them.
Code:
SqlConnection con = new SqlConnection("Password=;Persist Security Info=True;User ID=sa;Initial Catalog=test;Data Source=SQLServer");
String sqlQuery = File.ReadAllText(@"c:\GenericCRMTables.sql");

SqlCommand cmd = new SqlCommand(sqlQuery, con);
con.Open();
cmd.ExecuteScalar();//I have also tried ExecuteNonQuery


What's the best way to set up these tables and other objects through .net?

I guess we could write a parser that seperates everthing between the 'go's and sends each command seperately.

thanks,

-pat

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgramming.NET Development > Initial Database Setup


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT