Closed Thread
Results 1 to 5 of 5

Thread: Over my head

  1. #1
    ucfcarver is offline Newbie
    Join Date
    Sep 2009
    Posts
    16
    Rep Power
    0

    Unhappy Over my head

    I am working on a project for work involving collecting data and inserting it inot an sql databse.

    The data is collected on a remote computer that travel in and out of network coverage. When in the network I need to upload a file to the server.

    However it is a little more complicated then just a straight forward upload.

    The remote computer is a Linux system(ubunut)
    There server is microsoft sql express
    the upload needs to be automated when in the network

    I can automatically trigger the upload sequence, however i can not figure out how to set up a program between the remote box and the server to handle the file upload. What i have been looking at is using html to upload the file and then a cgi on the server to hand the insertion into the database.

    I am new to progamming, linux and sql servers so the answer may not be that complicated but i am unable to figure it out. Any help would be great.
    Last edited by ucfcarver; 09-10-2009 at 10:55 AM.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Over my head

    I would just connect directly to the database server and issue the SQL statements to upload the data.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Jordan Guest

    Re: Over my head

    As WP said above, you should be able to connect directly to the database server and send the file that way.

  5. #4
    ucfcarver is offline Newbie
    Join Date
    Sep 2009
    Posts
    16
    Rep Power
    0

    Re: Over my head

    In a linux system how do I get the sql commands. I have read about what is called an ODBC bridge which seems to be some sort of libraries.

    I am not sure the proper method to go about accessing the sql database from the linux environment.

    If you could point me in the right direction of some example that would be great.

  6. #5
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Over my head

    ODBC bridges are optional, and only apply to the computer you are running the program on, not the server.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. PHP creating dynamic jquery head script
    By scottybrannan in forum PHP Development
    Replies: 6
    Last Post: 07-22-2011, 12:19 PM
  2. high school head start C# and .net
    By Thelinuxman in forum C# Programming
    Replies: 0
    Last Post: 07-02-2010, 07:32 PM
  3. snake game deleting old head segment
    By 01hmyoung in forum C# Programming
    Replies: 1
    Last Post: 02-18-2010, 12:19 AM
  4. Reconstruction of human head 3D model by photos
    By eXcept in forum General Programming
    Replies: 1
    Last Post: 02-17-2009, 08:32 AM

Tags for this Thread

Bookmarks

Posting Permissions

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