Search results

  1. M

    Is progress connection really closed?

    I have a c# application that uses the 'merant 4.10 Sql92' driver to connect to a progress database (I am running progress 9.1e). I can connect and pull information from the database with no issues. I have a log that shows when a call is made to the database and then when the user making the...
  2. M

    Printing French Characters

    I checked and we are using character set iso8859-1. Also I ran a simple query and sent the output to a text file and the french accents do not appear correctly within the text file. Matt
  3. M

    Printing French Characters

    I am using EB version 9.1 SP8. We have started dealing with a lot more french customers lately (some of them have accents in their names or address). We can input these accents into customer maintenance and they show up fine. The problem arises when we print a report containing the french...
  4. M

    Storing results of Select Statement

    I am just curious to see if there was a way that I could store the results of an embbed SQL select statement into a table in progress. Usually I do this by using foreach statements or other native 4GL code. As for embedded SQL not being supported anymore, I have not heard or read anything...
  5. M

    Storing results of Select Statement

    I have a progress program where I query the database using a couple of select statements. My question is how do I store the data that is returned from a Select statement in progress so I can use it later on in the program? Thanks Matt
  6. M

    Select Statement and record locks

    I have a progress data base and also a SQL Server database. I am using c# to pull from the progress database and insert into the sql database. I am using simple select statements. The problem is sometimes when I run this application to refresh the data it pulls nothing because I am getting...
  7. M

    Granting DBA priviledges. Getting an error.

    Casper, No, there are other users on the system at the same time. I cannot figure out how to login in single user mode. Thanks Matt
  8. M

    Granting DBA priviledges. Getting an error.

    I have a progress database where I am attempting to grant dba priviledges to a specific user. I am currently running Progress 9.1e. I have tried all sorts of different ways of granting this priviledge but am getting the following error message: SQL Exception 1 SQLState = HY000 ErrorCode =...
  9. M

    Finding the clients IP address

    Thanks for your help. it@flude.co.uk how do you run this program, everytime I try and run it I get a mismatch in arguments error. Thanks Matt
  10. M

    Finding the clients IP address

    Does anyone know how to find the clients IP address. I am using progress 9.1e. Any help would be greatly appreciated. Thanks Matt
  11. M

    cph_hist table (cph_sales[12] field) question

    I am new to QAD and was wondering if the cph_sales field in cph_hist is dealing with Gross or Net Sales. You help would be appreciated. Thanks Matt
Back
Top