|
Hello Venky,
The format for the MySQL could vary with the
version. You should have the Driver in the
classpath of the Pramati Studio/Server. For this,
you must edit runadmin.bat (for Pramati
Server) or runstudio.bat (for Studio) and include
the path to the driver file/package in the
CLASSPATH variable.
The most commonly used Database URL and Driver
are:
URL=jdbc:mysql://host:port/databasename
where, host is the machine/host on which you have the database e.g. localhost port is the port on which the database is running e.g. 3306 databasename is the name of the database e.g. Account The URL could
be:
jdbc:mysql://localhost:3306/Account Driver=org.gjt.mm.mysql.Driver
Drivers for the MySQL can be downloaded from
http://www.mysql.com/downloads/api-jdbc.html Regards, Prateek ---------------------------------------------------------------------------------------------------------------------- Prateek Bansal Pramati Technologies (P) Ltd. #301 White House, Begumpet Hyderabad 500 016 India. Tel +91-40-341-1672 (O) +91-40-341-1673 (O) +91-40-776-9310 (R) Fax:+91-40-341-1676 Email: [EMAIL PROTECTED] |
- Re:mysql with Pramati Prateek Bansal
- Re:mysql with Pramati Prateek Bansal
