RE: writting shell script to create database.

2003-02-21 Thread Dan Muey
Depends on the shell. If you don't want to use perl for this, ( I have no idea why you wouldn't ;p ) You'll need to see your specific shell's info. Otherwise I'm sure there are plenty of Us ready to assist in helping you learn how to do what you say via perl. > > > Hi, > I am sorry for put

RE: writting shell script to create database.

2003-02-21 Thread yargo
perldoc DBI -Original Message- From: Pankaj Kapare [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 22, 2003 12:12 AM To: [EMAIL PROTECTED] Subject: writting shell script to create database. Hi, I am sorry for putting my question on this platform.But i got stuck up at one

writting shell script to create database.

2003-02-21 Thread Pankaj Kapare
Hi, I am sorry for putting my question on this platform.But i got stuck up at one thing.Can anybody help me? I want to write the shell script to create database and running one script file (.sql) in the same shell script which will create some tables.under newly created database. But I dont k