| View previous topic :: View next topic |
| Author |
Message |
jedwards Novice
Joined: 04 Dec 2008 Posts: 1
|
Posted: Thu Dec 04, 2008 4:20 pm Post subject: Classic ASP |
|
|
Having trouble getting the demo for older version to work.
This is the string passed but error message pops up.
SELECT DISTINCT * FROM CUSTOMER C WHERE ( C."Company" like "jj" )
I can see where it does not look right but having trouble finding out where to edit this string.
thanks for any help.
also, if there is older documentation or anyone who has used this on visual interdev 6 that would be of great help as well. |
|
| Back to top |
|
 |
cdgidev Novice
Joined: 25 Feb 2009 Posts: 4
|
Posted: Wed Feb 25, 2009 6:55 pm Post subject: |
|
|
<control>.QuoteSymbol1 = "["
<control>.QuoteSymbol2 = "]" |
|
| Back to top |
|
 |
|