Search results

  1. C

    restoring a source database

    You say: In the doc it says that if the restored database has replication enabled, it still wil be enabled after restore. thats different. The line before states: So in this case you need te disable replication for the source database, reenable it and make a new target database from...
  2. C

    Organize W/P file in 1 folder and R file in another folder

    well if you deploy your application you just want to deploy the .r files (well most likely a procedure library made from it). Just tell the compiler where to save the r-code files to. (save into option). Regards, Casper.
  3. C

    (+) in the query

    the + sign means outer-join.
  4. C

    Progress Openedge 10 connection to SQL Server 2008, how ?

    Re: fish recipes is this from within your Progress session?
  5. C

    Windows 64Bit DLLs for Progress9 and Progress10 Connection

    Well since this thread is spammed for the 100th time or so, I might as well update this. Progress has plans to support 64-bit odbc drivers for all supported os versions starting R 11. In the mean time Progress has supplied native 64-bit drivers for Windows (OE 10.2A), AIX (OE10.2A03) and...
  6. C

    Real Time Monitor Screen

    What is your progress version and what code is failing? Regards, Casper.
  7. C

    Order of where conditions

    Since this is sql92 I dont think use-index will work :-) You can give an index hint to the optimizer by using with index ("index-name"). If the index is in the list of indexes which can be used it will be used. SQL is using, unlike Progress, a cost based optimizer. to see what effects changes...
  8. C

    From 8.2b db to space delimited dump

    You can do a binary dump in version 8 to load it in V9. (Why do you use such ancient versions of OS and Progress releases, your data doesnt mean much to you I suppose, and if thats the case why put it in a database anyway). This kinda feels like explaining pong on a game forum :P Regards, casper.
  9. C

    Open Edge Upgrade -- Started thread under DB Admin too

    You only had to follow the link in Toms signature. Then after looking at the benefits of dbAppraise you find protop here: http://www.dbappraise.com/protop.html Regards, Casper
  10. C

    maximum filesize on linux

    Out of my head, 1TB is the maximum size of an extent.
  11. C

    VB.NET Connection to a Progress Server

    Can it be that you compiled it 64 bit in stead of 32 bit? 64 bit client cannot connect to a 32 bit appserver. (Don't ask why :-)). We had the same issue with our WPF front end which accidentally got compiled 64 bit. KB P125260: Regards, Casper.
  12. C

    Word or Excel in IE 8

    Put a mime header on it and stream it to the web browser. And second: Why would you want to call an office application on the appserver? Reagrds, casper.
  13. C

    probkup

    ehm well I dont think I can get much clearer.. the command line you have to use is what I have posted. If you have no clue what it means then you should not work with a database. But anyways to continue explaining what you have to, first begin by stating your progress version and OS the...
  14. C

    How to connect Progress Database from DotNet

    I hope you know realize that using .NET open client is much better then using ODBC.
  15. C

    probkup

    form the manual startup using proenv for example: Regards, Casper.
  16. C

    RECTANGLE RECT-3 does not fit in parent DIALOG-BOX d_newobj. (6491)

    Lol, ok, I wont go down that road again :-)
  17. C

    RECTANGLE RECT-3 does not fit in parent DIALOG-BOX d_newobj. (6491)

    Before reinstalling progress search the knowledgebase for the error (6491) there can be numerous other ways which can cause this problems like fonts in your ini for instance: Regards, casper.
  18. C

    passing parameters problem.

    Ok, I should ask why you need that many and or big paramters. I think you need to review your code and design. But I suggest using POST method for forms and not GET. Regards, Casper.
  19. C

    Sea Unregue

    No it is not possible to extract data from te database without connecting it :-) You can however use sql to extract data from the database and then deal with it in PHP which ever way you like. (including making a flat file). I think it is more then important to upgrade your Progress version...
  20. C

    Spam

    I agree it is a bit annoying to have to fill in the captcha with every post.... cant we just dos-attack the spammers? :-)
Back
Top