The column name cannot be change as it is from a 3rd party company.
I have also tried this.
rsCustomer.open "select empid, lastname, firstname from pub.customer where ""misc-char-4"" = ""Lee"" ", cnn
But still not work.
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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.