Results 1 to 6 of 6

Thread: Dployment of C# and Oracle

  1. #1

    Thread Starter
    Fanatic Member vbPoet's Avatar
    Join Date
    Feb 2005
    Location
    Searching ..
    Posts
    669

    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.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member vbPoet's Avatar
    Join Date
    Feb 2005
    Location
    Searching ..
    Posts
    669

    Re: Dployment of C# and Oracle

    Quote 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.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Dployment of C# and Oracle

    What are you using to deploy your application?

  5. #5

    Thread Starter
    Fanatic Member vbPoet's Avatar
    Join Date
    Feb 2005
    Location
    Searching ..
    Posts
    669

    Re: Dployment of C# and Oracle

    Quote 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.

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width