Freelancers Forum Messages on Sunday April 8th 2001
Re: FN-FORUM Charging for Object Oriented Code
date posted 8th April 2001 14:32
Hi Antonio
> Does anyone here use object oriented code for
> writing web applications (In
> php or asp preferably)?
Yes definitely the way forward...
> How do you cost the creation of these obj...
Re: FN-FORUM Access or FoxPro
date posted 8th April 2001 14:00
Hi Mark
The conclusion that I've drawn from our recent discussion on Access and
connection numbers is that if you can use Access 2k with MSDE rather then
JET as the data engine that you should be OK...
Re: FN-FORUM Access or FoxPro
date posted 8th April 2001 13:36
Access is definately the preferred method of the solution for a web-based
application, although I have never used Foxpro to be honest.
SQL Server is obviously the better solution - but as you have s...
Re: FN-FORUM Charging for Object Oriented Code
date posted 8th April 2001 13:18
On Sat, Apr 07, 2001 at 11:19:12AM +0100, Antonio Gould wrote:
> Hi all,
>
> Does anyone here use object oriented code for writing web applications (In
> php or asp preferably)?
Yes - although it...
Access or FoxPro
date posted 8th April 2001 11:57
Hi All,
I wish to host a database on one of my sites, the options on offer are
Access or FoxPro. I know that Access slows down when handling around 10 or
more concurrent connections. Is FoxPro a bet...
RE: FN-FORUM silly sql question...
date posted 8th April 2001 09:25
SELECT * FROM table LIMIT 10, 20;
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of Rick [Kitty5]
Sent: 06 April 2001 15:41
To: List [FN-Forum]
Subject: FN-FORUM silly sql...
silly sql question...
date posted 8th April 2001 08:16
Hi all,
I am just wondering if there is a better way of doing this.
I need to select X number of records from a table, i do not know any of the
values of the data in advance, so cannot use a where...