problem with cfqueryparam

I have the next set of code that inserts records in a mysql database:
< cfquery datasource = dbconn1 name = "WritePeople" >
INSERT INTO wPeople (strCustomerID, email, strSalutation, strFirstName, strLastName, strAddress, strAddress2, strCity, strState, strZip, strPostalCode, strRegion, strCountry, PhoneDay, PhoneNight, MemberType, MembershipTerm, creator, CreationDate)
VALUES (< cfif IsDefined ("strCustomerID") > < cfqueryparam value = "" #strCustomerID # "cfsqltype ="cf_sql_char"> < cfelse > < / cfif >,")
< cfqueryparam value = "" #Email # "cfsqltype ="cf_sql_char">,"
< cfqueryparam value = "" #strSalutation # "cfsqltype ="cf_sql_char">,"
< cfqueryparam value = "" #strFirstName # "cfsqltype ="cf_sql_char">,"
< cfqueryparam value = "" #strLastName # "cfsqltype ="cf_sql_char">,"
< cfqueryparam value = "" #strAddress # "cfsqltype ="cf_sql_char">,"
< cfif IsDefined ("strAddress2") > < cfqueryparam value = "" #strAddress2 # "cfsqltype ="cf_sql_char"> < cfelse > < / cfif >,"
< cfqueryparam value = "" #strCity # "cfsqltype ="cf_sql_char">,"
< cfqueryparam value = "" #strState # "cfsqltype ="cf_sql_char">,"
< cfqueryparam value = "" #strZip # "cfsqltype ="cf_sql_char">,"
< cfqueryparam value = "" #strPostalCode # "cfsqltype ="cf_sql_char">,"
< cfqueryparam value = "" #strRegion # "cfsqltype ="cf_sql_char">,"
< cfqueryparam value = "" #strCountry # "cfsqltype ="cf_sql_char">,"
< cfqueryparam value = "" #Phone # "cfsqltype ="cf_sql_char">,"
< cfqueryparam value = "" #OtherPhone # "cfsqltype ="cf_sql_char">,"
< cfif IsDefined ("MemberCategory") > "#MemberType.Code #" < cfelse > < / cfif >,.
< cfif IsDefined ('Years') > ' #Years # ' < cfelse > < / cfif >,.
'EVENT ',.
< cfqueryparam value = "" #TodaysDate # "cfsqltype = 'cf_sql_date' >)"
< / cfquery >

When I run the code, I get the following error:
Run database query error. Syntax error or access violation: you have an error in your syntax SQL; consult the manual for your version of the MySQL server for the right syntax to use near ', 'EVENT', ' 2006-08-04') ' at line 17
The error occurred on line 178.

It seems that once the bracket is to be added the apostrophe and causing the error but I cannot understand why the single quotation mark is added. Any help would be greatly appreciated.

Thank you Ian, this seemed to solve my problem.

Tags: ColdFusion

Similar Questions

  • Oracle 10g - problem with "DELETE from TABLE WHERE ID in (1,2,3)" (use cfqueryparam)

    Hello, everyone.

    I have problems with executing a DELETE statement on an Oracle 10 g server.

    DELETE 
    FROM tableA
    WHERE ID in (1,2,3)
    

    If there is only a single ID for the IN clause, it works.  But if more than one ID is provided, I get an error message "SQL command" not correctly completed.  Here's the query as CF:

    DELETE 
    FROM TRAINING
    WHERE userID = <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#trim(form.userID)#">
         AND TRAINING_ID in <cfqueryparam value="#form.trainingIDs#" cfsqltype="CF_SQL_INTEGER" list="yes">
    

    Someone at - it works with Oracle that can help me with this?  I'm a developer experienced in MS - SQL; Oracle is new to me.

    Thank you

    ^_^

    So much worse... a colleague just told me I should always use parentheses around the values in the IN clause.

  • Having a problem with my site to show the next search result.

    Hey everybody. I'm having a problem with establishing a link back and next to display the results of a search engine, I did. It also resets when the link is displayed and I hit him with the results on the page, the entire page. No idea what I am doing wrong?

    ========================================================================================== =====================

    < name cfparam = "FORM. Islands"default =" "/ >"
    < name cfparam = "URL. StartRowOptional"default ="1">

    < cfset sNextRow = URL. StartRowOptional + 2 / >
    < cfset sPreviousRow = URL. StartRowOptional - 2 / >

    < cfquery name = "qResults" datasource = "wyi2" >
    SELECT BusinessID, BusinessName, IslandID, phone, address, WebID
    Business
    WHERE IslandID = < cfqueryparam value = '#FORM. Islands #">"
    ORDER BY last CSA
    < / cfquery >

    < cfquery name = "qIslands" datasource = "wyi2" >
    SELECT IslandID, IslandName
    Islands
    ORDER BY IslandName ASC
    < / cfquery >

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    " < html xmlns =" http://www.w3.org/1999/xhtml ">
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    < title >. : If there is:. < /title >
    "" < link href = "... / css/wyi.css" rel = "stylesheet" type = "text/css" / >
    < / head >

    < body >
    <! - tag div start - >
    < div id = "Container" >
    <! - start div banner - >
    < div id = "sBanner" >
    "" < img src = "... / images/logo_Store_Sales.jpg" width = "400" height = "175" border = '0' well = "#Map" / >
    < name of the map 'Map' id = 'Card' = >
    "" < area shape = "rect" coords = "220,153,268,169" href = "... / index.cfm" target = "_self" alt = "Home" / >
    "" < area shape = "rect" coords = "287,152,373,168" href = "... / contact/index.cfm" target = "_self" alt = "Contact Us" / >
    < / map >
    < / div >
    <!--> banner end div
    <!--> Start search engine
    < div id = "back" >
    < cfform action = '#CGI. ' SCRIPT_NAME method # ' = 'post' preservedata = "yes" >
    < table width = "400" border = "0" cellspacing = "2" cellpadding = "0" >
    < b >
    < td >
    < name cfselect = "Islands".
    Query = "qIslands."
    display = "IslandName."
    value = "IslandID".
    queryPosition = "bottom" >
    < option value = "all" > please select an island < / option >
    < / cfselect >
    < table >
    < td >
    < cfinput type = "submit" name = "Find_btn" class = "button" value = "Search store" / >
    < table >
    < /tr >
    < /table >
    < / cfform >
    < / div >
    <!--> end search form
    <! - start results section - >
    < div id = "sResults" >

    < table border = "0" cellpadding = "0" cellspacing = "2" >
    < b >
    < td colspan = "3" >
    < cfif IsNumeric (FORM. Balearic Islands) >
    < cfoutput >
    We found #qResults.RecordCount # store < cfif (qResults.RecordCount GT 1) OR (qResults.RecordCount 1 LT) > s < / cfif >.
    < / cfoutput >
    < cfelse >
    Please select an island to help us find the store you're looking for.
    < / cfif >
    < table >
    < /tr >
    < b >
    < td > < table >
    < td > < table >
    < td > < table >
    < /tr >
    < cfif qResults.RecordCount GT 2 >
    < cfoutput >
    < b >
    < td width = "150" >
    < cfif URL. StartRowOptional GT 2 >
    < a href = '#CGI. SCRIPT_NAME #? StartRowOptional = #sPreviousRow #"> back < /a >"
    < / cfif >
    < table >
    < td width = "150" >
    < a href = '#CGI. SCRIPT_NAME #? StartRowOptional = #sNextRow #"> Next < /a >"
    < table >
    < td >

    < table >
    < /tr >
    < / cfoutput >
    < / cfif >
    < cfoutput query = "qResults" StartRowOptional = "#URL. ' StartRowOptional # ' LignesMax '2' = >
    < b >
    < td colspan = "3" >
    < p > < a href = "results.cfm? BusinessID = #BusinessID #"> #BusinessName # < /a > < /p >"
    < table >
    < /tr >
    < / cfoutput >
    < b >
    < td colspan = "2" > < table >
    < td > < table >
    < /tr >
    < b >
    < td colspan = "3" > Copyright 2010 & copy; Where is is, All Rights Reserved < table >
    < /tr >
    < /table >
    < / div >
    <!--> final results section
    <! - advertising start - >
    < div id = "Advert" >
    "" < img src = "... / images/ad_sample.jpg" width = "200" height = "200" / >
    < / div >
    <!--> advertising
    < / div >
    <!--end Div container-->
    < / body >
    < / html >

    ========================================================================================== ===================

    Any information that must be retained shall be sent in one of the following locations.

    1. a query string in a URL.

    2. a form variable

    3. a cookie

    4. a session variable.

    Do not forget that the form and URL variables exist for a single page request.  If you want to 'remember', you will need to resubmit them.

    You can find this useful.

    http://help.Adobe.com/en_US/ColdFusion/9.0/developing/WSc3ff6d0ea77859461172e0811cbec0c35c-7ffb.html

  • problem with insert cfquery.

    Hello;

    I have problems with my query insert to add a new record. Is not to launch any errors, I empty all the variables of of that feeds it and their... but it does not add the record to the database. It IS an Access db, not my choice... customers. Maybe that's the problem? (I'm kidding) Can someone help me understand why this code won't add a new record. I write my request to insert, if you need more I can provide. But I think it's a problem with this code.

    < cfset EventDate = "#DateFormat(form.edit1,"mm/dd/yyyy") #" >
    < result cfquery = "yourResults" datasource = "" #APPLICATION.dataSource # "dbtype ="ODBC">"
    INSERT INTO events
    (title, eventDate, eventTime, location, contact, telephone, fax, email, URL, sponsor, body)
    VALUES (< cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form.title #" >,)
    < cfqueryparam cfsqltype = 'cf_sql_date' value = "" #EventDate # ">,"
    < cfqueryparam cfsqltype = "cf_sql_time" value = "#form.eventTime #" >.
    < cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form.location #" >.
    < cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form.contact #" >.
    < cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form.phone #" >.
    < cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form.fax #" >.
    < cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form.email #" >.
    < cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form. "URL #" >.
    < cfqueryparam cfsqltype = "cf_sql_varchar" value = "#form.sponsor #" >.
    < cfqueryparam cfsqltype = "cf_sql_longvarchar" value = "#form. PDSeditor # ">).
    < / cfquery >
    < name cfquery = "qFetchID" datasource = "#APPLICATION.dataSource #" >
    SELECT id
    Events
    WHERE title = ' #form.title #
    < / cfquery >

    < cflocation url = "events_RecordView.cfm? id = #qFetchID.id #" >

    Everything looks good to me... I even tried what in fact throw errors to perhaps trigger the real problem and it does not work. Obviously... I'm missing something.

    You have another potential error of logic.  After you do your

    Insert, your select query can return multiple rows.

    That being the case, perhaps the id that you pass to the next page

    not to be whatever you want.

    In CF8 +, you can use the result attribute to return the value of auto-generated ID of single INSERT statements.

    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/help.HTML?content=Tags_p-q_18.html

    Furthermore, I wonder about your cfsqltypes. What database you use?

  • Problem with the MEMO in MS ACCESS field

    I have the column in the table with the MEMO data type - "" for the description of the product (long text, much more than 255 characters) and use SQL UPDATE or INSERT, but with < cfqueryparam cfsqltype = "cf_sql_tlob"... > or < cfqueryparam cfsqltype = "cf_sql_longvarchar"... > I can insert max 510 characters. If I use COLUMNNAME = ' #form. FIELDNAME # '-everything is ok. Where is the problem? Maybe I should use a different cfsqltype? (CF MX 7)

    You need to use .

    Now go to the CF Administrator and examine the datasource YYY.

    The driver should say "Microsoft Access".

    Now, click on the link to change, and then "show advanced settings". What is the value of 'Long text buffer?

  • Anyone having problems with the GENERATED_KEY in CF8 lately?

    Anyone else have problems with the GENERATED_KEY value returned by a cfquery when using ColdFusion 8 and MySQL?

    I'm inserting records in a MySQL 5.0 DB and then enter the result. GENERATED_KEY and assigning my ID of objects field. Nothing spectacular here.

    In my test harness, everything works fine but when I download files to my host I get this error;
    An error has occurred at the request:
    Error code: Server.Processing
    Details of the fault:
    Error string: cannot call CFC - element GENERATED_KEY is undefined in QCREATERESULT.

    I thought that there must be a bug I introduced so I check my code and ensured that it worked on my system and Uploaded the cfc again just to be sure there was nothing broken in transit.

    Always had problems.

    So, I checked the Web and found that the MySQL Connector/J version 5.1.5 has a problem with that. I contacted my provide my Site host and has asked to check the environment that I was for me.

    I was told it is ColdFusion 8 (as it should be.)

    At the beginning when I asked what version of Connector/J server on that I had used on me version 3.51. This is not a version of connector for all those of you who did not have to deal with it. (At least one that would have shipped with CF8.) That sounded more like the version of the MySQL server, but I was supposed to be on a 5.0 Server and my account information specify also the same, so I let this drop for now.

    After having to explain how to find a way to know what the version of the connector was attached their support they told me that it was 5.05 (has happened to the version that I already told him was the version I thought comes with CF8, if I'm wrong.)

    And I asked him to confirm that the DB was version 5.0.

    So assuming that told me the truth. I can't find a reason why the GENERATED_KEY are not returned.

    My CFQuery insert code looks like this;

    < cffunction name = "crΘer" output = "false" access = "private" returntype = 'Cancel' >
    < cfset var qCreate = "" >

    < cfset var local1 = Field1 () >
    < cfset var local2 = Field2 () >
    < cfset var local3 = Field3 () >
    < cfset var local4 = Field4 () >
    < cfset var local5 = Field5 () >
    < cfset var local6 = Field6 () >
    < cfset var local7 = Field7 () >
    < cfset var local8 = Field8 () >

    < cftransaction isolation = "read_committed" >
    < cfquery name = "qCreate" datasource = "datasource" username = "userName" password = "password" result = "qCreateResult" >
    Insert into myTable (Field1, Field2, Field3, Field4, sphere5, case Field6, Field7, Field8)
    values)
    < cfqueryparam value = "" #local1 # "cfsqltype ="CF_SQL_VARCHAR"/ >,"
    < cfqueryparam value = "" #local2 # "cfsqltype ="CF_SQL_VARCHAR"/ >,"
    < cfqueryparam value = "" #local3 # "cfsqltype ="CF_SQL_VARCHAR"/ >,"
    "< cfqueryparam value =" "#local4 #" cfsqltype = "CF_SQL_INTEGER" = null "#iif ((local4 eq""), ("yes"), ("No.")) #" / >.
    < cfqueryparam value = "" # locale5 # "cfsqltype ="cf_sql_integer"/ >,"
    < cfqueryparam value = "" #local6 # "cfsqltype ="cf_sql_integer"/ >,"
    < cfqueryparam value = "" #local7 # "cfsqltype ="cf_sql_varchar"/ >,"
    < cfqueryparam value = "" # locale8 # "cfsqltype ="cf_sql_integer"/ >"
    )
    < / cfquery >
    < / cftransaction >
    < cfset variables.objectID = qCreateResult.GENERATED_KEY >
    < / cffunction >

    [No I am not really using Field1, 2, 3 in my code and my password is not actually password, but you get the point].

    Again, this works in my lab. (CF8, MySQL 5.0, Apache, standard Connector/j) That is what it is?

    Personally, I think that my environment is not what it was supposed to be regardless of what I was told. The rep that I was talking doesn't seem to know much about ColdFusion and at the end of the conversation, he said as well and opened a ticket. Not very useful, but at least not rude.

    However, I want to be fair and check all the possibilities. If you see something wrong with my Code let me know that I'm rather crazy eyes will then return to writing queries to get the id.

    Thanks in advance!

    -Joe

    PS: Just before posting this I tried to add < cfset var qCreateQuery = "" / > to the list of the variables just to see if it would change what anyone and it doesn't work. " Still works on my system, but not on them.

    Found the problem.
    The environment has been set up correctly, but the DSN apparently obtained the value a MySQL 3.51 Driver to the administrator.
    It's something that my hosting service, I have no control on however I also don't even think about asking them to check for me either. I forgot that CF has even a version 3 driver for MySQL.

    So my hats off to HostMySite technicians who concluded that, for me and for anyone having the same problem, I suggest you also check the same.

  • problems with, phone, 6, Bluetooth kit, Nissan, after update, for, Rios, 1.0.2

    After the update to ios 10.0.2 - trying to use bluetooth to call my vehicle, it says: "this article is not in your phone book." How can I solve this problem?

    Greetings, joybelino1!

    Thank you for joining the communities Support from Apple! I can't wait to see that you are having problems with your Bluetooth in your car! The good news is that Apple has a great article that will help you with measures to try to resolve the problem. Read this article to gethelp to connect your iPhone, iPad, or iPod touch with your car radio. Even though he talks about problems with the connection, it also has the steps for other questions you may have once connected.

    If you use Bluetooth

    1. Consult the user manual of your car stereo to get the procedure to a Bluetooth device.
    2. On your iOS device, drag up to open Control Center, then press ontwice to turn on Bluetooth and turn it back on.
    3. Restart your iOS device.
    4. On your iOS device, Cancel the twinning of your car radio. On the screen of your car désapparier your iOS device and any other device. Restart your car and your iOS device, then pair and connect again.
    5. Update your iOS device.
    6. Install the updates to the firmware of your car radio.
    7. If you still not connect, contact Apple technical support.

    Have a great day!

  • Anyone having problems with WiFi connectivity after upgrade to Sierra?

    I was wondering if anyone else knows issues with WiFi connectivity since the upgrade to Sierra 10.12? I have not had any problems with connectivity WiFi previously on El Capitan. Now I have regular randomly loose connectivity. My internet is cable and when it is connected I have a 100% connection. My details of iMac and I have used only 10% of my storage.

    No problem with my iphone 6.

    Hello AspDesigns,

    I understand that, since the upgrade to Mac OS Sierra, your Mac seems to have trouble staying connected to Wi - Fi. Fortunately the diagnosis built-in wireless can help identify the source of so much trouble.

    Search for Wi - Fi using your Mac problems

    See you soon!

  • Problems with mail after switching to macOS Sierra

    Hey all

    After having recently upgraded to macOS Sierra, I am unable to read my mail.

    I get the following error every time I check on "Get Mail".

    There may be a problem with the mail server or the network. Check the account settings "*" or try again.

    The server returned the error: Mail could not connect to the server 'pop1.tribcsp.com' using SSL on the default ports. Verify that this server supports SSL and that your account settings are correct.

    What does this error message mean and how can I solve this problem.

    Thank you

    Hi Michael,

    I see your message that you get an error in the mail indicating that there is a problem with the mail server or the network.  To help get this problem resolved, I suggest that you follow the steps below:

    If mail refers to a problem with the mail server, or the network

    Mail will say that it is impossible to connect due to a problem with the mail server or the network. For example, the message may refer to a connection that has expired, or too many simultaneous connections:

    If you are connected to the Internet, but the connection has expired, your email provider might be affected by a discontinuance of service. Contact them or see their status Web page to ensure that their e-mail service is online. Examples of status pages:

    If the message indicates the number of simultaneous connections, too many of your devices is check your e-mail account at the same time. Quit Mail on one or more of your other devices.

    If you are still unable to send or receive e-mails

    1. Make sure that you have installed latest version of the Mac software updates, especially if the problem occurred immediately after the installation of a previous update.
    2. In OS X El Capitan or later version, you can see a status icon and the short error message in the upper right of the Mail window, under the search box. The message may indicate 'Network offline' or 'Connection failed', for example. Click the message to see more details on the issue.
    3. Check your connection to the Mail connection doctor. It might be able to say more on the issue.

    If you cannot send or receive e-mail on your Mac.

    Take care.

  • iMac 27 "mid-2011 - Intermittent problem with CPU fan running at full speed and sleep mode.

    Hello!

    My iMac 27 "has an intermittent problem with the CPU fan runs at full speed. Sometimes it happens at the time when I start it, sometimes only in my session, and sometimes only after a certain time. So does seem to be a problem of "heating".

    Second issue is with the mode 'sleep'. It may occur also at any time, at the start of the iMac, session, or after a certain time. But once he starts to go in mode 'sleep', when I wake up, it goes right back in mode after a few seconds and that it will continue indefinitely until I restart the computer.

    What could be?

    Please help me!

    4ntoine

    Here is my model of iMac:

    iMac 27 "mid-2011 model 12.2

    Intel Core i7 3.4 GHz

    AMD Radeon HD 6970M 1024 MB

    OS X El Capitan 10.11.6
    SMC 1.72f2

    Boot ROM IM121.0047.B23

    reset the SMC

    Reset the management system (SCM) controller on your Mac - Apple Support

  • problem with playing the clash of clans

    I'm having some problems while playing the clash of clans on my 2 mini ipad screen does not seem to meet sometimes as if it was some sort of delay so I have to tap several times in order to use a filter or throw the troops on the battlefield.

    Hi Trinitygr,

    Thanks for posting in the Community Support from Apple! I understand that you are having problems with your iPad screen while playing a game. I like to play games on my iPad and I don't see how this could be a nuisance. I'm happy to offer assistance.

    Are you only had this problem when using the app clash of Clans, or does it happen in all applications? I recommend to start by following the steps described in this article:
    If an application you have installed unexpectedly closes, unresponsive, or does not open

    Take care!

  • I'm having problems with an outdated Apple ID

    I have problems with updating Apps etc in my Apple account because he always asked an obsolete in sign.  How can I change this?

    Hello

    Go down to itunes apple ID Delete page homepage all ID and then add it back back.

    See you soon

    Brian

  • Anyone having problems with the new iPhone LTE connection 7 on Verizon?

    I am now on my iPhone second 7 with Verizon. I had four phones for me and my family. I have now had issues where I have no signal in the same areas where my signal allows to be strong. I can't solve the problem with the activation/deactivation of the airplane and then mode again in normal mode. My phone will rest with no signal for 5 minutes, then going to LTE with three bars. I also had the problem where I had only 1 x signal, while my son standing right next to me has LTE. And he had the same questions, where I'm on LTE and it gets no signal. I use to have LTE where I live and work all the time, now it's spotty at best. Apple has replaced me and my sons iPhones but not luck. Still do. Any ideas or an any other suffering?

    (1) go to settings/cell phone/cellular data Options/enable LTE and select ONLY the DATA. This seems to solve the problem (as a temporary solution) for most of the people affected by this problem. The bad part is your request might not be as clear (since they cannot use the highest LTE signals) and you can make calls and data at the same time. But it does not solve the issue.

    (2) there are rumors (but you didn't hear that from me that we only are not supposed to discuss beta software program Apple in this forum) that the new version of Apple Beta for iOS (which also includes an update of the software carrier Verizon to 26.0) seems to solve this problem. So, there's a light at the end of the tunnel.

  • Problem with some fonts of symbols after the installation of the Sierra

    Hello

    I have recently upgraded the OS on my iMac late 2012 for Sierra, since doing so, I noticed a problem with several fonts.

    All symbolic symbols Apple to Wingdings fonts not correctly displayed in the font book. Apple symbols looks like a standard wheelbase of san, and other symbolic fonts just show as question marks '?' where the images should be.

    In text editing, that I can't even see the symbolic fonts like Zapf Dingbats and Wingdings in the selector. However, they all work well in Adobe Illustrator (CS5) and Microsoft Word 2011. Apple symbols still looks like a standard font.

    I already tried the following:

    1. check the fonts in font book

    2 fix the duplicates in the font book

    3. using the "Restore Standard fonts" option in the font book

    4 deleting a file in the folder Preferences plist Fonts

    5 deleted the cache of police and the database

    I'm out of ideas. Has anyone else had the same problem found a fix?

    Kind regards

    Greville

    I'm just to add that I used the recovery partition to do a clean install of Sierra on a hard drive external and then booted into it to see if it had the same problem.

    And he does. Wingdings and other photo fonts appear as '?' in boxes where the letters must be in the font book.

    So this seems like a problem with the way Sierra displays these fonts, not with the font files themselves.

  • ios10 problem with non-users of iphone messaging

    After upgrading my iPhone 6 ios10, I had intermittent problems with the messaging of Android users (basically, the conversations no iMessage). In about 60% of the time it is not just to deliver the message no matter what I do (pressing the 'Try Again' don't work do not). He has no problem with the reception of the texts, but I can't answer to Android users (Interestingly, I can message users of Android if they are in a group with iPhone users text). I tried everything was updated to the last verision until reset of ios everything.

    I can't find anything online about this. I'm the only one who what?

    Group Messaging uses the MMS. Normal text messages using SMS. SMS uses the voice channel to transfer messages and is strictly a basic function. If you are experiencing problems sending SMS, contact your carrier.

Maybe you are looking for