Results 1 to 3 of 3

Thread: web services

  1. #1
    Join Date
    Feb 2010
    Posts
    1
    Rep Power
    0

    Default web services

    I am wondering if there is a server such that i can

    1. enter the connection string { ms access, sql server, mysql}
    2. enter the sql string
    3. it can then create a webservice which can be consumed by scripts like yui, jquery or programming language from any platform
    4. hopefully but not a must have, create caches.

  2. #2
    Join Date
    Oct 2009
    Posts
    785
    Rep Power
    0

    Default

    not exactly sure what you are looking for. Are you looking for a service that interfaces with a DB and returns a result set that could possibly be cached?

    If that is what you are looking for, why not use something such as ADODB ?

  3. #3
    Join Date
    Feb 2003
    Posts
    3,184
    Rep Power
    0

    Default

    Allot of the php frameworks have scripts that autogenerate code files, REST services and SOAP services but usually you will always need some programming/tweeking unless you just want generic stuff.

Posting Permissions

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