vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am trying to connect to a Progress Database using Java Class.forname("com.progress.sql.jdbc.JdbcProgressD river"); String url="jdbc.JdbcProgress:T:morfeo:inv_pru:inv"; Connection con = DriverManager.getConnection(url,"",""); and it send me the exception "Database not started". I start the database with command proserve inv -S inv_pru -H morfeo -N tcp I think there is something with the database starting but I don't find it. Can anybody help me? -- Posted via http://dbforums.com |
| |||
| This would be because while you have started the Database Broker, you haven't started the SQL-92 Servers Try looking through the Progress Knowledgebase on http://tinyurl.com/i8jf and see what you can find. |
| ||||
| cferriol <member34225@dbforums.com> wrote in news:3225240.1060620835 @dbforums.com: > > I don't find the way to start SQL-92 server. > > Originally posted by Toby . Harman >> This would be because while you have started the Database Broker, you >> haven't started the SQL-92 Servers >> >> Try looking through the Progress Knowledgebase on > http://tinyurl.com/i8jfhttp://tinyurl.com/i8jf and see > what you can find. > > -- > Posted via http://dbforums.com > There is no manual way to start a SQL92 server.. The broker will fire one off as soon as a SQL92 connection request is made.. Kevin |
| Thread Tools | |
| Display Modes | |
|
|