User Profile

Collapse

Profile Sidebar

Collapse
YAMS
YAMS
Last Activity: Oct 21 '11, 04:40 PM
Joined: Sep 10 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Connect to a local MySQL database from a remote computer using phpMyAdmin

    I'm a MySQL newbie.. So, please forgive me if it's a simple question :)

    I'm developing a system to get some specific data and store it to a database using C#. I have almost finished the system.

    I'm using a MySql database running locally on my machine. I need this database to be accessed remotely so that my employer can view the data. He told me to create a phpMyAdmin interface for the database, but I don't have experience...
    See more | Go to post

  • Get address/country of a website given it's hostname using C#

    I need to find out the location (address or country) of any website given its url. Is there any FREE website, API, or code that can be used to find out this data?

    I want the solution to provide a way with UNLIMITED number of look ups.

    I'm using C#.

    Thanks in advance
    See more | Go to post

  • Amazon Product Advertisement API: How to get results from UK site only

    I'm a new user of "Amazon Product Advertisement API" with C#. I'm using AWSECommerceSer vice service to search for books satisfying specific query.

    Code:
    // prepare an ItemSearch request
    ItemSearchRequest request = new ItemSearchRequest();
    request.SearchIndex = "Books";
    request.Title = "";
    request.Author = "Ernest Hemingway";
    request.ResponseGroup = new string[]
    ...
    See more | Go to post
No activity results to display
Show More
Working...