Results 1 to 7 of 7

Thread: conection between server and terminal using network

  1. #1
    Join Date
    Oct 2005
    Posts
    4

    Question conection between server and terminal using network

    Hi there,
    I want to start develop a program who receives dates from a server.
    Actually, the program will update his tables from a server.

    The question is: how do i connect to server to receive data?
    …using ports? or ...?
    If someone has any kind of ideas, examples with comments or not...please let me know.
    10x.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    What kind of server? Are data from any rdbms or from data files?

  3. #3
    Join Date
    Oct 2005
    Posts
    4
    aaaaa
    what is rdbms...?
    what is the difference between rdbms and data files?
    sorry...i'm green...
    10x

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    Rdbms is relational database system like Oracle , sql server, and so on. Data file is text file contains data.

  5. #5
    Join Date
    Oct 2005
    Posts
    4

    Thumbs up

    Quote Originally Posted by rmiao
    Rdbms is relational database system like Oracle , sql server, and so on. Data file is text file contains data.
    I got it. I will use Rdbms. What is your sugestion?
    10x.

  6. #6
    Join Date
    Sep 2002
    Posts
    5,938
    I'll use ms sql server if develop apps in windows environment.

  7. #7
    Join Date
    Jul 2003
    Posts
    421
    well,
    you can have more then one chooses
    1) PHP + apach + MYSQL
    2) asp + MS SQL or access
    3) tomcat + Java + MS sql or My sql
    most of the sofware is free.
    choose the language first and built a envirmonent , the last step is think about the write code.
    if your green , don't start at java
    php is a good choose.
    ________
    SUZUKI CONCEPT X HISTORY
    Last edited by sql; 03-06-2011 at 01:55 AM.

Posting Permissions

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