|
-
Oct 2nd, 2005, 08:01 PM
#1
Thread Starter
Fanatic Member
Dployment of C# and Oracle
I have worked with VB and Access database and have build setup file various time.
But now i want to deploy setup file of C# project and i am using Oracle database.
So i want to know how to build setup file with C# and Tables in Oracle Database.
Thank You.
-
Oct 2nd, 2005, 10:04 PM
#2
Re: Dployment of C# and Oracle
I'm not quite sure I understand the question. Are you asking how to create new tables in Oracle when you deploy your application?
-
Oct 3rd, 2005, 04:07 AM
#3
Thread Starter
Fanatic Member
Re: Dployment of C# and Oracle
 Originally Posted by jmcilhinney
I'm not quite sure I understand the question. Are you asking how to create new tables in Oracle when you deploy your application?
Yes Absolutely Correct.
-
Oct 3rd, 2005, 05:26 AM
#4
Re: Dployment of C# and Oracle
What are you using to deploy your application?
-
Oct 3rd, 2005, 01:31 PM
#5
Thread Starter
Fanatic Member
Re: Dployment of C# and Oracle
 Originally Posted by Hack
What are you using to deploy your application?
Actually i want to ask from you how to do it but key point is to deploy oracle tables ALSO.
-
Oct 3rd, 2005, 06:07 PM
#6
Re: Dployment of C# and Oracle
I don't know this for sure, but using the built in features of Visual Studio to create a setup I'd say you'd have to create a seperate utility, which either got called at the end of the setup or the user called explicitly after the setup, that used ADO.NET to create the tables. Something more sophisticated like InstallShield may be able to integrate the process into the setup more, but I don't know specifically.
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
|