Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6237907
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T11:07:00+00:00 2026-05-24T11:07:00+00:00

I got a sql database host by a server and I need both access

  • 0

I got a sql database host by a server and I need both access to the data and write some data. My question is what is the best way to do this ? I would be ready to drop the sql if you guys think there is a better way (even if I though it’s the best way, knowing that a lot of user could have access to the data at the same time).

Well, I need some advices.

Cheers

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T11:07:01+00:00Added an answer on May 24, 2026 at 11:07 am

    I suggest you to create API (application programming interface) on you server to interact with your data. The simplest will be the one which works over http.
    This way you could also manage access for each user.

    For example:
    Server with php and cfpropertylist library installed.

    if ($_GET['action'] == 'lists') {
        // connect to database and fetch data
        // transform it to properly list using cfpropertylist library and print it
    }
    

    On iPhone install ASIHTTPRequest library.
    It will simplify the process of making requests to server.

    NSURL *url = [NSURL URLWithString:@"http://server?action=lists"];
    __block ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];
    [request setCompletionBlock:^{
        NSData *responseData = [request responseData];
        id structure = [NSPropertyListSerialization propertyListFromData:responseData
                                                        mutabilityOption:NSPropertyListImmutable 
                                                                  format:NULL 
                                                        errorDescription:nil];
    }];
    [request setFailedBlock:^{
       NSError *error = [request error];
    }];
    [request startAsynchronous];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got and sql express database I need to extract some data from. I
I've got an MS access database and I would need to create an SQL
I've got a SQL Server database with the the following tables: Client (ClientID, ClientName)
I've got a (SQL Server 2005) database where I'd like to create views on-the-fly.
We've got a product that uses a Microsoft SQL Server database. We've got customers
I've got a rather large SQL Server 2005 database that is under constant development.
I've got a T-SQL stored procedure running on a Sybase ASE database server that
I've got a large table in a SQL Server 2005 database and I'd like
I need to let my Rails app connect to a MS SQL Server database
I have got SQL Server database in which Table column name have spaces. For

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.