+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3
Results 21 to 22 of 22

Thread: displaying database info via asp

  1. #21
    Join Date
    Jan 2008
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No problems with displaying the information as per my first example - except the fact I get a number for CourseLocation from the database - which I expected. It's converting that number to LocationTown ... which was achieved on another site from this thread but with players names...

    The line is

    set adoS1 = adoCn.Execute(strSQL)

  2. #22
    Join Date
    Jan 2008
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I spent about two hours last night working through it all changing various varibles and finally discovered it was the data type in the access db. I had made courselocation 'text' and as it contained numbers it displayed and linked OK as a number. However using my revised select statement it caused the page error. Changing the field to number and it works as I want it to work even though the information remains the same! Simple really.... doh!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. thinking of signing up - need more info...
    By tom_wilde in forum ASP.NET
    Replies: 19
    Last Post: 14th June 2008, 05:48 AM
  2. Database backup
    By heavenlyarts in forum Technical Support
    Replies: 4
    Last Post: 13th September 2007, 07:17 PM
  3. Database
    By nikkidodd in forum Customer Feedback and Suggestions
    Replies: 0
    Last Post: 11th November 2006, 07:17 PM
  4. few info about ....
    By psykik in forum ASP.NET
    Replies: 12
    Last Post: 31st January 2006, 10:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts