Search results

  1. C

    Why does my random record query always bring back the same record ?

    Any ideas ??? Cheers. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="randomplayer.ascx.cs" Inherits="randomplayer" %> <div class="control"> <div class="controlTitle"> Random Player </div> <div class="controlContent"> <asp:Repeater ID="Repeater4"...
  2. C

    Count query as well as select query

    Hello All, I'm currently developing a football team website and I'm created a player profile bit of the website linking to my Access Database. Currently I have the following : selectCommand="SELECT [playername], [favouriteposition], [picture] FROM [player] WHERE [playername] ='Smith J' This...
Top Bottom