Fw: Database interface in Linux

2002-12-09 Thread Sherif D Mohamad
BC driver set which is open source I don't > >know how it works, if you have JSP pages JDBC is the way to go. > > On Sun, 2002-12-01 at 14:52, Sherif D Mohamad wrote: > > Hello All, > > > > I know that to access a database from a web application on windows we need

Database interface in Linux

2002-12-01 Thread Sherif D Mohamad
Hello All, I know that to access a database from a web application on windows we need to setup an ODBC in the windows control panel, How to do that in Linux ? For example if I have an oracle database on another server, and a JSP web site, how can the site connect to the database ? I will install

Re: mysqld rh8.0, connect tcp error?

2002-10-23 Thread Sherif D Mohamad
I do not know the error : error query string But you have to login locally as root to mysql first and enable login from other IPs , look at : http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Adm inistration.html#Adding_users To use : Grant on somedatabase.sometable to AUse

Re: Can't bind LDAP port 389

2002-10-23 Thread Sherif D Mohamad
Are you trying to start it while you are logged in as root ? Also try netstat -an and see if port 389 is used on your machine. Also you may put it in /etc/services if the port is not there. - Original Message - From: "Hugo Tavares" <[EMAIL PROTECTED]> Cc: "Forum RED-HAT" <[EMAIL PROTECTE

Re: Cron job

2002-10-22 Thread Sherif D Mohamad
This is a vi editor just press i Then enter what you want to enter in the crontab format min hour day-of-month month day-of-week command - Original Message - From: "ebinc" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 5:17 AM Subject: Cron job > Hi Lis

Quota Question

2002-10-22 Thread Sherif D Mohamad
Dear All, I have redhat 7.3 I enabled quotas 1- I want to know how to set a default quota so that when I create any user his quota is set to this default ? 2- If I set user quota and left group quota not set (it's defaults is zeros) or which override which , user quota or group quota? Thank You