J
|
Jane 12/24/2008 |
answered in your personal email. |
E
|
enfoque_traza 1/1/2009 |
Hi, I'm having the same problem. Could you please tell me also the solution? Thanks! The way I found is to import the same master key for all the records... but this is not the desirable solution, isn't i? |
D
|
dlangham author 1/1/2009 |
Hi, For i=0 to rs.Fields.Count-1
values_list = values_list & values(j)
|
D
|
Data_Frontiers 1/26/2009 |
Hi, Could you please be more specific on what code to "replace" directly below? Both instructions are a bit vaugue. I really appreciate your help!!! Hi, Below is the solution Jane worked out for me. Please find the following code section in your xxx_import.asp file: For i=0 to rs.Fields.Count-1
values_list = values_list & values(j)
|
D
|
dlangham author 1/26/2009 |
Hi, For i=0 to rs.Fields.Count-1
if SESSION(strTableName & "_masterkey1")<>"" or SESSION(strTableName & "_masterkey1")<>0 or not isnull(Session("IMPORT_TEST_masterkey1")) then
For i=0 to rs.Fields.Count-1
values_list = values_list & values(j)
if SESSION(strTableName & "_masterkey1")<>"" or SESSION(strTableName & "_masterkey1")<>0 or not isnull(Session("IMPORT_TEST_masterkey1")) then
values_list = values_list & values(j)
|