Hi all,
I have this very strange problem.. To make a short story i have a new dev server (holding the database and ASP pages), so i've imported my asp code and then my database. Now for the database, i've imported the data from the live server (production) and then corrected 2 tables to respect the new structure of the dev server (some addition have been made but where not exported to the live server yet).
==-> So my problem is that on a asp page for somes reasons (the others ASP pages seems to works so far..), when i make this simple query:
SQLTransac="SELECT * from transac
where id_transac = " & no_transac
when i do a response.Write("fieldname"
for each fields, it only shows me the data for the field #1, #2 and #18 (out of 22 fields). For the others it give me an empty string (""
.
What is strange is that when I open the SQL Analyser (Microsoft SQL Server), and write the same SELECT, I can see all the data fields.
More strange is that this SELECT I am calling is after an UPDATE and the update work fine... and I do somes INSERT in somes others pages and it work fine too...
And yes this page works on my old dev server....
If anyone has any idea it would be a great help!! I'm hitting my head on my wall, it's starting to hurt!! :-\
I have this very strange problem.. To make a short story i have a new dev server (holding the database and ASP pages), so i've imported my asp code and then my database. Now for the database, i've imported the data from the live server (production) and then corrected 2 tables to respect the new structure of the dev server (some addition have been made but where not exported to the live server yet).
==-> So my problem is that on a asp page for somes reasons (the others ASP pages seems to works so far..), when i make this simple query:
SQLTransac="SELECT * from transac
where id_transac = " & no_transac
when i do a response.Write("fieldname"
What is strange is that when I open the SQL Analyser (Microsoft SQL Server), and write the same SELECT, I can see all the data fields.
More strange is that this SELECT I am calling is after an UPDATE and the update work fine... and I do somes INSERT in somes others pages and it work fine too...
And yes this page works on my old dev server....
If anyone has any idea it would be a great help!! I'm hitting my head on my wall, it's starting to hurt!! :-\