User Profile

Collapse

Profile Sidebar

Collapse
AAKK
AAKK
Last Activity: Mar 6 '10, 03:56 AM
Joined: Feb 26 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AAKK
    started a topic about a BOF and EOF

    about a BOF and EOF

    Hi below message which
    I send from aspmail out
    and when I click it from my email to below page
    it show as below

    Anyone could help?

    ADODB.Field error '800a0bcd'

    Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

    /e_card/your_card.asp, line 384

    below is code
    <td width="229"...
    See more | Go to post

  • Hi My data is Access
    so Now,I took away the prime key
    it look like work
    THK
    See more | Go to post

    Leave a comment:


  • hi if change the setting below new message turn up

    Microsoft OLE DB Provider for ODBC Drivers (0x80040E2F)
    [Microsoft][ODBC Microsoft Access Driver] The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries...
    See more | Go to post
    Last edited by jhardman; Mar 3 '10, 11:47 PM. Reason: added code tags

    Leave a comment:


  • HI Thank
    it work
    thank for your helping
    See more | Go to post

    Leave a comment:


  • about the problem

    HI
    after studying the locktype
    i still could not figure out the place to insert
    therefore,bette r to provide you all code
    easy for you check
    hoping you will help
    Code:
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%>
    <!--#include file="inc_CharonCart.asp" -->
    <script language="javascript" runat="server">
    ...
    See more | Go to post

    Leave a comment:


  • Hi Thank for your reply
    sorry I m new for this asp
    May i know where to put this code?

    I try to rewrite the code to below
    '
    CC_OrderAction= Request.ServerV ariables("SCRIP T_NAME")
    if Request("CC_Ord erInsert") <> "" then
    TimeKey=GetTime InMillisec()
    rsTimekey.open SQL,conn,1,2
    rsTimekey.AddNe w

    rsTimekey("Time key")=TimeKey...
    See more | Go to post

    Leave a comment:


  • AAKK
    started a topic Current Recordset does not support updating

    Current Recordset does not support updating

    Hi Anyone help?

    Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
    /anata/Send_OrderList. asp, line 102

    My Code as below
    Code:
    <% 
    
    CC_OrderAction=Request.ServerVariables("SCRIPT_NAME")
    if Request("CC_OrderInsert") <> "" then
    TimeKey=GetTimeInMillisec()
    rsTimekey.AddNew
    ...
    See more | Go to post
No activity results to display
Show More
Working...