Recent content by fraso

  1. F

    how to start with MULTI USER ?

    This is my startup at my .bat file. :eek: START /w /MAX prowin32.exe -1 c:\%RT%\sims %YYD% -pq c:\%RT%\admin\st.w now, i want a multi-user because I parallel will connect via ODBC. How do i have to start with to get a multi user mode (proserve...?) ? What should be the paramter lined up ...
  2. F

    how does web app connect to progress DB?

    Hi, thanks. do you have a sample how to connect thru PHP and the JAVAdll to the database and another sample how to do a SELECT in PHP ? i need that really.... thanks to you all folks for the gread forum , fraso
  3. F

    how does web app connect to progress DB?

    hi, can you help me how to connect via php to get data from my progress db ? All on one Windows mashine. One user! 9.1C unfortunally i found some talking about that on progresstalk but no real solution or connection string for php. is there any sample for a connection string ? for MYsql we...
  4. F

    dump with komma delimiters

    Well, I found a simple way myself on the other side: mySQL. SOLUTION: Just add a ENCLOSED BY '"' to the mySQL Load Statement. Then, mySQL is smart enough to understand the .d file and it is pretty FAST! Got 50MB in dump in less than a minute into the database.... thanks for your help. fraso
  5. F

    Looking to dump my progress db to a .sql file?

    Hi, I tried the same. After I go to tools/ data administration/ PRO/SQL I have selected my database and a table. When I try to PRO/SQL Drop Down, the DUMP AS CREATE TABLE is not clickable.... it is only gray. what can I do ? When I trie a little bit, I got the msg "There are no views in...
  6. F

    dump with komma delimiters

    Hi, i searched a while on this forum but did not find the answer. I am not very known of progress. I am sorry. The dump file i get know the text like names are in "" but numbers are not. so if i import it and use the space as delimiter, it split´s the names for example. Import in PHP: $sql =...
  7. F

    connect the 9.1c in PHP

    hi, thanks for reading. i got win xp pro, progress 9.1c as I check the win odbc, there is NO odbc driver or link to the database but... there is somehow a tool installed, which runs a php script to read data out the database. this php is encrypted so i do not see how. i need read out of that...
Top