Search results

  1. J

    trigger and sequence (SOLUTION)

    Hi,all, When converting from MSAccess to Progress91d, the problem arised that the 'autonumber' type from MSAccess doesn't exist within Progress (SQL). Because only the database was converted to Progress and the MSAccess 'clients' will connect via ODBC to the Progress database, the autonumber...
  2. J

    Error in Progress9.1d - JDBC Connection

    Hi, don't you use the merant ODBC driver and connect with tcp ?
  3. J

    [JDBC Progress Driver] ErrorCode=-210022

    I copied this from the pdf manual: ("INSERT INTO PUB.dozen(bijzonderheid) values (’Hello World!’)"); It had to be like this: ("INSERT INTO PUB.dozen(bijzonderheid) values ('Hello World!')"); (notice the difference in the quotes around Hello World !
  4. J

    [JDBC Progress Driver] ErrorCode=-210022

    Hi,all, I'm using a Progress 91d database, Merant 3.6 ODBC driver and the Progress SQL explorer. I'm trying to use stored procedures. I can store a procedure with: CREATE PROCEDURE dozen_jvd1 () BEGIN SQLIStatement Insert_dozen_jvd1= new SQLIStatement ("INSERT INTO...
Top