Results 1 to 4 of 4

Thread: Type mismatch in JOIN expression. (Error 3615)

  1. #1
    Join Date
    Nov 2008
    Posts
    1,054

    Type mismatch in JOIN expression. (Error 3615)

    My problem is that everytime I try to open one of my tables in SQL database I get the following error:

    Type mismatch in JOIN expression. (Error 3615)

    Can you help me how to fix this issue? According to me everything should be fine. The error message says there is some wrong statement but it doesn't mention where the problem occurs. This error forbidden me from opening my table. So I need your help!

  2. #2
    Join Date
    May 2008
    Posts
    271

    Re: Type mismatch in JOIN expression. (Error 3615)

    Type mismatch in JOIN expression. (Error 3615)
    A JOIN expression is attempting to join two tables on fields of incompatible data types. For example, you will get this error if you attempt to join a Memo field with a Text field.

    If you're opening a table, there is no joins used anywhere. However if you're trying to open a query that joins two tables, there is where you are having the issues.

  3. #3
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Type mismatch in JOIN expression. (Error 3615)

    I really do not understand what this error message says, where the problem lies and help you much. However what I predict is that you are having a query which contains one or more joins and among them one is bound to incompatible fields.

  4. #4
    Join Date
    May 2008
    Posts
    685

    Re: Type mismatch in JOIN expression. (Error 3615)

    This error message certainly doesn't occur when you join fields that have the same datatype. However if you disobey this rule, the result is this error. The 'type mismatch' message is correct and this would force you to change the datatype in your tables or modify your query.

Similar Threads

  1. Which type of studies are best recommended to join Civil Services
    By Vyapari in forum Education Career and Job Discussions
    Replies: 7
    Last Post: 14-07-2012, 05:15 PM
  2. Replies: 3
    Last Post: 02-06-2012, 12:44 PM
  3. Start tag/end tag mismatch error
    By raeballi in forum Windows Software
    Replies: 1
    Last Post: 25-03-2012, 01:13 PM
  4. machine type mismatch error in Just Cause 2
    By Dhananjay in forum Video Games
    Replies: 6
    Last Post: 10-04-2010, 08:28 AM
  5. Run-time error '3464' data type mismatch
    By Lord in forum Software Development
    Replies: 2
    Last Post: 08-09-2009, 12:09 AM

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,713,569,810.72519 seconds with 16 queries