Re: Looking for a query builder that will...



"Barry" <barry_wells@xxxxxxxxxxxxxxxx> wrote in message
news:42b95600$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> work with Delphi 2005 and allow me to populate the tables and fields
> programmically. I have two web services that pass the table names and
field
> names. I want to take the results from the gettablenames and
getfieldnames
> and populate the query builder myself. Again, I don't have a direct
> connection to the tables on through web services. Any help would be
> appreciated.
>

I have client applications that manipulate the data structure used in Korzh
Simple Query without having any connection to the database. I don't build
the whole thing from scratch, but I suppose that would be a logical
extension of what I'm doing. It has a nice API that allows you to modify
just about everything programmatically. There is a bit of a learning curve
on it, but it's very powerful. http://www.korzh.com

-- Herbert Sitz



.



Relevant Pages

  • Re: How to hanlde losing connection during Async Replication
    ... Web services do poorly with more than this. ... > Merge Replication? ... >> was being updated by the merge repl callback handlers and if ... >>> For our users that will be using GPRS or WiFi as their connection ...
    (microsoft.public.sqlserver.ce)
  • Re: How to hanlde losing connection during Async Replication
    ... don't have a feel on what would be a valid interval to figure that the repl ... Your mention of Web Services has caught my attention. ... Merge Replication? ... >> For our users that will be using GPRS or WiFi as their connection method, ...
    (microsoft.public.sqlserver.ce)
  • Re: Consuming Web Service on Shared Hosting Platform
    ... I have a really simple test app which consumes two public web services ... A connection attempt failed because the ... the easy advice is to call the hosting service and check their docs ... If it is a common problem, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Performance better with DataSet or DataReader or ...???
    ... If you were to use a DataReader to populate a DataTable ... One may argue that you'd have to do that anyway since if the data structure ... So in any case I wasn't planning to leave an open connection to ... >> public class MyClass ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Reusable Database connection for Combo Box, list box and other query
    ... List boxes. ... languages you have an abstraction to the database where you can pass ... Here is code to populate one of my Combo boxes. ... I have one more and I have to repeat my Connection code each time: ...
    (microsoft.public.excel)