Re: SQL database and JDBC

2002-11-09 Thread Jesus M. Salvo Jr.
Don't know about having to compile it, but binary installation is much easier: http://www.sapdb.org/htmhelp/41/03393cddb05357e1000a114084/content.htm unpack the tar.gz file run the installation program then add something to your PATH after which you create the database. Then you

Re: SQL database and JDBC

2002-11-09 Thread Avi Cherry
At 11:49 AM +1100 11/9/02, Jesus M. Salvo Jr. wrote: My favourite: SAP-DB: http://www.sapdb.org/ http://www.sapdb.org/sap_db_jdbc.htm I am still surprised that not too many people have not taken up SAP-DB, despite being GPL and LPGL, and having some features that other proprietary databases have

Re: SQL database and JDBC

2002-11-08 Thread Jesus M. Salvo Jr.
http://www.sapdb.org/htmhelp/e2/55683ab81fd846e1000a11402f/frameset.htm On Fri, 8 Nov 2002 05:17, Cuong Nguyen wrote: > Hi everyone, > > Can anyone recommend an SQL server for Linux which provides JDBC API for > database connectivity? > Th

Re: SQL database and JDBC

2002-11-07 Thread Mario Medina Nussbaum
postgresql and mysql have jdbc with postgre you only need to install postgresql-jdbc package, and in /usr/lib/pgsql will be the jdbc.jar files. Cuong Nguyen wrote: Hi everyone, Can anyone recommend an SQL server for Linux which provides JDBC API for database connectivity? Thanks Alan

Re: SQL database and JDBC

2002-11-07 Thread Nathan Meyers
On Thu, Nov 07, 2002 at 12:17:12PM -0600, Cuong Nguyen wrote: > Hi everyone, > > Can anyone recommend an SQL server for Linux which provides JDBC API for > database connectivity? Definitely PostgreSQL, probably also MySQL (although I haven't done that one with JDBC). Nat

Re: SQL database and JDBC

2002-11-07 Thread Erik Jensen
--- Cuong Nguyen <[EMAIL PROTECTED]> wrote: > Can anyone recommend an SQL server for Linux > which provides JDBC API for database > connectivity? Yeah, PostgreSQL is a great ACID compliant database. You can find it at http://www.postgresql.org. The JDBC driver can b

RE: SQL database and JDBC

2002-11-07 Thread Le, Paul [Contractor]
Cuong, mySQL supports JDBC. -Original Message- From: Cuong Nguyen [mailto:cuong_nguyen@;commdec.com] Sent: Thursday, November 07, 2002 12:17 PM To: [EMAIL PROTECTED] Subject: SQL database and JDBC Hi everyone, Can anyone recommend an SQL server for Linux which provides JDBC API for

Re: SQL database and JDBC

2002-11-07 Thread Avi Cherry
At 12:17 PM -0600 11/7/02, Cuong Nguyen wrote: Can anyone recommend an SQL server for Linux which provides JDBC API for database connectivity? Postgresql. Information, downloads, full documentation can be found at: http://www.postgresql.org

SQL database and JDBC

2002-11-07 Thread Cuong Nguyen
Hi everyone, Can anyone recommend an SQL server for Linux which provides JDBC API for database connectivity? Thanks Alan Nguyen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Re: access to mysql database

2002-02-22 Thread Jesse Stockall
On Thu, 2002-02-21 at 12:21, MD. Tauhidul Islam wrote: > when I try to access a database with its user = "root" from java application and jsp >, I get the following error: > > Server configuration denies acccess to data source > > Can anyone help me resolving the p

access to mysql database

2002-02-21 Thread MD. Tauhidul Islam
when I try to access a database with its user = "root" from java application and jsp , I get the following error:   Server configuration denies acccess to data source   Can anyone help me resolving the prob?   ~ Tauhid

local -remote database

2001-07-15 Thread santhosh . joseph
Hi, I'am trying to implement a system which does the following : The Client m/c's are proposed to be loaded with Java Application (Client) and Local database (MS Access). After processing, some specific data will have to be extracted from the local database, displayed in a table

4 alphaWorks XML Tool Updates, half-dozen leading XML editors, Transformusing XSLT and XPath, Relational database to XML, Why SOAP

2001-02-12 Thread Anuraj Singh
utorial introductory version of Ken Holman's "Practical transformation using XSLT and XPath (XSL transformations and the XML Path Language) will help you understand these important standards efforts. Practical transformation using XSLT and XPath http://www-106.ibm.com/developerworks/educ

re: database connectivity

2000-01-26 Thread Ryan Thompson
Title: re: database connectivity Is anyone aware of any tools/software that will allow one to access an .MDB file on a linux box from Java(don't ask why, please). It will be for querying only. There will be no connections to M$ Access or any Winbox at all for that matter, just the file o

Re: database connectivity

1999-08-04 Thread Wim Ceulemans
age()); } try { connection = DriverManager.getConnection(url,login,password); } catch (SQLException ex) { Error.error(ex.getMessage()); } where driver = "postgresql.Driver"; and url = ""jdbc:postgresql://host:5432/database"; where host is the name of

