Search results

  1. S

    Authentication / Access Denied

    Hello all, im having a problem with user rights issues with progress. I will be accessing progress from an asp.net web service. In the Data Administration There are no user's in the user list and access is set to *. So i created a user and gave them full access. Anytime i execute a SQL...
  2. S

    Inserting date to progress

    Hi there, im trying to insert a date into progress and im having no luck. The date column is defined as 99/99/99 So my sql statement is as follows INSERT INTO PUB.mytable VALUES ('17/01/05') but its giving me errors am i missing something here, should the date be surrounded in something...
  3. S

    Select Query Column Problem

    Hello again, in the progress database i have been given there are lots of column names containing a dash in the ie. prod-desc So my query will look like: SELECT prod-desc FROM Pub.Products And i get an error: Column not found/specified (7520) I have tried putting [] around the column-name as...
  4. S

    Calling Progress Procedures via Merant ODBC

    Hi all, i was wondering if any has been able to call a Progress Procedure using the Merant ODBC driver. In my VB.Net application i am trying to call previously created procedures. I also would need to be able to pass parameters into the query Has anyone done anything like this from any...
  5. S

    ASP.Net Webservice Error

    Hi there i have created an asp.net webservice to connect to progress over the Merant ODBC drivers. my webservice is throwing an error when i try and access progress over the System DSN i have created for the ODBC link into progress The error i get is: ERROR [IM003] Specified driver could not...
  6. S

    Querying Progress Tables

    Hello once again. So i finally got my DSN ODBC connection to Progress Working. So i've created a vb.net application in which im connecting to the progress database. Now im trying to query the tables in Progress with SQL In the Progress Data Dictionary i can see the tables in the database and...
  7. S

    Creating Merant ODBC Connection to Progress

    Hi All again. Right my next task with progress that im stumbling with is that im trying to create a System DSN to Progress using the Merant ODBC. However when i try to connect its failing. The message is rather 1."No Data" or 2."Invalid Network Daemon" So here are the details: AdminServer...
  8. S

    Help!!! New to Progress

    Hello all, Right im new to progress, never looked at it or seen it before, was just given it on cd. Using PROGRESS Version 9.1C The project im involved in is to access progress data/queries using ASP.Net WebServices. Is this possible? Im planning on using the merant ODBC connection that...
Top