|
| Hi,
I have a page that will use a 2 lists and filters them out, I am actually
using an extension to filter them out ,it is by webassist, just that I don't
post there because they take days to answer and I was hoping I could get an
answer here faster.
I have two databases, using database 1 it works just fine, using database 2
displays errors, the database design, structure is identical, data may be
different.
Response.Write("WAJA[" + n + "][" + m + "][1] = " + "'" +
String(AddressesDDM.Fields("ParamValue").value).replace(/'/g,"|WA|").replace(/\\/g,"\\\\")
+ " (" +
String(AddressesDDM.Fields("country").value).replace(/'/g,"|WA|").replace(/\\/g,"\\\\")
+ " - " +
String(AddressesDDM.Fields("state").value).replace(/'/g,"|WA|").replace(/\\/g,"\\\\")
+ " - " +
String(AddressesDDM.Fields("city").value).replace(/'/g,"|WA|").replace(/\\/g,"\\\\")
+ " - " +
String(AddressesDDM.Fields("street").value).replace(/'/g,"|WA|").replace(/\\/g,"\\\\")
+ " )" +"'" + ";\n");
That is the piece of code that when I modify it to display more data in the
menu I get the error.
A
|
|