[fpc-pascal]Re: CGI Programming...

2003-06-09 Thread Rainer Hantsch
Hi! I read about your question "... if it is wise to use pascal..."... :-) Yes, it definitely IS. You have a very good programming language which allows you everything you will normally need. And it is really EASY to write CGI applications with it. - And it is highly reliable and does not have t

Re: [fpc-pascal]CGI Programming

2003-06-09 Thread James Mills
On Mon, Jun 09, 2003 at 09:50:33PM +0200, Michael Van Canneyt wrote: > > > On Mon, 9 Jun 2003, James Mills wrote: > > > On Mon, Jun 09, 2003 at 06:10:25AM -0600, [EMAIL PROTECTED] wrote: > > > > > > > > > > > > > > ezcgi is outdated. The new release 1.0.8 contains the 'cgiapp' unit > > > > which

[fpc-pascal]sockets (a beginer's question) (client-server)

2003-06-09 Thread Ivan Petrov
Hello! At first I have to send my thanks to Rainer Hantsch for my first question! And then I beg your pardon for my bad english! I hope you'll understand me. so...oCrt is a very good unit !!!...and so easy to use! But after a couple of days of testing diferent example programs (from fpc docs), I

Re: [fpc-pascal]ODBC

2003-06-09 Thread Michael Van Canneyt
On Mon, 9 Jun 2003, DEMIERRE OsvaldoTECSIS wrote: > Hi > > I am running FPC 1.06 on WIN2000 and I want to work with MySQL 4.0.13. I > tried to run el demo program "TESTODBC.PP" (previous adapter it) but I have > problem with fields of type "VARCHAR"... Question: only support is for type

Re: [fpc-pascal]CGI Programming

2003-06-09 Thread Michael Van Canneyt
On Mon, 9 Jun 2003 [EMAIL PROTECTED] wrote: > > > > > > ezcgi is outdated. The new release 1.0.8 contains the 'cgiapp' unit > > which has all that ezcgi had, but is embedded more in the FCL. > > > > I suggest you download the latest FCL sources, or get the new release. > > > Is there a binding f

Re: [fpc-pascal]CGI Programming

2003-06-09 Thread Michael Van Canneyt
On Mon, 9 Jun 2003, James Mills wrote: > On Mon, Jun 09, 2003 at 06:10:25AM -0600, [EMAIL PROTECTED] wrote: > > > > > > > > > > ezcgi is outdated. The new release 1.0.8 contains the 'cgiapp' unit > > > which has all that ezcgi had, but is embedded more in the FCL. > > ezcgi is outdated ? It suit

[fpc-pascal]ODBC

2003-06-09 Thread DEMIERRE Osvaldo TECSIS
Hi I am running FPC 1.06 on WIN2000 and I want to work with MySQL 4.0.13. I tried to run el demo program "TESTODBC.PP" (previous adapter it) but I have problem with fields of type "VARCHAR"... Question: only support is for type "CHAR"? Another question: I have modified this example program for

Re: [fpc-pascal]CGI Programming

2003-06-09 Thread James Mills
On Mon, Jun 09, 2003 at 06:10:25AM -0600, [EMAIL PROTECTED] wrote: > > > > > > ezcgi is outdated. The new release 1.0.8 contains the 'cgiapp' unit > > which has all that ezcgi had, but is embedded more in the FCL. ezcgi is outdated ? It suits me just fine :) How is cgiapp better than ezcgi (j

Re: [fpc-pascal]CGI Programming

2003-06-09 Thread vkrish
> > ezcgi is outdated. The new release 1.0.8 contains the 'cgiapp' unit > which has all that ezcgi had, but is embedded more in the FCL. > > I suggest you download the latest FCL sources, or get the new release. > Is there a binding for FastCGI ? It is a good alternative to plain CGI. cheers