Re: Re: Gui4Cli Internet application
Dimitris Keletsekis <[email protected]>
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <CAHiKg1USBsbbrDw2vADpwnW8Yf71eEpBz-hsJ+1JEJ2ffBbFCA@mail.gmail.com> |
I suppose that the Open command works ok if you do it through another language? That would mean that there is a problem with how sgl3 opens files. Dimitris On Tue, Sep 27, 2011 at 2:08 AM, Marianne <[email protected]> wrote: > ** > > > Hi Dimitris > > Thank you very much. I am using the Sql3 dll but my problem is the > connection string. I do not know what it will be and tried everything. > Thought of the following for example: > > sql3.Open "http://website/folder/tt.db" mydb #this Fields > > but it does not work (gui4cli crashes). > > Regards > > Frans > > --- In [email protected], Dimitris Keletsekis <gui4cli@...> wrote: > > > > 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 <marianne976@...> 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 > > > > > > > > > > > > > >