My problem has to do particular with the cretaion of a recordset:
After cretaing a DB and having a sucesfull TEST i proceed with the creation of the recordset.
I press the TEST button again and the window with the entries from DB appears, meaning the test was succesfull.
So far things are good,and from here the problems arise.
(Everything is done in ASP javascript)
The RS entry also appears in the bindings tab of the applications panel.
After that i create a table and transfer dynamic data to it from the recordset.
The problem is that when i go to SAVE the page a SECOND table is created with a corresponding SECOND recordset.
And if i remove the 2nd recordset a red exclamation mark appears next to the remaining recordset entry in the server behaviors tab.
If i double-click the recordset with the red exclamation mark again a 2nd recordset is created.
Why this happens?
Another detail is(i do not know if it has any usefulness) when i click the litle yellow ASP icons below the table.
In one case it says connections and in the field says contacts(the name of my database) and in the right it has the EDIT button and below that is the SQL statement.
In another icon it has an icon named SSI and in the right the filename and again in the right the EDIT button and below that "TYPE file or virtual"
I would really appreciate if could help me here.I am stuck here for a very long time.The ideal of course would be if someone could see these things in my desktop in real-time.
Ask for any further details if it is necessary
THANK YOU