Re: Gui4Cli Internet application
Dimitris Keletsekis <[email protected]>
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <CAHiKg1VQDpOrUzuvy-6wzrPDsKWNZ5K+WxS7d5g0AvLia2ZSWA@mail.gmail.com> |
Hi Frans, I don't know if this is what you want, but I there is a dll for handling an SQLite database. Last version I have was SQlite 3. With this you can just use g4c to access the database directly, so if you make a g4c exe which your users can download, it may be all you need. All the best, Dimitris On Thu, Sep 22, 2011 at 10:28 PM, Marianne <[email protected]> wrote: > ** > > > Dear members > > It is very quiet here at the forum since July this year. However I do have > a question or rather a problem and will appreciate some help. > > I developed an application (information) working on an internal server. I > want to port the application to the Internet. It is a database application > for a university timetable. On the server I use gdb datafiles. For the > Internet I will have to use a database such as Microsoft Access, MySql > (multi-users). (I want to keep GuiCli as the front end. Users will have to > download the application. I actually need a plug-in.) > > All code is written in Gui4cli (with this I do not have a problem.) The > data I can read by using Asp for example (I know a little Asp) but how do I > get the information into Gui4cli. I want to send a query to the the > database, then the result must be send back to Gui4cli where the data are > manipuated and in some cases written back to the database. > > Is there anyone that can give me advice on this. I will appreciate it a > lot. Can it be done or am I too optimistic? > > Kind regards. > > Frans > > >