database connectivity

1999-08-03 Thread R MUTHUSWAMY
hi guys, i have postgresSql in my linux box i want to connect to it. I don't know the way. i think i should have the driver installed in the client side. And the postmaster is running in the server machine. Any thing else is needed for the connectivity. Ask me if you don't get the ques

Re: Database

1999-05-15 Thread Clayton Cottingham
Stefan Proels wrote: > Hi Gary, > > > I am trying how to find out how one may represent data from java into a database. >I know one needs a JDBC driver, but if I have installed JKD1.2 do i already have JDBC >installed with it? Or do i have to instll it separately. > > T

Re: Database

1999-05-15 Thread Stefan Proels
Hi Gary, > I am trying how to find out how one may represent data from java into a database. I >know one needs a JDBC driver, but if I have installed JKD1.2 do i already have JDBC >installed with it? Or do i have to instll it separately. The basic JDBC interfaces are part o

Database

1999-05-15 Thread Gary Freets
Hi, I am trying how to find out how one may represent data from java into a database. I know one needs a JDBC driver, but if I have installed JKD1.2 do i already have JDBC installed with it? Or do i have to instll it separately. Thanks Gary

Re: Web based database

1999-02-28 Thread Christopher Rowan
eedback for the above questions should get us started! Robert Mullen wrote: > > I am attempting to put together a web based database package for a non > profit venture. It will run off of RH 5.2, Apache 1.3, MySQL, and JRun using > servlets. I have all of the above pieces put together

Web based database

1999-02-28 Thread Robert Mullen
I am attempting to put together a web based database package for a non profit venture. It will run off of RH 5.2, Apache 1.3, MySQL, and JRun using servlets. I have all of the above pieces put together except the servlet sdk. I downloade d the one listed on Sun's site (under Solaris) but I

Re: Which database support UNICODE?

1998-09-14 Thread David Warnock
Gao Lei wrote: > > Dear friends, > > Which data support unicode on the Linux platform? > > Thanks. Gao, Interbase 5 definately does support unicode but is commercial. It looks from the to-do list as if postgresql 6.4 will support unicode but I don't know for sure, nor do I know the timetable

Re: Which database support UNICODE?

1998-09-14 Thread Peter T Mount
On Mon, 14 Sep 1998, Gao Lei wrote: > Dear friends, > > Which data support unicode on the Linux platform? JDBC with PostgreSQL doesn't yet support unicode in standard fields. That may change after we get the next version released on Oct 1st. Peter -- Peter T Mount [EMAIL PROTECTED]

Which database support UNICODE?

1998-09-14 Thread Gao Lei
Dear friends, Which data support unicode on the Linux platform? Thanks.