每周新纪录? [英] New record every week?

查看:84
本文介绍了每周新纪录?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可能(如何)从

记录集每周(或每天)显示一条新记录?

Is it possible (how) to display a new record every week (or day) from a
recordset?

推荐答案



Jen写道:

Jen wrote:

是否有可能(如何)每周(或每天)显示一条新记录

记录集?
Is it possible (how) to display a new record every week (or day) from a
recordset?



是的。有多种方法可以实现。如果您需要更详细地描述您的要求,它将帮助我们缩小选项范围。


-

Mike Brind

Yes. There are a variety of ways that this can be accomplished. If
you describe your requirement in more detail, it will help us narrow
down the options.

--
Mike Brind


很抱歉给出了这么糟糕的描述。

我有一个非常简单的记录集来自同样非常简单的
简单表的数据。该表名为Medlemsformaner,并且只有两个

列:1:Id(int),2:Ledare(ntext)。记录集在

Ledare中获取文本。并按照以下方式呈现它们:


<%sql ="选择*来自Medlemsformaner订单的Id desc"%>

<! - #include virtual =" /databas/connection.inc" - >

<%do直到rst.eof = true%>

<%= rst(" Ledare")%>< br> ;

< br>

<%rst.movenext

loop%>


数据库是sql server 2003.


Jen。

" Mike Brind" < pa ******* @ hotmail.comwrote in message

news:11 ********************** @ 75g2000cwc.googlegro ups.com ...
Sorry for giving such bad description.
I have a very simple recordset that fetches data from a similarly very
simple table. The table is named "Medlemsformaner", and has only two
columns: 1: Id (int), 2: Ledare (ntext). The recordset fetches the text in
"Ledare" and presents them like this:

<%sql="select * from Medlemsformaner order by Id desc"%>
<!--#include virtual="/databas/connection.inc" -->
<%do until rst.eof =true%>
<%=rst("Ledare")%><br>
<br>
<%rst.movenext
loop%>

The database is sql server 2003.

Jen.
"Mike Brind" <pa*******@hotmail.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...

>

Jen写道:
>
Jen wrote:

>是否有可能(如何)从
记录集每周(或每天)显示一条新记录?
>Is it possible (how) to display a new record every week (or day) from a
recordset?



是的。有多种方法可以实现。如果您需要更详细地描述您的要求,它将帮助我们缩小选项范围。


-

Mike Brind


Yes. There are a variety of ways that this can be accomplished. If
you describe your requirement in more detail, it will help us narrow
down the options.

--
Mike Brind



仍然是为了清关;这些将显示onlu几行

长度。除此之外,我需要每周显示一整条记录(

formaner中的文字),以便它每周自动显示不同的

记录。


Jen


" Jen" < je*@hoganmail.com写信息

新闻:e6 ************** @ TK2MSFTNGP04.phx.gbl ...
And still for clearance; these would be shown onlu for a couple of lines
length. On top of this I would need to show one whole record (text in
"formaner") every week so that it would automatically show a different
record every week.

Jen

"Jen" <je*@hoganmail.comwrote in message
news:e6**************@TK2MSFTNGP04.phx.gbl...

很抱歉给出了这么糟糕的描述。

我有一个非常简单的记录集,从类似的非常简单的
简单表中获取数据。该表名为Medlemsformaner,并且只有两个

列:1:Id(int),2:Ledare(ntext)。记录集在

Ledare中获取文本。并按照以下方式呈现它们:


<%sql ="选择*来自Medlemsformaner订单的Id desc"%>

<! - #include virtual =" /databas/connection.inc" - >

<%do直到rst.eof = true%>

<%= rst(" Ledare")%>< br> ;

< br>

<%rst.movenext

loop%>


数据库是sql server 2003.


Jen。


" Mike Brind" < pa ******* @ hotmail.comwrote in message

news:11 ********************** @ 75g2000cwc.googlegro ups.com ...
Sorry for giving such bad description.
I have a very simple recordset that fetches data from a similarly very
simple table. The table is named "Medlemsformaner", and has only two
columns: 1: Id (int), 2: Ledare (ntext). The recordset fetches the text in
"Ledare" and presents them like this:

<%sql="select * from Medlemsformaner order by Id desc"%>
<!--#include virtual="/databas/connection.inc" -->
<%do until rst.eof =true%>
<%=rst("Ledare")%><br>
<br>
<%rst.movenext
loop%>

The database is sql server 2003.

Jen.
"Mike Brind" <pa*******@hotmail.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...

>>
Jen写道:
>>
Jen wrote:

>>是否有可能(如何)从
记录集每周(或每天)显示一条新记录?
>>Is it possible (how) to display a new record every week (or day) from a
recordset?


是的。有多种方法可以实现。如果您更详细地描述您的要求,它将帮助我们缩小选项范围。

-
Mike Brind


Yes. There are a variety of ways that this can be accomplished. If
you describe your requirement in more detail, it will help us narrow
down the options.

--
Mike Brind




这篇关于每周新纪录?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