Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

write db fields to screen?!?!

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Why can i only write my database fields to screen in the order they are in the database??!!? I have never had this problem before?? It's a MSSQL database imported from a CSV file.

Please Help.

Cheers
 
Not enough information, however things to consider:
* Are any of the table fields text or ntext?
* Are you sure the SP or whatever isn't just doing
"select *"

Some detail about the front-end (ASP?) would be nice, as well as perhaps a code sample. codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
<insert witticism here>
 
sorted it. cheers.

It was a F?!!kin ntext field!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top