Search results

  1. T

    Get Progress Data from ASP page syntax error.

    I keep getting progress syntax error with this... what should be the correct syntax.(something wrong in the misc-char-4 = 'Lee' ) <%@ Language=VBScript %> <% set cnn = server.createobject("ADODB.Connection") cnn.open "DSN=TESTDSN; pwd=pasword;" set rsCustomer =...
  2. T

    Get progress data from ASP page.

    I have datadirect setup correctly in the ODBC. I can connect to the DB with no problem. Now, I want to get the data from progress. I have this code in asp page. But getting an error, "Table/View/Synonym not found(7510)". Any help is appreciated! Terrence Dim cn As New ADODB.Connection...
Back
Top