Results 1 to 4 of 4

Thread: VB 6 & MS Access - run time error 13

  1. #1
    Join Date
    May 2009
    Posts
    41

    VB 6 & MS Access - run time error 13

    Hi friends,

    I have written a code in Visual basic, over her i am facing some issue when i am trying to read the data which i have paste into the database. Early i asked my friend to enter any data and then i combine all the data in my database by copy pasting it. But when i try to run the program over there i got run time error 13. Does anyone know what would be the exact issue or where i have made mistake.

  2. #2
    Join Date
    Jan 2009
    Posts
    113

    Run time error 13 in Visual basic 6

    Most of the time you get run time error 13 because there is some type mismatch, this can be happen when you are taking data from the database that is one data type and trying to assign to a variable that is another data type or vice versa of course. In that case i would suggest you to check out that whenever a value is passed that the sending source data type matches the receiving objects data type. Without seeing your code with an indication of the point that throws the error it is not possible to be of any more help.

  3. #3
    Join Date
    Jan 2009
    Posts
    141

    Visual basic - run time error 13

    If you are getting run time error 13 message then you need to first check out your data. Make sure that none of the records have no value in that field. If you find any Null value then this would generate an error in Visual Basic. Use the IsNull() function to check the value first. You should do this check for all fields in the database that allow nulls.

  4. #4
    Join Date
    Jan 2009
    Posts
    126

    Visual basic run time error 13

    I was also getting run time error 13 In Visual Basic then you need to know that where is the data and in which way you are entering those data and check to see if you are calling a table that may not exist? Usually you get those type errors when something isn't the database or you called database object that doesn't exist.

Similar Threads

  1. Replies: 4
    Last Post: 17-02-2012, 11:05 AM
  2. Replies: 3
    Last Post: 22-12-2010, 07:44 AM
  3. Replies: 4
    Last Post: 14-08-2010, 12:25 PM
  4. run-time error'75': Path/File access error on limited account
    By Daji!Ram in forum Windows XP Support
    Replies: 1
    Last Post: 03-11-2007, 11:13 PM
  5. Replies: 1
    Last Post: 16-09-2007, 07:17 PM

Tags for this Thread

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
  •  
Page generated in 1,714,105,377.26645 seconds with 16 queries