CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2000
    Location
    london
    Posts
    16

    Invalid field data type [error 3259]?

    Each time I move from the current record I get the following error message:

    Invalid field data type. (Error 3259)
    The data type specified in the Field object's Type property is not valid. Choose one of the valid types as shown in the Type property Help topic.

    I have solved the problem by entering the line Response=0 in:

    private Sub Data1_Error(DataErr as Integer, Response as Integer)
    Response = 0
    End Sub



    But what does this means? and how can I set the field data type to the correct format?

    Thanks in advance


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: Invalid field data type [error 3259]?

    make sure you pass the data to your record in the right format. Eg; a date field will not accept string values, nor will an numeric field.

    Tom Cannaerts
    [email protected]

    The best way to escape a problem, is to solve it.
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Feb 2000
    Location
    london
    Posts
    16

    Re: Invalid field data type [error 3259]?

    Does this means that I have to write a code in each textbox_change sub?
    Or can I do that in some other better way?

    thanks
    ivan


  4. #4
    Join Date
    Dec 2011
    Posts
    1

    Re: Invalid field data type [error 3259]?

    While visiting the iTunes store, or purchasing music from it, you may receive error 3259 Windows 7. Any of the following descriptions will appear with the error:
    i "iTunes could not connect to the Store. An unknown error occurred (-3259). Make sure your network connection is active and try again."
    ii "There was an error downloading your music (-3259)"
    Here are the various ways to fix error 3259 Windows 7:
    Update iTunes
    Turn Off your Windows Firewall
    Exclude iTunes from the Data Execution Prevention
    Repair the iTunes Registry Settings
    Clean the System Junk
    i also faced this problem many times but i fixed it, i also got some help from this article error 3259 , hope someone might get help from this article.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured