|
-
Aug 8th, 2005, 04:23 PM
#1
Thread Starter
Frenzied Member
DB Connections
Anyone know how to connect to the database in a manner that allows the execution of CREATE/ALTER PROCEDURE......
ad-hoc..? how do you do it..?
Magiaus
If I helped give me some points.
-
Aug 8th, 2005, 08:21 PM
#2
Re: DB Connections
Just call ExecuteNonQuery on an IDbCommand object, e.g. SqlCommand, to execute whatever non-query SQL statement you like.
-
Aug 9th, 2005, 09:02 AM
#3
Thread Starter
Frenzied Member
Re: DB Connections
You ever felt really dumb....? I know I tried that before and had an error, but it works fine now. Thx.
Magiaus
If I helped give me some points.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|