Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. VB.Net in Linux

VB.Net in Linux

Scheduled Pinned Locked Moved Visual Basic
databasecsharpsql-serversysadmin
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    len_ems
    wrote on last edited by
    #1

    good afternoon... I just want to ask your advice regarding the following: 1. can an application or program coded in vb.net 2002/2003 with sql server as database work in linux platform? because my client (a school) has plan of changing their windows platform to linux. is there anything i can do so that i can run a vb.net application with sql server database? what are the pros and cons IF a vb.net application with sql server run in linux? 2. what are the databases that could run both in linux and in windows? please enumerate some... thank you in advance... respectfully, len_ems

    K 1 Reply Last reply
    0
    • L len_ems

      good afternoon... I just want to ask your advice regarding the following: 1. can an application or program coded in vb.net 2002/2003 with sql server as database work in linux platform? because my client (a school) has plan of changing their windows platform to linux. is there anything i can do so that i can run a vb.net application with sql server database? what are the pros and cons IF a vb.net application with sql server run in linux? 2. what are the databases that could run both in linux and in windows? please enumerate some... thank you in advance... respectfully, len_ems

      K Offline
      K Offline
      Kevin McFarlane
      wrote on last edited by
      #2

      len_ems wrote: can an application or program coded in vb.net 2002/2003 with sql server as database work in linux platform? If it's a desktop application then no. If it's a web application then yes, provided that the server(s) is a Windows Server (2000 or 2003). The Linux client is then just consuming HTML. len_ems wrote: my client (a school) has plan of changing their windows platform to linux. is there anything i can do so that i can run a vb.net application with sql server database? what are the pros and cons IF a vb.net application with sql server run in linux? You definitely won't be able to run a SQL Server database on anything but Windows. If you port your application to Mono, the open-source X-platform version of .NET (there are articles on the codeproject site) then you stand a chance, but again not everything will be guranteed to work. However, there are some real industrial-strength Mono applications out there, so you can probably achieve what you want with some effort. len_ems wrote: what are the databases that could run both in linux and in windows? please enumerate some... MySql if you want free, otherwise, Oracle or DB2... Kevin

      L 1 Reply Last reply
      0
      • K Kevin McFarlane

        len_ems wrote: can an application or program coded in vb.net 2002/2003 with sql server as database work in linux platform? If it's a desktop application then no. If it's a web application then yes, provided that the server(s) is a Windows Server (2000 or 2003). The Linux client is then just consuming HTML. len_ems wrote: my client (a school) has plan of changing their windows platform to linux. is there anything i can do so that i can run a vb.net application with sql server database? what are the pros and cons IF a vb.net application with sql server run in linux? You definitely won't be able to run a SQL Server database on anything but Windows. If you port your application to Mono, the open-source X-platform version of .NET (there are articles on the codeproject site) then you stand a chance, but again not everything will be guranteed to work. However, there are some real industrial-strength Mono applications out there, so you can probably achieve what you want with some effort. len_ems wrote: what are the databases that could run both in linux and in windows? please enumerate some... MySql if you want free, otherwise, Oracle or DB2... Kevin

        L Offline
        L Offline
        len_ems
        wrote on last edited by
        #3

        sir, thank you very much for your advice...

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups