Re: [GENERAL] THIS IS NOT RELATED TO THE RDBMS BUT PLEEEEEEEEEEEEEASE

2001-07-18 Thread Kapil Tilwani

Sorry for posting HTML...  Could you just tell me where can I find certain
standard Bar-Code Fonts to be downloaded in Windows...

Kapil



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]



Re: [GENERAL] A small question about Red Hat

2001-07-11 Thread Kapil Tilwani

Do all *NIX programs work on all others ? Do  Unix programs run on Linux and
vice-versa...  ??? Would FreeBSD UNIX programs work on SCO-Unix, etc.?

Thanx

- Original Message -
From: "Trond Eivind Glomsrød" <[EMAIL PROTECTED]>
To: "Kapil Tilwani" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, July 01, 2001 7:49 PM
Subject: Re: [GENERAL] A small question about Red Hat


> (not relevant to postgresql, so I suggest you ask this on
> e.g. redhat-list: http://www.redhat.com/mailing-lists/ )
>
> "Kapil Tilwani" <[EMAIL PROTECTED]> writes:
>
> > Red Hat is Open Source and is freely downloadable, right?  But, if I
> > have acquired a CD from some source, other than Red Hat, can I install
> > on unlimited Computers?
>
> Yes.
>
> > Secondly, what if he had purchased the CD, would a copy of it be
> > illegal?
>
> No.
>
> > Also, is it easy to learn FreeBSD for someone like me who knows just
> > VB and not even NT completely.  Is FreeBSD graphical also?
>
> It has the same underlying programs as Linux has for graphical display
> (X, Gnome/KDE) - you might have a harder time getting accelerated 3D
> graphics, other than that, the programs are similar.
>
> --
> Trond Eivind Glomsrød
> Red Hat, Inc.
>


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])



Re: [GENERAL] OIDs

2001-07-11 Thread Kapil Tilwani

I would like to make it impossible to be traced as to which record came in
first and which next, however, being sequential reveal that...  How should I
ensure this?

Thanx

- Original Message -
From: "Peter Eisentraut" <[EMAIL PROTECTED]>
To: "Kapil Tilwani" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, June 30, 2001 9:53 PM
Subject: Re: [GENERAL] OIDs


> Kapil Tilwani writes:
>
> > What happens when OIDs overflow?
>
> You might get spurious problems when you are altering your schema (unique
> contraint violations on the system catalogs), but those can be overcome by
> manually advancing the oid past the area used by the system.
>
> > What are XIDs?
>
> transaction ids
>
> > What if they overflow?
>
> Your database system evaporates.  Seriously.
>
> > Secondly, OIDs are always sequential, right?  Cant they be random
>
> That would be significantly harder to keep track of.
>
> > I wouldnt like to keep a track (or from anyone finding out) which record
came in first...
>
> That wouldn't be very hard to find out without the oids either.
>
> --
> Peter Eisentraut   [EMAIL PROTECTED]   http://funkturm.homeip.net/~peter
>
>
> ---(end of broadcast)---
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
>


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



[GENERAL] Re: Fwd: Stalled post to pgsql-general

2001-02-16 Thread Kapil Tilwani

help
Hi,
It would work fine to have a web interface in case the
application could be developed with that...  In fact,
we had started working on the project with PG and Java
Servlets et al...  However, we ran into problems after
a month of designing and actual implementaiton work
was over only because the browser / HTML is too
static...
a.  Extensive coding is reqd. for datatypes
validations on all forms and reports for filtering,
etc.
b.  Added functionality would result in havoc for
adding features like Grids as in MS-Access like
forms-subforms and browsing thru such records in order

c.  Non-use of client-side processing capacity i.e.,
under-utilisation and over-burdening the server which
would in case of client-server be just handling data
which would make it much more reliable
d.  The client would not shell out a single penny when
I tell him that two servers would be ideal for him... 
One for handling data the other for handling http
requests
e.  Moving away from Windows is impossible fof him... 
He has not heard that there is any other OS other than
Windows
f.  The client is not a jackass...  I cant conn him...
 He knows what all he wants in his software
g.  I am keen on PG/Interbase
h.  I KNOW YOU CAN HELP... SO, KINDLY DO
i.  This MS-Office interface you are talking about... 
That would involve a lot of wizardry/programming...

Thanx
Kapil

--- Mark Cowlishaw <[EMAIL PROTECTED]> wrote: > 
> I was asked to develop a reasonably large database
> application for my
> company intranet. My boss comes from a heavily
> windows background and wanted
> it all developed in MS Access etc but we're
> basically a UNIX house and I
> knew that would cause havoc with the software
> developers around here (and
> myself) who much prefer the UNIX way of doing things
> (and oftentimes run
> Linux as their Desktop OS).
> 
> What did I do? I developed the application using a
> PostgreSQL backend with a
> web interface (I used Perl for rapid development,
> but would have preferred
> Java Servlets), and then used the ODBC drivers to
> connect Access to allow
> MSOffice automation and custom queries within Access
> so the boss can create
> his custom reports if he likes. Now I have the best
> of all worlds: Reliable
> backend (PostgreSQL), a platform neutral frontend
> (Web Interface) and Office
> automation through ODBC.
> 
> Works for me!
> 
> 
> - Original Message -
> From: "The Hermit Hacker" <[EMAIL PROTECTED]>
> To: "Kapil Tilwani" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, February 16, 2001 4:54 AM
> Subject: Re: Fwd: Stalled post to pgsql-general
> 
> 
> >
> > Have you looked at the available ODBC drivers?
> >
> > On Thu, 15 Feb 2001, [iso-8859-1] Kapil Tilwani
> wrote:
> >
> > > help
> > > Hi,
> > >
> > > I am a fresh graduate from India in commerce and
> do
> > > know a little about programming using VB, Java
> and
> > > Oracle...  I, along with 5 more friends, have
> received
> > > a small-time project (small for u guys, major
> for us)
> > > for developing a small application
> > >
> > > We are considering one of the foll.options
> > > A. Totally Linux
> > >a. Only option is using Swings and
> Postgres/MySQL
> > >Though this would technically be the best
> option...
> > >  But, in India, it is like only Windows is the
> > > well-known client-side operating system
> > >
> > > B. Norma for Indian
> > >a. Linux Server and Windows client
> > >b. Windows Server and Windows client
> > >
> > > Here, my problem is a very simple one...  I need
> to
> > > put my Postgres on a Windows server (this is
> > > optional... I can convince my project-giver to
> go in
> > > for a Linux server) ...
> > > However, I have a problem in that at least my
> clients
> > > would all be Windows-based... So, how do I
> install the
> > > clients... Can I get some kind of wizarded- .exe
> file
> > > for that... and where?
> > > Also, how do I make the connection between the
> Windows
> > > Server and the client... How do I specify...
> please
> > > could u send details rather than a quick
> overview ...
> > > It would be highly appreciative
> > > Lastly, is it possible to have a Linux as a
> server and
> > > the Windows clients interacting with this
> server...
> > > and pleaase plz tell me how to do
> that...  If
> > > possible, please be descriptive and help me to
> do
> > > that...
> > >
> >