<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - Database Access</title>
    <link>https://forums.adobe.com/community/coldfusion/coldfusion_database</link>
    <description>All Content in Database Access</description>
    <language>en</language>
    <pubDate>Tue, 07 Jul 2009 12:33:45 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2009-07-07T12:33:45Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>objectGUID in a ms sql databse in a varchar(100) column</title>
      <link>https://forums.adobe.com/thread/458607</link>
      <description>&lt;!-- [DocumentBodyStart:b7a9e05a-9b1d-46b7-aa00-04a1709f42e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;HI&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm doing&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; returnAsBinary = "objectGUID"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in a &amp;lt;cfldap&amp;gt; query.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I was thinking of storing this value returned by objectGUID in a ms sql databse in a varchar(100) column as a primary key. Can you see any pitfalls with this method?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b7a9e05a-9b1d-46b7-aa00-04a1709f42e9] --&gt;&lt;img src='/beacon?t=1415921035808' /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 12:33:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/458607</guid>
      <dc:date>2009-07-07T12:33:45Z</dc:date>
      <clearspace:dateToText>2 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can't create datasource to SQL Server</title>
      <link>https://forums.adobe.com/thread/632269</link>
      <description>&lt;!-- [DocumentBodyStart:569086bb-9dab-4cc0-9ab1-b6aa662c341d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Folks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm running ColdFusion 9 Trial Version (no hotfixes), SQL Express 2005, Windows XP SP3, IIS.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Using ColdFusion Administrator, when I try to create a datasource to SQLExpress 2005 (SQL Server Express), using the SQL Server driver, I get the following error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Connection verification failed for data source: AMT&lt;br/&gt;java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]The requested instance is either invalid or not running.&lt;br/&gt;The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]The requested instance is either invalid or not running.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The "instance", which I take to mean the database instance, is "machinename\SQLExpress"&amp;nbsp; (This is a so-called "named instance".)&amp;nbsp; This is what I enter into the "Server" field of the form (Data &amp;amp; Services -&amp;gt; Datasources -&amp;gt; Microsoft SQL Server).&lt;/p&gt;&lt;p&gt;On the other hand, I &lt;em&gt;&lt;strong&gt;am&lt;/strong&gt;&lt;/em&gt; able to create an ODBC datasource name in Windows using the Microsoft SQL Server Native Client Version 09.00.3042 driver and using the same instance, "machinename\SQLExpress". &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anybody have any ideas as to what's wrong?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:569086bb-9dab-4cc0-9ab1-b6aa662c341d] --&gt;</description>
      <pubDate>Wed, 05 May 2010 18:49:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/632269</guid>
      <dc:date>2010-05-05T18:49:33Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Finding the Oracle data source (ColdFusion application)</title>
      <link>https://forums.adobe.com/thread/1616766</link>
      <description>&lt;!-- [DocumentBodyStart:10f67579-5be9-4b30-b3ef-884a0352450e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I inherited a ColdFusion 10 application with an Oracle 11g back end.&amp;nbsp; Recently, I began receiving &lt;strong&gt;java.sql.SQLSyntaxErrorException: [Macromedia][Oracle JDBC Driver][Oracle]ORA-00942: table or view does not exist &lt;/strong&gt;error message when attempting to access the application on my Test server.&amp;nbsp; Since it is a gov't application, I do not have direct access to CF Admin or the database.&amp;nbsp; The gov't SysAdmin has verified the CF Admin connection is valid and connected.&amp;nbsp; The DBA has verified the data source exists and the database is up and running.&amp;nbsp; Thoroughly confused as to what is going on.&amp;nbsp;&amp;nbsp; I posted on the Adobe ColdFusion support forum and they suggested I post it here to get database eyes on the issue.&amp;nbsp;&amp;nbsp; The thread is here: &lt;a class="jive-link-message-small" data-containerId="2223" data-containerType="14" data-objectId="6854985" data-objectType="2" href="https://forums.adobe.com/message/6854985#6854985"&gt;https://forums.adobe.com/message/6854985#6854985&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:10f67579-5be9-4b30-b3ef-884a0352450e] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">datasource</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">coldfusion 10</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">oracle 11g</category>
      <pubDate>Fri, 24 Oct 2014 16:32:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1616766</guid>
      <dc:date>2014-10-24T16:32:16Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Database access using windows authentication</title>
      <link>https://forums.adobe.com/thread/1576516</link>
      <description>&lt;!-- [DocumentBodyStart:b94a1092-9c7a-409e-a84c-d5f105545b9e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We are updating our Applications to use single sign on and are running into a problem with database access. We are using CF11 Enterprise and SQL Server 2008 on IIS 7.5.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have set up the ColdFusion Application Service to run under an AD service account and have created the data sources in CFAdmin leaving the username and password blank. The data sources verify and all seems good. The problem comes when running a query. The credential passed to the database is the service account and not the windows authenticated user. As such the query fails. What are we missing to get CF to pass the Windows Authenticated user credential instead of the service account?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Tim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b94a1092-9c7a-409e-a84c-d5f105545b9e] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">windows authentication</category>
      <pubDate>Tue, 16 Sep 2014 14:21:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1576516</guid>
      <dc:date>2014-09-16T14:21:53Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Oracle 11g R2 and Oracle 12 Compatibility with ColdFusion 9 and 10</title>
      <link>https://forums.adobe.com/thread/1429608</link>
      <description>&lt;!-- [DocumentBodyStart:130056a6-5b8f-4fc8-b752-32e7d2c4f245] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is ColdFusion 9 certified/compatible with Oracle 11g R2?&amp;nbsp;&amp;nbsp; I cannot find the compatibiliy Matrix for CF9 anywhere on Adobe's site.&amp;nbsp; In addition, does anyone know when/if will Oracle 12 be certified for ColdFusion 9 and/or 10?&amp;nbsp; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:130056a6-5b8f-4fc8-b752-32e7d2c4f245] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">cf9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">oracle_11g</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">oracle_11.2_r2</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">cf10</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">oracle_12c</category>
      <pubDate>Mon, 17 Mar 2014 11:24:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1429608</guid>
      <dc:date>2014-03-17T11:24:56Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>JDBC connection error</title>
      <link>https://forums.adobe.com/thread/1536109</link>
      <description>&lt;!-- [DocumentBodyStart:2b89896b-6e6f-4ca9-999d-2e6cf6326892] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm trying to create a DSN in ColdFusion Standard v11 server using Sybase jConnect 6.05 JDBC driver connecting to a Sybase SQL AnyWhere 12 Server (running on another server machine). ColdFusion has been installed on a brand new Windows 2012 (Standard) Server and uses IIS 8 for the web server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have done everything mentioned on this page (of course, the driver class and other details have been modified) &lt;a class="jive-link-external-small" href="http://helpx.adobe.com/coldfusion/kb/coldfusion-mx-configuring-sybase-jconnect.html" rel="nofollow"&gt;ColdFusion MX: Configuring the Sybase jConnect 5.5 driver&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I try to verify the connection in CF Administrator, it throws the following error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;Connection verification failed for data source: ars_jdbc&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;java.sql.SQLException: The method com.sybase.jdbc3.jdbc.SybDatabaseMetaData.getJDBCMajorVersion() has not been completed and should not be called.&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;The root cause was that: java.sql.SQLException: The method com.sybase.jdbc3.jdbc.SybDatabaseMetaData.getJDBCMajorVersion() has not been completed and should not be called.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know that, all the connection parameters are correct because I have been able to create a DSN on another CF instance (CF 9) to the same database that I am trying to create a DSN for from CF 11. Please guide me in the right direction to fix the problem. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;p&gt;Milind&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2b89896b-6e6f-4ca9-999d-2e6cf6326892] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">jdbc</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">jconnect</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">jdbc_driver</category>
      <pubDate>Thu, 31 Jul 2014 11:02:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1536109</guid>
      <dc:date>2014-07-31T11:02:40Z</dc:date>
      <clearspace:dateToText>3 months 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>If statement in update query</title>
      <link>https://forums.adobe.com/thread/1528790</link>
      <description>&lt;!-- [DocumentBodyStart:4ba4d0b0-cb89-45fb-842b-ecf4b2d09f9e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I was wondering if you could have a cfif statement inside of a update query.&amp;nbsp; See example below.&amp;nbsp; Is there a better way of doing it? thanks.&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery DATASOURCE="xxx" name="update"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; UPDATE plant_gen_info&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET levels_complete = #URL.var0#&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfif IsDefined("URLvar13"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Q1_answer = #URL.var13#&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfif&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE ID = #session.member_id#&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4ba4d0b0-cb89-45fb-842b-ecf4b2d09f9e] --&gt;</description>
      <pubDate>Tue, 22 Jul 2014 20:02:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1528790</guid>
      <dc:date>2014-07-22T20:02:23Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Specific instances not connecting to DSNs</title>
      <link>https://forums.adobe.com/thread/1525174</link>
      <description>&lt;!-- [DocumentBodyStart:0604cfa5-bca6-4ec3-8699-b3f2ec46dcda] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Very odd issue that has just started with our CF10 environment with 2 of our dev boxes.....I have a box for example that has been configured with 2 instances....dev-app and dev-admin.&amp;nbsp;&amp;nbsp; Randomly both instances will have issues talking to our DSN's , the main coldfusion admin &lt;a class="jive-link-external-small" href="http://localhost/CFIDE/administrator" rel="nofollow"&gt;http://localhost/CFIDE/administrator&lt;/a&gt; communicates no problem with the same set of DSN's.&amp;nbsp;&amp;nbsp; I have 2 boxes out of 15 acting like this....they are all setup exactly the same in terms of virtulization, firewall, etc&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Specific error I receive is &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Connection verification failed for data source: cc_core&lt;br/&gt;java.sql.SQLException: Timed out trying to establish connection&lt;br/&gt;The root cause was that: java.sql.SQLException: Timed out trying to establish connection&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am at a loss why these boxes are suddenly popping up with these DSN timeouts....I have even rebuilt one of the boxes as far as CF goes but still same issue.....it might work again but I can't have it soo flaky.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0604cfa5-bca6-4ec3-8699-b3f2ec46dcda] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">sql_database</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">coldfusion 10</category>
      <pubDate>Fri, 18 Jul 2014 16:03:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1525174</guid>
      <dc:date>2014-07-18T16:03:09Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF11 - SQL Type Not Supported By This Driver on basic ORM Update</title>
      <link>https://forums.adobe.com/thread/1469018</link>
      <description>&lt;!-- [DocumentBodyStart:93d3f911-2eef-4a0d-bf9a-9c5b126e9bb6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;We are testing out one of our web applications in CF11.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;We have a basic ORM entity update function that fetches an object, individually calls several setters, and then saves the entity inside a transaction tag in cfscript. We are working with Microsoft SQL 2012 Standard edition. This worked under CF9 and CF10.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Under CF11, we get the following error:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;Error: An exception occurred when committing the transaction. The root cause of this exception was: coldfusion.orm.hibernate.HibernateSessionException: [macromedia][SQLServer JDBC Driver]The specified SQL type is not supported by this driver..&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;The line of code throwing the error is whatever the last line inside the transaction {} block is.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 12pt; font-family: 'Times New Roman';"&gt;The SQL being run follows. This is super basic. What is going on here?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-size: 12pt; font-family: 'Times New Roman';"&gt;&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;Hibernate log:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE DEBUG - update dbo.registrations set childID=?, registered=?, dropped=?, droppedBy=?, droppedDate=?, neverPlayed=?, WL=?, WLRemoveDate=?, WLRemoveBy=?, sexdiv=?, age_calc=?, Scholarship=?, VIP=?, PlayerSchool=?, Grade=?, PlayerHeight=?, PlayerWeight=?, PlayerEmail=?, PlayerCellPhone=?, LBrother=?, RecentlyMoved=?, submitterID=?, submitType=?, comments=?, RegistrationComments=?, CommentsDivDir=?, DroppedComments=?, RegistrarOnly=?, MedicalInsCarrier=?, MedCond=?, Mediprobs=?, PhysicianName=?, DoctorFull=?, EmergencyContact=?, EmergencyPhone=?, seasonID=?, moveUp=?, moveUpStatus=?, moveUpAsked=?, MoveUpOldDiv=?, PlayedLastYear=?, MethodOfPayment=?, Fee=?, RefundAmount=?, RefundDate=?, AmountPaid=?, InvoiceNo=?, Div=?, batchNum=?, sexdivNextYear=?, email_other=?, dateCreated=?, dateModified=?, lastModifiedBy=?, playerNum=?, refund=?, refundBy=?, donation=?, isAYSOExtra=?, yearbooksGiven=?, yearbooksOrdered=?, noPracticeDay=?, coed=?, clientID=?, seasonUID=? where registrationID=?&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [1] as [VARCHAR] - 37F22B1B-066D-45CB-BBDA-677D8059159D&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [2] as [BOOLEAN] - true&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [3] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [4] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [5] as [TIMESTAMP] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [6] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [7] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [8] as [TIMESTAMP] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [9] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [10] as [VARCHAR] - B19&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [11] as [INTEGER] - 6&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [12] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [13] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [14] as [VARCHAR] - Test&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [15] as [VARCHAR] - 3&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [16] as [VARCHAR] - 23&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [17] as [VARCHAR] - 44&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [18] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [19] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [20] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [21] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [22] as [VARCHAR] - 75F5114C-B32A-4BDA-A125-93FAB7EB3834&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [23] as [VARCHAR] - Father&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [24] as [VARCHAR] - test&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [25] as [VARCHAR] - test&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [26] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [27] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [28] as [VARCHAR] - test&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [29] as [VARCHAR] - BCS&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [30] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [31] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [32] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [33] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [34] as [VARCHAR] - LK&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [35] as [VARCHAR] - 302-555-1212&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [36] as [INTEGER] - 9&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [37] as [SMALLINT] - 1&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [38] as [INTEGER] - 0&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [39] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [40] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [41] as [BOOLEAN] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [42] as [VARCHAR] - Credit Card - Automated&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [43] as [DOUBLE] - 100.0&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [44] as [DOUBLE] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [45] as [TIMESTAMP] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [46] as [DOUBLE] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [47] as [VARCHAR] - 7176&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [48] as [SMALLINT] - 8&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [49] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [50] as [VARCHAR] - B8&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [51] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [52] as [TIMESTAMP] - 2013-07-19 12:29:50.0&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [53] as [TIMESTAMP] - {ts '2014-05-07 19:21:04'}&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [54] as [VARCHAR] - 75F5114C-B32A-4BDA-A125-93FAB7EB3834&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [55] as [INTEGER] - 18973&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [56] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [57] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [58] as [DOUBLE] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [59] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [60] as [SMALLINT] - 0&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [61] as [SMALLINT] - 0&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [62] as [VARCHAR] - Wednesday&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [63] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [64] as [VARCHAR] - 2BDE1C40-A442-46D0-AD11-2E9E9F078069&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [65] as [VARCHAR] - 8FD74B93-990E-4DFE-8D0A-352EA5461180&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [66] as [VARCHAR] - 42E5F844-1310-41CE-BDD6-BB4E6FB8D847&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE ERROR - [macromedia][SQLServer JDBC Driver]The specified SQL type is not supported by this driver.&lt;/p&gt;


&lt;/blockquote&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:93d3f911-2eef-4a0d-bf9a-9c5b126e9bb6] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">hibernate</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">cf11</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">ms sql server</category>
      <pubDate>Wed, 07 May 2014 22:32:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1469018</guid>
      <dc:date>2014-05-07T22:32:39Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Connection verification failed for data source</title>
      <link>https://forums.adobe.com/thread/1516904</link>
      <description>&lt;!-- [DocumentBodyStart:11e7c7ac-ad65-42ff-b67a-cbb21870884f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;Hi&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;I&lt;/span&gt;&lt;span&gt;'m trying&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;to&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;connect&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;to&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;a&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;MS&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;SQL2000&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;and&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;a&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;MYSQL&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;server&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;with&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;CF11&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;System&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;WIN7&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;Apache32&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;bit&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;CF11&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;32 bit&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;the&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;error message&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;is&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Connection&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;verification&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;failed&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;for&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;data&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;source&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;picos&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;java.sql.SQLException&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;[Macromedia] [SequeLink&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;JDBC&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;driver] [ODBC&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;socket] internal&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;error&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;the&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;data source name&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;not&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;found&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;and&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;no&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;default driver&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;specified&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;The&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;root&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;cause&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;what&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;that&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;java.sql.SQLException&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;[Macromedia] [SequeLink&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;JDBC&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;driver] [ODBC&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;socket] internal&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;error&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;the&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;data source name&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;not&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;found&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;and&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;no&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;default driver&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;specified&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;What&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;can&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;I&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;do&lt;/span&gt;&lt;span&gt;?&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;Thank&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;you&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;for&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;an&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;answer&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;friendly&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;greetings&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Jochen&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;Vetter&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11e7c7ac-ad65-42ff-b67a-cbb21870884f] --&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:08:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1516904</guid>
      <dc:date>2014-07-08T09:08:27Z</dc:date>
      <clearspace:dateToText>4 months 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Very slow Oracle Stored Procedure in ColdFusion 11</title>
      <link>https://forums.adobe.com/thread/1513798</link>
      <description>&lt;!-- [DocumentBodyStart:8e825786-d9ec-4d88-b2e1-097e394476e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Recently I installed ColdFusion 11 Developer version (on Windows 8 &amp;amp; IIS) to test the migration of a CF9 based website that uses Oracle as its underlying DB. 1 of the first problems I encountered are the PLSQL stored procedures that seem to be very slow, like 10-50 times slower than with CF9. So I did a test where I execute the exact same SQL statement, which returns ~11000 rows, with both cfstoredproc and cfquery. The processing time of the stored procedure is 111645ms while the processing time of the cfquery is 362ms. The query doesn't return any (C)LOBs, per row there are 4 columns returned, 3 having a number, 1 having a varchar2 with a max size of 256 characters. I uninstalled CF11 several times but everytime I get the same results, no matter what I try in the CFIDE. Maybe I'm missing something obvious here, but for now I don't see it...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8e825786-d9ec-4d88-b2e1-097e394476e9] --&gt;</description>
      <pubDate>Thu, 03 Jul 2014 20:03:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1513798</guid>
      <dc:date>2014-07-03T20:03:14Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>No matching authentication protocol Oracle 12c</title>
      <link>https://forums.adobe.com/thread/1395547</link>
      <description>&lt;!-- [DocumentBodyStart:6fa84159-9297-413a-90d3-9745c71bbc28] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, we are working with ColdFusion 10 and Oracle 12c Database, but when we are trying to connect with the database across CF, we have the following message:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;java.sql.SQLException: [Macromedia][Oracle JDBC Driver][Oracle]ORA-28040: No matching authentication protocol&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anybody know how can we work with Oracle 12c? Is necessary an update to fix that? &lt;span aria-label="Plain" class="emoticon-inline emoticon_plain" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6fa84159-9297-413a-90d3-9745c71bbc28] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">connection</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">jdbc</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">oracle</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">coldfusion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">access_database</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">cf10</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">oracle_12c</category>
      <pubDate>Sat, 01 Feb 2014 18:15:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1395547</guid>
      <dc:date>2014-02-01T18:15:33Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>which driver best for DB connection Native driver vs jdbc drivers</title>
      <link>https://forums.adobe.com/thread/1507737</link>
      <description>&lt;!-- [DocumentBodyStart:f7f6bb83-88a2-4280-92da-bb252b6e48cf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In ColdFusion we can create DSN in 2 ways. Either we can select the driver for the specific database or we can use the Other as the driver and we can create the DSN by specifying the connection string. Which is the best way in terms of the performance for apps. Any idea.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here I am looking to create the DSN to SQL Server 2012 and I have create 2 DSN's, one with SQL Server&amp;nbsp; driver and one with other and mentioned the connection string.&amp;nbsp; I don't see any difference as of now. Please advise which one to user.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f7f6bb83-88a2-4280-92da-bb252b6e48cf] --&gt;</description>
      <pubDate>Thu, 26 Jun 2014 14:24:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1507737</guid>
      <dc:date>2014-06-26T14:24:56Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to connect to sql server 2012 multi-subnet failover clustering</title>
      <link>https://forums.adobe.com/thread/1477831</link>
      <description>&lt;!-- [DocumentBodyStart:1f70d54d-6e5c-4365-915f-6c6495af4783] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am looking to connect to the last sql server 2012 multi-subnet failover clustering which requires to mention the connection string MULTISUBNETFAILOVER=Yes.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Even though I have mention, its still failing to create the DSN, I am able to connect to it from SQL Server Management Studio. Does any able to connect it. do i need to install any JDBC drivers for this to success.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here I am using ColdFusion 9 enterprise edition.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Srinivas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1f70d54d-6e5c-4365-915f-6c6495af4783] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">sql server 2012 multisubnetfailover</category>
      <pubDate>Mon, 19 May 2014 16:18:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1477831</guid>
      <dc:date>2014-05-19T16:18:59Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Considering upgrading from CF8 up to CF11... notice in the CF11 support matrix that Sybase Adaptive Server Enterprise 15.0, 15.5  is not supported.  While we primarily connect to Oracle DB, we do need to connect to Sybase DBs periodically. Is the plan to</title>
      <link>https://forums.adobe.com/thread/1496262</link>
      <description>&lt;!-- [DocumentBodyStart:15dfb1d1-6860-4736-b106-3c1c0e7ca3a8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Considering upgrading from CF8 up to CF11... notice in the CF11 support matrix that Sybase Adaptive Server Enterprise 15.0, 15.5&amp;nbsp; is not supported.&amp;nbsp; While we primarily connect to Oracle DB, we do need to connect to Sybase DBs periodically.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is the plan for CF11 to support Sybase again in the near future?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:15dfb1d1-6860-4736-b106-3c1c0e7ca3a8] --&gt;</description>
      <pubDate>Fri, 13 Jun 2014 20:32:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1496262</guid>
      <dc:date>2014-06-13T20:32:34Z</dc:date>
      <clearspace:dateToText>5 months 22 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What is the latest version of SQL Server which ColdFusion 7 supports?</title>
      <link>https://forums.adobe.com/thread/1451551</link>
      <description>&lt;!-- [DocumentBodyStart:bfde5d1d-4ddb-4871-a044-1d90b65acf9f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What is the latest version of SQL Server which ColdFusion 7 supports? For example can Cold Fusion 7 connect to SQL Server 2012 or 2008 without any problem? Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bfde5d1d-4ddb-4871-a044-1d90b65acf9f] --&gt;</description>
      <pubDate>Wed, 16 Apr 2014 01:02:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1451551</guid>
      <dc:date>2014-04-16T01:02:49Z</dc:date>
      <clearspace:dateToText>6 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Having problems connecting Coldfusion10 with sql server express 2012</title>
      <link>https://forums.adobe.com/thread/1438633</link>
      <description>&lt;!-- [DocumentBodyStart:5a0594ef-2f04-40e9-a21d-ca4eb594f01b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am having problems setting up a datasource for a local sql express 2012 server. Its running as the default instance. Connections are working with ODBC and client told just not Coldfusion.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I try to set up a connection using the sql driver I get this error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Connection verification failed for data source: Leaf&lt;/p&gt;&lt;p&gt; java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: 127.0.0.1:1433. Reason: Invalid argument: connect&lt;/p&gt;&lt;p&gt; The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: 127.0.0.1:1433. Reason: Invalid argument: connect&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I try a Socket connection with an ODBC connection I setup in windows I get this error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Connection verification failed for data source: LeafDB&lt;/p&gt;&lt;p&gt; java.sql.SQLException: [Macromedia][SequeLink JDBC Driver]Internal network error, connection closed.&lt;/p&gt;&lt;p&gt; The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver]Internal network error, connection closed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5a0594ef-2f04-40e9-a21d-ca4eb594f01b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">jdbc</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">datasource</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">sqlserver</category>
      <pubDate>Fri, 28 Mar 2014 18:33:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1438633</guid>
      <dc:date>2014-03-28T18:33:44Z</dc:date>
      <clearspace:dateToText>7 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Issues with CF9 and Oracle 11g R2?</title>
      <link>https://forums.adobe.com/thread/1430616</link>
      <description>&lt;!-- [DocumentBodyStart:325a990c-1aa3-450f-918f-8261662b81c3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have a need to upgrade our Oracle DB from 11g R1 to 11g R2 and are not in a posiition to move off of ColdFusion 9 yet.&amp;nbsp;&amp;nbsp; Has anyone run into any issues with 11G R2?&amp;nbsp; I know it's not officially supported by Adobe, but I don't think we will have much choice in the matter.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:325a990c-1aa3-450f-918f-8261662b81c3] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">cf9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">oracle_11g</category>
      <pubDate>Tue, 18 Mar 2014 12:16:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1430616</guid>
      <dc:date>2014-03-18T12:16:07Z</dc:date>
      <clearspace:dateToText>7 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>issues with data returned on application.cfc onRequeststart</title>
      <link>https://forums.adobe.com/thread/1430342</link>
      <description>&lt;!-- [DocumentBodyStart:e99bf2c5-f886-4de0-a5ff-69c9506113b2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a shopping cart that works from main code with VD on IIS.&lt;br/&gt; So all the code is places in one directory, and for each store I create a Virtual directory on the IIS &lt;br/&gt; so a store link will look like this :&lt;/p&gt;&lt;ol style="list-style-type: lower-alpha;"&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.shoppingcart.com/store/XXXXX" rel="nofollow"&gt;www.shoppingcart.com/store/XXXXX&lt;/a&gt; &lt;br/&gt; when the xxx is the prefix of that store.&lt;br/&gt; in the application.cfc ONREQUERSTSTART I take the last part of the URL and match it with the PREFIX I in the list of stores on the DB.&lt;br/&gt; to get the prefix I do this :&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset request.store.prefix = "&lt;strong&gt;#listgetat(cgi.SCRIPT_NAME,listlen(cgi.SCRIPT_NAME,'/')-1,'/')#&lt;/strong&gt;"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then to get the right store info I used to do this :&lt;br/&gt; &amp;lt;cfset qreadStoreInfo = application.cfc.StoreDetails.read(&lt;strong&gt;filterStorePrefix request.store. prefix&lt;/strong&gt;)&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;It all worked well (for over 4yrs) till about 2-3 moths ago (or at least then one of the client complained) when we start seeing the WRONG output of store info, like stores were "mixed" some how &amp;#8211; totally randomly.&lt;br/&gt; &lt;br/&gt; After following it for a few days I noted that the query that is returned from the CFC is for the wrong store.&lt;br/&gt; &lt;br/&gt; &lt;/p&gt;&lt;p&gt;At first I thought it&amp;#8217;s the request.store.prefix not "stored" by the time I get to the query line so I changed this :&lt;/p&gt;&lt;p&gt;&amp;lt;cfset qreadStoreInfo = application.cfc.StoreDetails.read(&lt;strong&gt;filterStorePrefix= &lt;/strong&gt;"&lt;strong&gt;#listgetat(cgi.SCRIPT_NAME,listlen(cgi.SCRIPT_NAME,'/')-1,'/')#&lt;/strong&gt;")&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yet I still get the wrong value back from the Query, and when looking at the Query I can see that the VALUE been sent in is wrong, even that I know for sure that I sent in the right value, since in the email I do an out put of the info on the page.&lt;br/&gt; &lt;br/&gt; Did any one encountered any thing like this before ?&lt;br/&gt; Any leads on how to maybe start handling ?&lt;/p&gt;&lt;p&gt;Is there a way that if the client is looking at 2 site at the same time thus queries can get "mixed", even that they are done on the ONREQUEST part of the application.cfc (IE each page should be processed on its own)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e99bf2c5-f886-4de0-a5ff-69c9506113b2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">cfquery</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">cf9</category>
      <pubDate>Tue, 18 Mar 2014 01:02:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1430342</guid>
      <dc:date>2014-03-18T01:02:54Z</dc:date>
      <clearspace:dateToText>7 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Concatenate date time and update SQL datetime field</title>
      <link>https://forums.adobe.com/thread/1425647</link>
      <description>&lt;!-- [DocumentBodyStart:7db73f5c-6abb-4803-ae4b-ee121a8654ea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form that captures date and time in 2 separate fields data and time. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to combine these fileds and UPDATE a SQL database (datetime field)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The date field is passed like this&amp;nbsp; DSDATE={ts '2013-11-18 00:00:00'}&lt;/p&gt;&lt;p&gt;The time field is passed like this&amp;nbsp;&amp;nbsp; TIME_IN1=14:05&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;How do I concatenate DSDATE AND TIME_IN1 so that I can insert like this 2013-11-18 14:05:00.000&lt;/strong&gt; ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7db73f5c-6abb-4803-ae4b-ee121a8654ea] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">mssql</category>
      <pubDate>Tue, 11 Mar 2014 17:19:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1425647</guid>
      <dc:date>2014-03-11T17:19:04Z</dc:date>
      <clearspace:dateToText>8 months 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Executing the SQL statement is not allowed - Error</title>
      <link>https://forums.adobe.com/thread/589010</link>
      <description>&lt;!-- [DocumentBodyStart:84f8ba8d-d8e6-4d06-9fec-366737fc8b94] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;br/&gt;I am getting "Executing the SQL statement is not allowed" for an INSERT cfquery that I'm running.&amp;nbsp; I checked the usual suspects:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;- DSN allows INSERT&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- I've seen reports online where certain field names or values are considered key words, so for protection CF blocks the query in this way (it would be nice if there was a different error message when it gets blocked this way vs. the DSN doesn't allow INSERT error message).&amp;nbsp; The field names and values were all benign strings, so it didn't seem like that.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;I took the same string for the query and ran it on another page and it ran fine (same DSN, too).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:84f8ba8d-d8e6-4d06-9fec-366737fc8b94] --&gt;</description>
      <pubDate>Wed, 03 Mar 2010 18:20:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/589010</guid>
      <dc:date>2010-03-03T18:20:09Z</dc:date>
      <clearspace:dateToText>8 months 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Oracle error ORA-01461when trying to insert into an ORACLE BLOB field</title>
      <link>https://forums.adobe.com/thread/1421563</link>
      <description>&lt;!-- [DocumentBodyStart:764f126c-4db8-4d05-b441-52201c248661] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am getting Oracle error &amp;lsquo;ORA-01461: can bind a LONG value only&amp;nbsp; for insert into a LONG column' when trying to insert into an ORACLE BLOB field. The error occurs when trying to insert a large BLOB (JPG), but does not occur when inserting a small (&amp;lt;1K) picture BLOB.(JPG). Any ideas?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;BTW, when using a SQL Server datasource using the same code.... everything works with no problems.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ORACLE version is 11.2.0.1&lt;/p&gt;&lt;p&gt;The ORACLE datasource is JDBC using Oracle's JDBC driver ojdbc6.jar v11.2.0.1 (I also have tried ojdbc5.jar v11.2.0.1; ojdbc5.jar v11.2.0.4; and ojdbc6.jar v11.2.0.4 with the same error result.)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is my code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset file_mime = Lcase(Right(postedXMLRoot.objname.XmlText, 3))&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfif file_mime EQ 'jpg'&amp;gt;&amp;lt;cfset file_mime = 'jpeg'&amp;gt;&amp;lt;/cfif&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset file_mime = 'data:image/' &amp;amp; file_mime &amp;amp; ';base64,'&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset image64 = ImageReadBase64("#file_mime##postedXMLRoot.objbase64.XmlText#")&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset ramfile = "ram://" &amp;amp; postedXMLRoot.objname.XmlText&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfimage action="write" source="#image64#" destination="#ramfile#" overwrite="true"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cffile action="readbinary" file="#ramfile#" variable="image_bin"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cffile action="delete" file="#ramfile#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="InsertImage" datasource="#datasource#"&amp;gt;&lt;/p&gt;&lt;p&gt;INSERT INTO test_images&lt;/p&gt;&lt;p&gt;( &lt;/p&gt;&lt;p&gt;image_blob&lt;/p&gt;&lt;p&gt;)&lt;/p&gt;&lt;p&gt;SELECT&lt;/p&gt;&lt;p&gt;&amp;lt;cfqueryparam value="#image_bin#" cfsqltype="CF_SQL_BLOB"&amp;gt;&lt;/p&gt;&lt;p&gt;FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;dual&lt;/p&gt;&lt;p&gt;&amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:764f126c-4db8-4d05-b441-52201c248661] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">jdbc</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">oracle</category>
      <pubDate>Wed, 05 Mar 2014 22:32:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1421563</guid>
      <dc:date>2014-03-05T22:32:19Z</dc:date>
      <clearspace:dateToText>8 months 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Query in an Access database executing a function defined in a module</title>
      <link>https://forums.adobe.com/thread/1418387</link>
      <description>&lt;!-- [DocumentBodyStart:5573544d-a28e-427c-bfb8-b562dd52821b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-family: Helvetica, Arial, sans-serif;"&gt;Hi all,&lt;br/&gt;&lt;br/&gt;I have an Access 2003 database in which some function is defined in a module.&lt;br/&gt;I also have a query defined which calls this function with no problem.&lt;br/&gt;Both the query and the function work well when the query is executed from Access.&lt;br/&gt;But when I try to execute the same query from ColdFusion, I get an error claiming that the function is not defined.&lt;br/&gt;&lt;br/&gt;Any Idea ?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5573544d-a28e-427c-bfb8-b562dd52821b] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">module</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">access</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">functions</category>
      <pubDate>Sat, 01 Mar 2014 17:31:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1418387</guid>
      <dc:date>2014-03-01T17:31:13Z</dc:date>
      <clearspace:dateToText>8 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>The requested instance is either invalid or not running</title>
      <link>https://forums.adobe.com/thread/1407876</link>
      <description>&lt;!-- [DocumentBodyStart:61325ec5-3616-46dd-a082-df2d0b6c9209] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I try to set up a datasource to SQL server 2008 Express.&lt;/p&gt;&lt;p&gt;And I get always that message :&lt;/p&gt;&lt;p&gt;The requested instance is either invalid or not running.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I spent a full day looking at all forums threads, I have learn a lot, &lt;/p&gt;&lt;p&gt;Looking through all Google return on that subject, but it still not working.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I ask for help to solve this situation.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is my situation :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Windows server 2008 R2 - CF9.0 - SQL server Express 2008&lt;/p&gt;&lt;p&gt;- Working through TSE (terminal server)&lt;/p&gt;&lt;p&gt;- on SQL server , I can acces the management studio, connect, create DB, anything&lt;/p&gt;&lt;p&gt;- I can Stop/Restart the SQL server service throuh the SQLconfig manager&lt;/p&gt;&lt;p&gt;- I have enable TCP/IP in SQLserver for 2 IPs : 127.0.0.1 and the server externel IP on which I connect through TSE, both on port 1433&lt;/p&gt;&lt;p&gt;- SQL server Express 2008 is installed on Hard Disk D:&amp;nbsp; (not on C:)&amp;nbsp; (C is small for diskspace)&lt;/p&gt;&lt;p&gt;- The SQL server Instance showed in SQL management Studio is : LARDE\SQLEXPRESS&lt;/p&gt;&lt;p&gt;- Authentification in SQL server : SQL server and Windows&lt;/p&gt;&lt;p&gt;- the CF datasource is declared as follow : &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Driver : Microsoft SQL server&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; datasource name : any&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; database : the accesible SQL database name where i created a new table&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server : LARDE\SQLEXPRESS&amp;nbsp;&amp;nbsp; port : 1433&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no login&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And I get this error in CF admin datasource : &lt;span style="color: #ff0000;"&gt;The requested instance is either invalid or not running&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- I tried also with a new connection on SQLserver (username/password), &lt;br/&gt;&amp;nbsp; add it in the datasource declaration (user login)&lt;/p&gt;&lt;p&gt;&amp;nbsp; same error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It seems to me that it is a question of Coldfusion access to that instance of SQLserver&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have the same config at home on local, all is working fine. (difference is TSE)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any idea,&amp;nbsp; help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:61325ec5-3616-46dd-a082-df2d0b6c9209] --&gt;</description>
      <pubDate>Sun, 16 Feb 2014 13:47:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1407876</guid>
      <dc:date>2014-02-16T13:47:54Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Last modified date of DB</title>
      <link>https://forums.adobe.com/thread/1397583</link>
      <description>&lt;!-- [DocumentBodyStart:2bf34c1e-ea8b-4f7d-9539-36459e4a1484] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Using Access databases, (.mdb files , lighter than accdb)&lt;/p&gt;&lt;p&gt;How can I know when the mdb file have been last modified ?&lt;/p&gt;&lt;p&gt;Looking for a simple way.&lt;/p&gt;&lt;p&gt;If possible, by querying something ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any suggestion,&lt;/p&gt;&lt;p&gt;Pierre.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2bf34c1e-ea8b-4f7d-9539-36459e4a1484] --&gt;</description>
      <pubDate>Tue, 04 Feb 2014 13:10:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1397583</guid>
      <dc:date>2014-02-04T13:10:27Z</dc:date>
      <clearspace:dateToText>8 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Access 2010 Tricks: Ghost Tables</title>
      <link>https://forums.adobe.com/thread/1399249</link>
      <description>&lt;!-- [DocumentBodyStart:ecbcc294-8a98-4f34-9673-ee76f5005038] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am working on upgrading a client from CF5 to CF10 as well as Access 2010 to SQL Server Express 2012.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I suspect they recently moved from Access 2000 to 2010 based on some message I came across. Don't know if that is germaine to this conversation or not, so I thought I'd throw that in.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the new CF10 environment, I had a query fail. At first glance, it appeared that one table didn't come across in the conversion.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Checked my copy of the Access database backup -- that table is not there.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tested the production (CF5 running Access) system and this program works.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Looked in the production Access database -- and the table is NOT there, either!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is this magic?&amp;nbsp; I see no stored procedures, and it's not a cursor (CF5 didn't have that capability).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's the query:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="get_job" datasource="sts"&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp; SELECT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/p&gt;&lt;p&gt;&amp;nbsp; FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; validate_jobnumber &lt;/p&gt;&lt;p&gt;&amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How is it possible to query an Access table that doesn't exist?&amp;nbsp; Where should I look for this mythical creature?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RLS&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ecbcc294-8a98-4f34-9673-ee76f5005038] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">access</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">cf10</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">cf5</category>
      <pubDate>Thu, 06 Feb 2014 01:47:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1399249</guid>
      <dc:date>2014-02-06T01:47:26Z</dc:date>
      <clearspace:dateToText>9 months 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Access 2010 to SQL Express 2012</title>
      <link>https://forums.adobe.com/thread/1393470</link>
      <description>&lt;!-- [DocumentBodyStart:258c54c2-ccf5-4c7c-9cf9-d07e7579dfaf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm upgrading a client from CF5 to CF10. They are using Access 2010 and I need to get it to SQL Server Express 2012 as part of the upgrade.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This should be simple enough, right?&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;I have access to SQL Server 200 / enterprise manager, SQL Express 2005 / 2008 / 2010 / 2012.&amp;nbsp; &lt;/li&gt;&lt;li&gt;I have access to a couple flavors of Access. &lt;/li&gt;&lt;li&gt;I have access to a 32 bit Vista machine, a 64 bit Windows 7 machine, a 32 bit Windows Server, a 64 bit Windows server, and more that I won't bore you with.&lt;/li&gt;&lt;li&gt;Of course, I have CF5, CF6.1, CF7, CF8, CF9, CF10&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Got all the tools I should need, right?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Tried to import Access from SQL 2012; errors due to data.&lt;/li&gt;&lt;li&gt;Tried to push (export) Access to SQL 2012; errors.&lt;/li&gt;&lt;li&gt;Tried using every version to push and pull the data, always a couple errors keep it from being clean.&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Let's be honest, here. There are so many databases, tables and columns, the last thing I want to do is data-map each and every field in every table in every database. I'm a programmer, right? I can do this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I installed the Access database engine and get my Access databases connected in CF per some obscure instructions I found for 64 bit CF.&amp;nbsp; Wrote a program that would inspect each database, each table, each field and tell me what's missing and what won't fit.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All Access and SQL connections verify in the CF datasource. I'm good to go!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Program won't run. CF doesn't like the 32 bit Access driver. "[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver]Optional feature not implemented", error code 106.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Okay, let's try the 64 bit version based on what my Google search about this found. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Huh. Installation failed because the client has some 32 bit MS Office programs loaded. Same with my local machine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Oh, turns out I was trying to use CFDBINFO against the Access database. So, don't do that, but now my easy diagnoses of the databases, tables, and columns is out the window on the Access side. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Every which way I turn around, it seems something prevents me from importing, exporting, or connecting via DSN in order to write a program to handle the problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I seriously considered plunking down $300 for Spectral Core's Full Convert 6. Their trial worked for me, but buying programs goes against the grain when it's (normally) in my wheelhouse.&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Found an article (&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.coldfusionmuse.com/index.cfm/2005/8/26/access_metadata" rel="nofollow" target="_blank"&gt;http://www.coldfusionmuse.com/index.cfm/2005/8/26/access_metadata&lt;/a&gt;&lt;span&gt;) that helped me mine Access the old fashioned way, once I learned how to exposed the MSysObjects table (Navigation Options) and allow them to be read (File, Users and Permissions, User and Group Permissions, select MSysObjects table and enable read).&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now to cycle through the tables and identify what's missing, set the new columns up and copy the data over.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think I might be on my way, but this is still reeking of "the hard way to do it".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And my wife wonders why I suffer from indigestion.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thoughts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:258c54c2-ccf5-4c7c-9cf9-d07e7579dfaf] --&gt;</description>
      <pubDate>Thu, 30 Jan 2014 05:58:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1393470</guid>
      <dc:date>2014-01-30T05:58:45Z</dc:date>
      <clearspace:dateToText>9 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Connection verification failed for data source</title>
      <link>https://forums.adobe.com/thread/1389365</link>
      <description>&lt;!-- [DocumentBodyStart:4707b61e-c16b-4e4b-9355-04d92ef44625] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am running windows7, cf8 entrprise, and have setup several databses successfully. For some reason this one isn't working.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Datasource: colcadbase&lt;/p&gt;&lt;p&gt;Driver: other&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CF Data Source Name:colcadbase&lt;/p&gt;&lt;p&gt;JDBC URL: jdbc:mysql://localhost:3306/colcadbase&lt;/p&gt;&lt;p&gt;Driver Class: com.mysql.jdbc.Driver&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I try to verify the dbase, I get the following error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Connection verification failed for data source: colcadbase&lt;/p&gt;&lt;p&gt;java.sql.SQLException: Timed out trying to establish connection&lt;/p&gt;&lt;p&gt;The root cause was that: java.sql.SQLException: Timed out trying to establish connection&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas what is happening here?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4707b61e-c16b-4e4b-9355-04d92ef44625] --&gt;</description>
      <pubDate>Sat, 25 Jan 2014 14:44:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1389365</guid>
      <dc:date>2014-01-25T14:44:03Z</dc:date>
      <clearspace:dateToText>9 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Change Default Connection Properties for SQL Server / ColdFusion 7</title>
      <link>https://forums.adobe.com/thread/246670</link>
      <description>&lt;!-- [DocumentBodyStart:46f5339a-975c-4a04-bdfa-406c4c06f02c] --&gt;&lt;div class="jive-rendered-content"&gt;Change Default Connection Properties for SQL Server /
ColdFusion 7
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;I've started working with indexed views in my Microsoft SQL
Server 2005 database. Whenever a SQL statement alters a field (
INSERT, UPDATE, DELETE ) used by the index on an indexed view
certain connection settings must be set.
&lt;br/&gt;
&lt;br/&gt;SET ANSI_NULLS ON
&lt;br/&gt;SET ANSI_PADDING ON
&lt;br/&gt;SET ANSI_WARNINGS ON
&lt;br/&gt;SET CONCAT_NULL_YIELDS_NULL ON
&lt;br/&gt;SET NUMERIC_ROUNDABORT OFF
&lt;br/&gt;SET QUOTED_IDENTIFIER ON
&lt;br/&gt;SET ARITHABORT ON
&lt;br/&gt;
&lt;br/&gt;When ColdFusion connects to SQL server the ARIHABORT setting
is OFF causing SQL statements to fail.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;I currently have two workarounds for this:
&lt;br/&gt;
&lt;br/&gt;1. Use a stored procedure created with the required settings.
&lt;br/&gt;
&lt;br/&gt;2. Run a cfquery containing the required settings before the
UPDATE, INSERT, or DELETE cfquery statement.
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Questions:
&lt;br/&gt;
&lt;br/&gt;1. Is it possible to configure ColdFusion's connection to set
ARITHABORT ON by default? 
&lt;br/&gt;
&lt;br/&gt;2. Does Microsoft's JDBC driver use this setting by default?
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;My environment:
&lt;br/&gt;Microsoft SQL Server 2005
&lt;br/&gt;ColdFusion 7.0.2
&lt;br/&gt;Windows 2003
&lt;br/&gt;Using the SQL Server drivers bundled with CF7
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;References:
&lt;br/&gt;Improving Performance with SQL Server 2005 Indexed Views
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.microsoft.com/technet/prodtechnol/sql/2005/impprfiv.mspx" rel="nofollow"&gt;http://www.microsoft.com/technet/prodtechnol/sql/2005/impprfiv.mspx&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;PRB: Error "INSERT Failed" When You Update Table Referenced
in an Indexed View
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://support.microsoft.com/kb/305333" rel="nofollow"&gt;http://support.microsoft.com/kb/305333&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Any help is appreciated.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:46f5339a-975c-4a04-bdfa-406c4c06f02c] --&gt;</description>
      <pubDate>Wed, 25 Jun 2008 13:49:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/246670</guid>
      <dc:date>2008-06-25T13:49:40Z</dc:date>
      <clearspace:dateToText>9 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Local SQL Server 2012 (express) ColdFusion 10 Datasource will not connect?</title>
      <link>https://forums.adobe.com/thread/1212590</link>
      <description>&lt;!-- [DocumentBodyStart:9b323a08-9c76-4f8b-a731-f5b76a73d027] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There are several methods to do this out there, not one has worked for me. First, configuring SQL Server by &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;enabling TCIP connections&lt;/p&gt;&lt;p&gt;Setting IP1 &amp;amp; IP2 Address to 127.0.0.1&lt;/p&gt;&lt;p&gt;setting all TCP Ports to 1433 (IP1 through IP7)&lt;/p&gt;&lt;p&gt; Leave all TCP Dynamic Ports blank&lt;/p&gt;&lt;p&gt;enable Named Pipes&lt;/p&gt;&lt;p&gt;restart SQL Server&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then in Studio:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Security tab under the DB you want to connect to&lt;/p&gt;&lt;p&gt;create a new user&lt;/p&gt;&lt;p&gt;give user a user name and login name&lt;/p&gt;&lt;p&gt;default Schema- dbo&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then in CF Admin:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Server: 127.0.0.1&lt;/p&gt;&lt;p&gt;Port: 1433&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;User Name: login name from above&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Connection verification failed for data source: appraiseriLOCAL&lt;/p&gt;&lt;p&gt; java.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'Nu-PC\Nu'.&lt;/p&gt;&lt;p&gt; The root cause was that: java.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'Nu-PC\Nu'.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help with this will prevent more hair-pulling.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b323a08-9c76-4f8b-a731-f5b76a73d027] --&gt;</description>
      <pubDate>Wed, 15 May 2013 15:41:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1212590</guid>
      <dc:date>2013-05-15T15:41:15Z</dc:date>
      <clearspace:dateToText>9 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Please help, regarding 'content copying'</title>
      <link>https://forums.adobe.com/thread/1384082</link>
      <description>&lt;!-- [DocumentBodyStart:944ed392-22fc-4ecf-9f8d-25447f6c8061] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have signed up for Adobe (non-paying memeber). Im using PDF and want to edit the security settings so that content copying of my document is disallowed. I don't know how/ seem to be unable to do so, please will you be so kind to help?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Appologies for asking help with what im sure is a simple matter, regards&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;JC&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:944ed392-22fc-4ecf-9f8d-25447f6c8061] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">#help</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">#pdf</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">#document</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">#content</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">#copying</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">#encrypt</category>
      <pubDate>Mon, 20 Jan 2014 00:33:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1384082</guid>
      <dc:date>2014-01-20T00:33:59Z</dc:date>
      <clearspace:dateToText>9 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Query problem when switching from Access to MS SQL</title>
      <link>https://forums.adobe.com/thread/1336165</link>
      <description>&lt;!-- [DocumentBodyStart:5282342e-5fd6-4478-884d-d49577fd847f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have this query which worked great in Access&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SELECT e.wall +l.wall As wall2yr, e.lall +l.lall As lall2yr, l.TEAMID, l.TEAMNAME, l.GY AS LaterGY, l.finalrating AS LaterFinalRating, e.finalrating AS EarlyFinalRating, e.GY AS EarlyGY, LaterFinalRating+EarlyFinalRating&amp;nbsp; AS twoyear FROM TEAMSEASONRATINGINFO AS e INNER JOIN TEAMSEASONRATINGINFO AS l ON l.teamID = e.TeamID AND l.GY = e.GY+1 WHERE l.GY =#url.GY# AND e.finalrating &amp;gt; 0&lt;/p&gt;&lt;p&gt;AND l.DIVISION = #url.DIVISION#&lt;/p&gt;&lt;p&gt;ORDER BY e.finalrating+ l.finalrating DESC&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I have switched to MS SQL and I am geting this error&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid column name 'LaterFinalRating'.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Is there something different the way MSSQL handles INNER JOINS or aliases?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5282342e-5fd6-4478-884d-d49577fd847f] --&gt;</description>
      <pubDate>Fri, 15 Nov 2013 17:37:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1336165</guid>
      <dc:date>2013-11-15T17:37:27Z</dc:date>
      <clearspace:dateToText>9 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ColdFusion 10 - No MS Access with Unicode driver</title>
      <link>https://forums.adobe.com/thread/1225802</link>
      <description>&lt;!-- [DocumentBodyStart:6fc56207-784b-4be3-affd-53d6cf784aad] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm setting up a new server to test ColdFusion 10 (will be upgrading from 8) and I don't have the option for MS Access with Unicode from the driver list when adding a new DSN. Based on this referrence (&lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fe6.html" rel="nofollow"&gt;http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fe 6.html&lt;/a&gt;) it looks like it should still be included, but I'm not seeing it. Any ideas how to get the option back?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6fc56207-784b-4be3-affd-53d6cf784aad] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">odbc</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">access_database</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">cf10</category>
      <pubDate>Tue, 04 Jun 2013 22:39:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1225802</guid>
      <dc:date>2013-06-04T22:39:19Z</dc:date>
      <clearspace:dateToText>9 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>UNION Query</title>
      <link>https://forums.adobe.com/thread/1336169</link>
      <description>&lt;!-- [DocumentBodyStart:aa9e8755-c939-4231-a985-28f95dafcdd4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a union query like this that gets info from 2 different tables&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;&amp;nbsp; &amp;lt;cfquery name="getpeople"&amp;nbsp;&amp;nbsp; datasource="#request.dsn#"&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt; SELECT&amp;nbsp; ID,CityName,&amp;nbsp; SUM(people) AS sump FROM table 1 &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;GROUP by ID,CityName&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;UNION &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;&amp;nbsp; SELECT&amp;nbsp; ID,CityName,&amp;nbsp; SUM(people) AS sump FROM table 2&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;GROUP by ID,CityName&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;ORDER BY SUM(people)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt; &amp;lt;/cfquery&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So what I want is the sums from both tables but what I get is the sums of each table.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;For example I get &lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ID-CityName-sump&lt;/p&gt;&lt;p&gt;1- New York -3&lt;/p&gt;&lt;p&gt;1-New York- 4&lt;/p&gt;&lt;p&gt;2-Chicago -5&lt;/p&gt;&lt;p&gt;2-Chicago -6&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;What I want is&lt;/strong&gt;&lt;br/&gt;ID-CityName-sump&lt;/p&gt;&lt;p&gt;1-New York- 7&lt;/p&gt;&lt;p&gt;2-Chicago -11&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I need to do another query after the union query?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aa9e8755-c939-4231-a985-28f95dafcdd4] --&gt;</description>
      <pubDate>Fri, 15 Nov 2013 17:54:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1336169</guid>
      <dc:date>2013-11-15T17:54:44Z</dc:date>
      <clearspace:dateToText>11 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>reinstall elements</title>
      <link>https://forums.adobe.com/thread/1341549</link>
      <description>&lt;!-- [DocumentBodyStart:23b88f48-9d83-4df8-8d1e-9e6cf8f8c9ec] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;can i install elements 12 on more than 1 pc&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:23b88f48-9d83-4df8-8d1e-9e6cf8f8c9ec] --&gt;</description>
      <pubDate>Fri, 22 Nov 2013 18:44:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1341549</guid>
      <dc:date>2013-11-22T18:44:04Z</dc:date>
      <clearspace:dateToText>11 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Goa female ℰScoℛTs{{ +919833959165}} Goa companions</title>
      <link>https://forums.adobe.com/thread/1335965</link>
      <description>&lt;!-- [DocumentBodyStart:f066ccdb-e4e3-4e93-89cb-862477634367] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ +919833959165}}independent Goa&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt; ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts{{ +919833959165}} Goa airhostess &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts, Goa companions, pakistani &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ +919833959165}}independent Goa&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt; ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts{{ +919833959165}} Goa airhostess &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts, Goa companions, pakistani &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ +919833959165}}independent Goa&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt; ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts{{ +919833959165}} Goa airhostess &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts, Goa companions, pakistani &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ +919833959165}}independent Goa&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt; ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts{{ +919833959165}} Goa airhostess &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts, Goa companions, pakistani &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f066ccdb-e4e3-4e93-89cb-862477634367] --&gt;</description>
      <pubDate>Fri, 15 Nov 2013 12:20:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1335965</guid>
      <dc:date>2013-11-15T12:20:05Z</dc:date>
      <clearspace:dateToText>11 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Goa ℰScoℛTs service{{ +919833959165}}Goa ℰScoℛTs agency</title>
      <link>https://forums.adobe.com/thread/1335964</link>
      <description>&lt;!-- [DocumentBodyStart:3dab4ebd-d563-4ce3-b70e-4afe76c86806] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;pakistani &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, high profile lady &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts Goa{{ +919833959165}} Goa s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;xy &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts,, Goa college &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts, &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;all gi&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;ls in Goa {{ +919833959165}}&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, high profile &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, cheap &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, Goa &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts mobile number&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;pakistani &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, high profile lady &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts Goa{{ +919833959165}} Goa s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;xy &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts,, Goa college &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts, &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;all gi&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;ls in Goa {{ +919833959165}}&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, high profile &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, cheap &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, Goa &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts mobile number&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;pakistani &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, high profile lady &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts Goa{{ +919833959165}} Goa s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;xy &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts,, Goa college &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts, &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;all gi&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;ls in Goa {{ +919833959165}}&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, high profile &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, cheap &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts in Goa, Goa &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ts mobile number&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3dab4ebd-d563-4ce3-b70e-4afe76c86806] --&gt;</description>
      <pubDate>Fri, 15 Nov 2013 12:18:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1335964</guid>
      <dc:date>2013-11-15T12:18:11Z</dc:date>
      <clearspace:dateToText>11 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Goa esℂor𝒕s services {{ 00919833959165 }} high profile lady esℂor𝒕 Goa, Goa  sexy ℰScoℛTs</title>
      <link>https://forums.adobe.com/thread/1335963</link>
      <description>&lt;!-- [DocumentBodyStart:7c3ab91b-0327-4b2e-9882-2afaf2abad2a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa college es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ 009833959165 &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt; &lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;all gi&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;ls Goa,&amp;nbsp; es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s in &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa, high profile es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; in Goa { 009833959165 }!*!*!*!*! cheap&lt;/span&gt; &lt;span style="font-size: 8.5pt; font-family: 'Cambria Math','serif'; color: black;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Verdana','sans-serif'; color: black;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Cambria Math','serif'; color: black;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Verdana','sans-serif'; color: black;"&gt;Ts&lt;/span&gt;&lt;span style="color: #444444; background: white; font-family: 'Arial','sans-serif';"&gt; in&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa college es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ 009833959165 &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt; &lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;all gi&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;ls Goa,&amp;nbsp; es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s in &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa, high profile es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; in Goa { 009833959165 }!*!*!*!*! cheap&lt;/span&gt; &lt;span style="font-size: 8.5pt; font-family: 'Cambria Math','serif'; color: black;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Verdana','sans-serif'; color: black;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Cambria Math','serif'; color: black;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Verdana','sans-serif'; color: black;"&gt;Ts&lt;/span&gt;&lt;span style="color: #444444; background: white; font-family: 'Arial','sans-serif';"&gt; in&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa college es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ 009833959165 &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt; &lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;all gi&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;ls Goa,&amp;nbsp; es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s in &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa, high profile es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; in Goa { 009833959165 }!*!*!*!*! cheap&lt;/span&gt; &lt;span style="font-size: 8.5pt; font-family: 'Cambria Math','serif'; color: black;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Verdana','sans-serif'; color: black;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Cambria Math','serif'; color: black;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Verdana','sans-serif'; color: black;"&gt;Ts&lt;/span&gt;&lt;span style="color: #444444; background: white; font-family: 'Arial','sans-serif';"&gt; in&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa college es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ 009833959165 &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt; &lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;all gi&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;ls Goa,&amp;nbsp; es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s in &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa, high profile es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; in Goa { 009833959165 }!*!*!*!*! cheap&lt;/span&gt; &lt;span style="font-size: 8.5pt; font-family: 'Cambria Math','serif'; color: black;"&gt;ℰ&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Verdana','sans-serif'; color: black;"&gt;Sco&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Cambria Math','serif'; color: black;"&gt;ℛ&lt;/span&gt;&lt;span style="font-size: 8.5pt; font-family: 'Verdana','sans-serif'; color: black;"&gt;Ts&lt;/span&gt;&lt;span style="color: #444444; background: white; font-family: 'Arial','sans-serif';"&gt; in&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7c3ab91b-0327-4b2e-9882-2afaf2abad2a] --&gt;</description>
      <pubDate>Fri, 15 Nov 2013 12:15:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1335963</guid>
      <dc:date>2013-11-15T12:15:54Z</dc:date>
      <clearspace:dateToText>11 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Goa model esℂor𝒕s {{ +919833959165}} esℂor𝒕 Goa, indian esℂor𝒕s in Goa</title>
      <link>https://forums.adobe.com/thread/1335962</link>
      <description>&lt;!-- [DocumentBodyStart:85475761-3d37-4e92-9beb-86b5474ebcd1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;independent Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ +919833959165&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;, Goa airhostess es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; {+919833959165}!*!*!*!*! Goa&amp;nbsp; companions, pakistani &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;Esco&lt;/span&gt;&lt;span style="font-family: 'Cambria Math','serif'; color: #444444; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;t&lt;span&gt;s in&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;independent Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ +919833959165&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;, Goa airhostess es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; {+919833959165}!*!*!*!*! Goa&amp;nbsp; companions, pakistani &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;Esco&lt;/span&gt;&lt;span style="font-family: 'Cambria Math','serif'; color: #444444; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;t&lt;span&gt;s in&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;independent Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ +919833959165&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;, Goa airhostess es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; {+919833959165}!*!*!*!*! Goa&amp;nbsp; companions, pakistani &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;Esco&lt;/span&gt;&lt;span style="font-family: 'Cambria Math','serif'; color: #444444; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;t&lt;span&gt;s in&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;independent Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;{{ +919833959165&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;, Goa airhostess es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; {+919833959165}!*!*!*!*! Goa&amp;nbsp; companions, pakistani &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;Esco&lt;/span&gt;&lt;span style="font-family: 'Cambria Math','serif'; color: #444444; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;t&lt;span&gt;s in&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:85475761-3d37-4e92-9beb-86b5474ebcd1] --&gt;</description>
      <pubDate>Fri, 15 Nov 2013 12:14:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1335962</guid>
      <dc:date>2013-11-15T12:14:57Z</dc:date>
      <clearspace:dateToText>11 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Goa esℂor𝒕s {{ +919833959165}} esℂor𝒕 Goa, Goa esℂor𝒕s service</title>
      <link>https://forums.adobe.com/thread/1335961</link>
      <description>&lt;!-- [DocumentBodyStart:b9491712-4221-4b68-8cdd-ea8596625bbe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;agency {{ +919833959165&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; Goa, Goa independent es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; { +91-9833959165 }!*!*!*!*! Goa &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;all gi&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;ls, Goa female &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;Esco&lt;/span&gt;&lt;span style="font-family: 'Cambria Math','serif'; color: #444444; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;t&lt;span&gt;s&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;agency {{ +919833959165&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; Goa, Goa independent es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; { +91-9833959165 }!*!*!*!*! Goa &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;all gi&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;ls, Goa female &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;Esco&lt;/span&gt;&lt;span style="font-family: 'Cambria Math','serif'; color: #444444; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;t&lt;span&gt;s&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;agency {{ +919833959165&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; Goa, Goa independent es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; { +91-9833959165 }!*!*!*!*! Goa &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;all gi&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;ls, Goa female &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;Esco&lt;/span&gt;&lt;span style="font-family: 'Cambria Math','serif'; color: #444444; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;t&lt;span&gt;s&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Goa es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;agency {{ +919833959165&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'MS Gothic'; color: #222222; background: white;"&gt;}}&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; Goa, Goa independent es&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;or&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; s&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt; { +91-9833959165 }!*!*!*!*! Goa &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;ℂ&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;all gi&lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Cambria Math','serif'; color: #222222; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;ls, Goa female &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;Esco&lt;/span&gt;&lt;span style="font-family: 'Cambria Math','serif'; color: #444444; background: white;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;t&lt;span&gt;s&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'Arial','sans-serif'; color: #444444; background: white;"&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b9491712-4221-4b68-8cdd-ea8596625bbe] --&gt;</description>
      <pubDate>Fri, 15 Nov 2013 12:13:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1335961</guid>
      <dc:date>2013-11-15T12:13:41Z</dc:date>
      <clearspace:dateToText>11 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>NVARCHAR(MAX) string gets truncated when displayed in CF</title>
      <link>https://forums.adobe.com/thread/1302432</link>
      <description>&lt;!-- [DocumentBodyStart:cbf4bce0-0a7a-42ee-9258-cde14a3802e2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, all.&amp;nbsp; I have a stored procedure that returns a NVARCHAR(MAX) string of about 35,500 characters.&amp;nbsp; When I execute the stored Procedure using Sql Server Manager, all 35,500 characters appear.&amp;nbsp; However, when I try to display this string or store this in a Cold Fusion Variable on a .cfm page, only the first 32,000 characters get displayed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could someone please help me? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cbf4bce0-0a7a-42ee-9258-cde14a3802e2] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">coldfusion9</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">stored_procedure</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">sql_server</category>
      <pubDate>Mon, 23 Sep 2013 20:01:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1302432</guid>
      <dc:date>2013-09-23T20:01:08Z</dc:date>
      <clearspace:dateToText>11 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I get the Quick Select Tool to be more accurate?</title>
      <link>https://forums.adobe.com/thread/1331504</link>
      <description>&lt;!-- [DocumentBodyStart:6456bb45-0797-4094-b997-fe4411d32f2b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How do I get the Quick Select Tool to be more accurate?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6456bb45-0797-4094-b997-fe4411d32f2b] --&gt;</description>
      <pubDate>Fri, 08 Nov 2013 23:52:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1331504</guid>
      <dc:date>2013-11-08T23:52:10Z</dc:date>
      <clearspace:dateToText>1 year 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>linking dynamic data records to URL</title>
      <link>https://forums.adobe.com/thread/1322811</link>
      <description>&lt;!-- [DocumentBodyStart:5c562279-a6c2-4756-ae46-f9e4770242cd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I created a record set then use the record the record set to create a dynamic data to display all the records of that table from the database.&lt;/p&gt;&lt;p&gt;I want to know how to link each record from the table to different URL when displaying&lt;/p&gt;&lt;p&gt;I have like five fields in the the table i wan to use the name of each record as a link to anothe different url'Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c562279-a6c2-4756-ae46-f9e4770242cd] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">php</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">mysql</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">sql</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">sql_server</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">recordsets</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">url_redirect</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">dynamic_data_table</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">linking_pages</category>
      <pubDate>Sun, 27 Oct 2013 06:14:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1322811</guid>
      <dc:date>2013-10-27T06:14:39Z</dc:date>
      <clearspace:dateToText>1 year 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Remote database connection error</title>
      <link>https://forums.adobe.com/thread/1322615</link>
      <description>&lt;!-- [DocumentBodyStart:9243157c-4539-42ca-b4cf-8c3fb69c72d5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have at least 10 sites set up on the same server, using the same settings and one site is giving me the error that the testing server is not mapped to mysite.com/_mmServerScripts/MMHTTPDB.php&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I will call the problem site siteX&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I remove the testing server completely I get an unidentified error therefore something is communicating since it knows the difference is I have the remote server set up or not.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can connect to ftp files just fine.&amp;nbsp; I can also connect to the database using navicat.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am testing on the live server NOT local.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I changed the ftp info to another site that IS working just to see it if would connect to the database using another sites FTP and I could succesfully connect siteX's database using the other sites FTP credentials.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9243157c-4539-42ca-b4cf-8c3fb69c72d5] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">error</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">not</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">dreamweaver</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">database</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">connection</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">to</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">does</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">map</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">mmserverscripts</category>
      <pubDate>Sat, 26 Oct 2013 18:40:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1322615</guid>
      <dc:date>2013-10-26T18:40:26Z</dc:date>
      <clearspace:dateToText>1 year 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Database not able to connect via ftp</title>
      <link>https://forums.adobe.com/thread/1314754</link>
      <description>&lt;!-- [DocumentBodyStart:42329f1a-4dcf-4912-8258-adaffb0ebf39] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;While working on various feature with adobe the database access suddenly couldn't connect, I've seen same issue on other sites such as &lt;a class="jive-link-external-small" href="http://stackoverflow.com" rel="nofollow"&gt;http://stackoverflow.com&lt;/a&gt;&amp;nbsp; &lt;a class="jive-link-external-small" href="http://moverstovirginia.com" rel="nofollow"&gt;http://moverstovirginia.com&lt;/a&gt; &lt;a class="jive-link-external-small" href="http://utteraccess.com" rel="nofollow"&gt;http://utteraccess.com&lt;/a&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;any solution?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:42329f1a-4dcf-4912-8258-adaffb0ebf39] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=2224">mysql</category>
      <pubDate>Mon, 14 Oct 2013 13:18:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1314754</guid>
      <dc:date>2013-10-14T13:18:27Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Trouble creating mySQL tables</title>
      <link>https://forums.adobe.com/thread/1314668</link>
      <description>&lt;!-- [DocumentBodyStart:54e64524-fe6a-41c9-88fd-bcb95f234b5b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am running CF9 64bit on windows 7. I created the database on mySQL 5.6 server. I created the datasource, theough the CF Admin, for kalendar and it verified. I then tried using the following code to create 2 table, but I recevied an error that just says "Error!" when I tried running the script. I posted the script on&amp;nbsp; mySQL forums and was told the code ran fine. What am I not seeing?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery name="qCreateTable"&amp;nbsp; datasource="kalendar"&amp;gt;&lt;/p&gt;&lt;p&gt;CREATE TABLE&amp;nbsp; tblkalendar (&lt;/p&gt;&lt;p&gt;&amp;nbsp; EventID varchar(100) NOT NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; CategoryID int(10) NOT NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; IsDeleted tinyint(1) NOT NULL default '0',&lt;/p&gt;&lt;p&gt;&amp;nbsp; IsPublished tinyint(1) NOT NULL default '0',&lt;/p&gt;&lt;p&gt;&amp;nbsp; IsFeatured tinyint(1) NOT NULL default '0',&lt;/p&gt;&lt;p&gt;&amp;nbsp; DateTimeCreated timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,&lt;/p&gt;&lt;p&gt;&amp;nbsp; StartDate datetime NOT NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; EndDate datetime NOT NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; StartTime varchar(50) default NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; EndTime varchar(50) default NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; ContactPhone varchar(50) default NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; ContactName varchar(100) default NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; ContactEmail varchar(50) default NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; Title varchar(150) NOT NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; Location varchar(150) default NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; Teaser varchar(350) default NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; ExternalURL varchar(500) character set utf8 default NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; Description longtext NOT NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; PRIMARY KEY&amp;nbsp; (EventID),&lt;/p&gt;&lt;p&gt;&amp;nbsp; KEY IX_tblKalendar (StartDate,EndDate),&lt;/p&gt;&lt;p&gt;&amp;nbsp; KEY FK_tblKalendar_tblKalendarCategories (CategoryID)&lt;/p&gt;&lt;p&gt;) ENGINE=MyISAM DEFAULT CHARSET=latin1;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CREATE TABLE&amp;nbsp; tblkalendarcategories (&lt;/p&gt;&lt;p&gt;&amp;nbsp; CategoryID int(10) NOT NULL auto_increment,&lt;/p&gt;&lt;p&gt;&amp;nbsp; CategoryName varchar(50) NOT NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; CategoryBGColor varchar(7) NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; CategoryTextColor varchar(7) NULL,&lt;/p&gt;&lt;p&gt;&amp;nbsp; PRIMARY KEY&amp;nbsp; (CategoryID)&lt;/p&gt;&lt;p&gt;) ENGINE=MyISAM DEFAULT CHARSET=latin1;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:54e64524-fe6a-41c9-88fd-bcb95f234b5b] --&gt;</description>
      <pubDate>Mon, 14 Oct 2013 10:58:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1314668</guid>
      <dc:date>2013-10-14T10:58:00Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I change the column name in mySQL when it has a space in it?</title>
      <link>https://forums.adobe.com/thread/1312380</link>
      <description>&lt;!-- [DocumentBodyStart:71b48f56-ef60-4249-b12d-dc11d5a9a19e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;&lt;code&gt;I know I can use the following line to change the column name: alter table tablename change "First Name" &lt;/code&gt;(Parenthesis used for clarification only)&lt;code&gt; FirstName varchar (10) ;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;my problem is the column name has a space in it, ie: First Name . So mySQL thinks it is changing "First" to "Name" then it hits the name I want it changed to and goes berserk. &lt;/span&gt;How can I change this? I can't even delete it. It happened when I imported Microsft SQL into&amp;nbsp; mySQL database.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:71b48f56-ef60-4249-b12d-dc11d5a9a19e] --&gt;</description>
      <pubDate>Wed, 09 Oct 2013 20:10:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1312380</guid>
      <dc:date>2013-10-09T20:10:34Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfloop create new divs</title>
      <link>https://forums.adobe.com/thread/1312985</link>
      <description>&lt;!-- [DocumentBodyStart:d3e0447a-a981-4c56-ac42-493176114239] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am wanting to know if I can use CFLOOP through a query and if a field is not empty create a new div for each of the database records content.&amp;nbsp; Is this possible or do I need to use just the normal cfoutput?&amp;nbsp; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d3e0447a-a981-4c56-ac42-493176114239] --&gt;</description>
      <pubDate>Thu, 10 Oct 2013 17:55:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1312985</guid>
      <dc:date>2013-10-10T17:55:23Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to connect Mysql DB via SSH Tunneling in coldfusion</title>
      <link>https://forums.adobe.com/thread/1312065</link>
      <description>&lt;!-- [DocumentBodyStart:8834853b-f8fa-405f-ba2b-11291d6b5bd7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am working on a Project where i have to connect to different DB via SSH tunneling in coldfusion.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can any one help me how to connect it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you &lt;/p&gt;&lt;p&gt;Santosh&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8834853b-f8fa-405f-ba2b-11291d6b5bd7] --&gt;</description>
      <pubDate>Wed, 09 Oct 2013 14:14:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1312065</guid>
      <dc:date>2013-10-09T14:14:31Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Baffled by date query</title>
      <link>https://forums.adobe.com/thread/1304442</link>
      <description>&lt;!-- [DocumentBodyStart:ef0b3c75-22c2-4b28-a95f-ba64906bfcc1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It's been awhile since I've done any CF and I'm baffled by the results I'm getting. I want to select all the records where the date is greater than or equal to today. This is with CF8 and an Access database. There are records for 9/25 thru 9/30. I can't get the record for today to show. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset dateToday = createODBCDate(Now()) /&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfoutput&amp;gt;DateToday: #DateFormat(dateToday,'yyyy-mm-dd')#&amp;lt;/cfoutput&amp;gt;&amp;lt;br /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;br /&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfquery datasource="survey" name="test"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT *&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM Images&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE StartDate &amp;gt;= &amp;lt;cfqueryparam value="#DateToday#" cfsqltype="cf_sql_timestamp" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfquery&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfoutput query="test"&amp;gt;&lt;/p&gt;&lt;p&gt;#startdate#&amp;lt;br /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DateToday: 2013-09-26&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Results:&lt;/p&gt;&lt;p&gt;&amp;nbsp; 2013-09-27 00:00:00.0&lt;/p&gt;&lt;p&gt;&amp;nbsp; 2013-09-29 00:00:00.0&lt;/p&gt;&lt;p&gt;&amp;nbsp; 2013-09-28 00:00:00.0&lt;/p&gt;&lt;p&gt;&amp;nbsp; 2013-09-30 00:00:00.0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Furthermore, if I eliminate the GT sign and have "StartDate =" today, there are no results. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef0b3c75-22c2-4b28-a95f-ba64906bfcc1] --&gt;</description>
      <pubDate>Thu, 26 Sep 2013 15:20:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1304442</guid>
      <dc:date>2013-09-26T15:20:39Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

