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
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
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
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
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
--- 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
Dear friends,
Which data support unicode on the Linux platform?
Thanks.
24 matches
Mail list logo