Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL drop all fields in asp pages

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-04-02 : 09:01:29
Etienne writes "Hi,

I apaoligize for my poor english ...

In a ASP web page a make queries to the DB SQL 2K. When I load this page I see all the informations contained in the DB. But this asp page does not write anything but all the info are there.

Why ?

Thanks"

Nazim
A custom title

1408 Posts

Posted - 2002-04-02 : 09:08:46
Am Sorry cant figure out what you are looking for. you can post your table schema with your requirements. we might be able to help you.

Alternatively , you can change the sql statement which is pulling the records to your needs(omit the columns you dont want).

HTH

--------------------------------------------------------------
Go to Top of Page

tdodnz
Starting Member

23 Posts

Posted - 2002-04-03 : 04:41:47
If your just wondering why you get all the data out of the database and you don't just get what your after it is because you do not set the columns and or rows that you are after. So it just gives you everything that is there. If your not getting anything you need to tell it to select Columns not cells in columns.

Go to Top of Page
   

- Advertisement -