Re: [GENERAL] ClassNotFoundException

2000-08-12 Thread Byron Nikolaidis
  I think its "org.postgresql.Driver"   Byron - Original Message - From: Sean Weissensee To: [EMAIL PROTECTED] Sent: Saturday, August 12, 2000 12:51 PM Subject: [GENERAL] ClassNotFoundException Why do I get this above error in my jsp page   here is

[GENERAL] Re: [INTERFACES] Re: Link to postgesql components

2000-07-12 Thread Byron Nikolaidis
While you're at it... How about links to all the other front-ends, like the odbc and jdbc drivers for example? I know there are plenty more front-ends and useful things that should appear in some kind of "links" section or something. I went looking for the jdbc driver on the postgresql.org si

[GENERAL] Re: [INTERFACES] SQLPrimaryKeys

1998-09-21 Thread Byron Nikolaidis
Stephen Davies wrote: > Hello again. > > Does the SQLPrimaryKeys facility work with 6.3.2 and ODBC 6.30.0249? > > If so, could someone please send me the declaration and a sample of usage. > > If not, how else can I determine which columns comprise a unique key of a > PostgreSQL table via ODBC?

Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!

1998-07-24 Thread Byron Nikolaidis
Richard Lynch wrote: > > > FWIW: > > I seldom do much more than add the tables in MS Access's stupid > query design thingy. I immediately use the menu to view SQL and > just type the SQL I want. Obviously, different folks think different ways, > and maybe you actually understand and like th

[GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!

1998-07-24 Thread Byron Nikolaidis
Bruce Tong wrote: > > > The working version of \windows\system\MSJET35.DLL is 3.51.0623.4 > > The broken version I tested was 3.50.3602.4 > > I'm not sure at what release they fixed this problem. > > > > I will dig around on MS web site. > > > > Does anyone know if its OK to redistribute the MS J

[GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!

1998-07-24 Thread Byron Nikolaidis
Bruce Tong wrote: > > > Another window appeared and said "Error while executing the query. ERROR: > The field being ordered by must appear in the target list (#1)." > > Since I hadn't specified any sorting, the "order by" part of the message > had me confused. I decided to have MS Access show m

[GENERAL] Re: [INTERFACES] ODBC Driver

1998-07-22 Thread Byron Nikolaidis
Bruce Tong wrote: > > I knew I needed to check my work before bringing the ODBC driver problems > out in the open. Here's what I've found. > > I was designing a simple query using MS-Access having already defined > an external data source to a PostgreSQL database just to make sure > things work

[GENERAL] NEW ODBC DRIVER v.0248

1998-07-22 Thread Byron Nikolaidis
Hello, A new odbc driver is available at our web site http://www.insightdist.com/psqlodbc. Regards, Byron version.txt date: 7/22/98 version: 06.30.0248 - This file describes changes and or fixes since

Re: [GENERAL] Re: [HACKERS] [Fwd: SGVLLUG Oracle and Informix on Linux]

1998-07-22 Thread Byron Nikolaidis
The Hermit Hacker wrote: > > On Wed, 22 Jul 1998, Bruce Tong wrote: > > > My comments are driven by perceptions. I admit they're uninformed. The > > topic is advertising PostgreSQL, so my perceptions are relevant. Educate > > me and the masses about your product. I'm hear because I think Postgre

Re: [GENERAL] odbc-drv wouldn't install under win nt

1998-06-18 Thread Byron Nikolaidis
Christian Steindl wrote: > is there anyone who can tell me how to install the odbc-drv under win nt 4.0 > i downloaded the last version 6-30-0245 but the setup-program does > nothing?!!? > is there a way to adapt the registry by hand? > PS: as i read before the 32-bit version of the odbc-drv sh

Re: [GENERAL] Problem with apostrophe

1998-06-17 Thread Byron Nikolaidis
Just escape the apostrophe with a backslash. Byron [EMAIL PROTECTED] wrote: > Is there any way of having an apostrophe in a data field? > It is a problem because the apostrophe is the same character as the single > quote, so the database gets a parser error when a name such as "O'Brian" > is en

Re: [GENERAL] Trouble with ODBC connection

1998-06-04 Thread Byron Nikolaidis
Daniel £a¶ wrote: > I have postgresql-6.3.2 on Slackware (kernel 2.0.30). When I try to connect > to database with C++ Builder BDE (Database Desktop) I achieve error > messages: > Could not connect to the serwer. > Could not connect to remote socket. > > Why It doesn't work. > > Here is the OD