<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Insert on SQL Server in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Insert-on-SQL-Server/m-p/70322#M22927</link>
    <description>Hello dear community !!&lt;BR /&gt;&lt;BR /&gt;I'd like to thank you all that send some answer! My issue was solved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you!!!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jeferson RomÃ£o&lt;BR /&gt;Desenvolvedor&lt;BR /&gt;Lyo Solutions&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Nov 2019 18:23:00 GMT</pubDate>
    <dc:creator>JefersonRomão</dc:creator>
    <dc:date>2019-11-07T18:23:00Z</dc:date>
    <item>
      <title>Insert on SQL Server</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-on-SQL-Server/m-p/70318#M22923</link>
      <description>Hello friends !!&lt;BR /&gt;&lt;BR /&gt;I'm facing a serious issue, and I depends to this to keep in my job? Please someone can Help?&lt;BR /&gt;&lt;BR /&gt;I'm trying to input some datas in an SQL table, but its nor working. Follows below my query:&lt;BR /&gt;&lt;BR /&gt;"insert&lt;BR /&gt; into dbo.dbP4FResultado (cpf,situacaoCadastral,dataHoraComprovante,protocolo,document,status,mensagemFinal,enviado,dob,fullName,leveshtein,jarow)&lt;BR /&gt;values ('"&amp;amp;[CPF]&amp;amp;"','"&amp;amp;[Situação Cadastral]&amp;amp;"','"&amp;amp;[tmstp]&amp;amp;"','"&amp;amp;[Protocolo]&amp;amp;"','"&amp;amp;[Binario PDF]&amp;amp;"','"&amp;amp;[processado] &amp;amp;"','"&amp;amp;[mensagemFinal]&amp;amp;"','0',''"&amp;amp;[Data de Nascimento]&amp;amp;"','"&amp;amp;[Nome]&amp;amp;"','"&amp;amp;[leveshtein]&amp;amp;"','"&amp;amp;[jarow]&amp;amp;"');"&lt;BR /&gt;&lt;BR /&gt;For god sake, someone can help me?&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jeferson RomÃ£o&lt;BR /&gt;Desenvolvedor&lt;BR /&gt;Lyo Solutions&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2019 22:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-on-SQL-Server/m-p/70318#M22923</guid>
      <dc:creator>JefersonRomão</dc:creator>
      <dc:date>2019-11-06T22:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert on SQL Server</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-on-SQL-Server/m-p/70319#M22924</link>
      <description>Hey Jeferson&lt;BR /&gt;&lt;BR /&gt;Could you please let us know what issue you are getting while inserting the data into the table? If there is any SQL error, could you please share the same?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Karan Sareen&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Karan Sareen&lt;BR /&gt;Solution Support Engineer&lt;BR /&gt;Blueprism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2019 23:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-on-SQL-Server/m-p/70319#M22924</guid>
      <dc:creator>KaranSareen</dc:creator>
      <dc:date>2019-11-06T23:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert on SQL Server</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-on-SQL-Server/m-p/70320#M22925</link>
      <description>&lt;P&gt;​Hi,&lt;/P&gt;
&lt;P&gt;Two suggestions:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Error in the SQL you Posted&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Part of the insert has an extra inverted comma, on line 25 in the attached image. when you are inserting the value: &lt;SPAN style="font-size: small;" size="2"&gt;[Data de Nascimento].&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: small;" size="2"&gt;Look at the image attached, using a IDE or some application to illustrate these kinds of problems can be very useful.&amp;nbsp; I am using MS SQL Server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: small;" size="2"&gt;But NotePad++ is an excellent option to help with this as you can select from many languages and simple errors like this will appear immediately.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: small;" size="2"&gt;If this does not work, please post the actual error you are getting.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;2. Confirm all the data types are correct&lt;BR /&gt;&lt;/STRONG&gt;Make sure the data being entered in each column of the SQL table matches the datatype in the Blue Prism.&amp;nbsp; I have no way of seeing either your Blue Prism datatypes or the MS SQL table.&lt;BR /&gt;&lt;BR /&gt;Also good luck with the job thing.&amp;nbsp; Look at a few free courses on Udemy or Codecademy.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Ben&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: small;" size="2"&gt;Also used Google translate to help because you might be stressing out and English is not your first language but generally I believe this forum is for English only.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: small;" size="2"&gt;&lt;SPAN lang="pt" tabindex="0"&gt;Em português (google translate), há uma vírgula invertida extra onde você está inserindo o valor "[Data de Nascimento]". Exclua a vírgula invertida extra e a consulta SQL estará correta. Ainda pode haver outros problemas, como tipos de dados que não estão corretos.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Kirimlidis&lt;BR /&gt;RPA Developer and Data Analyst&lt;BR /&gt;PTSB&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Nov 2019 10:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-on-SQL-Server/m-p/70320#M22925</guid>
      <dc:creator>BenKirimlidis</dc:creator>
      <dc:date>2019-11-07T10:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert on SQL Server</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-on-SQL-Server/m-p/70321#M22926</link>
      <description>You have an extra single quote (') before &lt;STRONG&gt;"&amp;amp;[Data de Nascimento]&amp;amp;"&lt;/STRONG&gt;, and I do not use the ; at the end when using SQL inside Blue Prism so I am not sure if that could also be causing an issue.&amp;nbsp; If this is not the solution, post the error message you are getting.&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27548.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27676iE126EBBA1C13A4FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="27548.png" alt="27548.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Derek Turner&lt;BR /&gt;Applications Advisor&lt;BR /&gt;Celestica&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Nov 2019 13:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-on-SQL-Server/m-p/70321#M22926</guid>
      <dc:creator>Derek.Turner</dc:creator>
      <dc:date>2019-11-07T13:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Insert on SQL Server</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Insert-on-SQL-Server/m-p/70322#M22927</link>
      <description>Hello dear community !!&lt;BR /&gt;&lt;BR /&gt;I'd like to thank you all that send some answer! My issue was solved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you!!!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jeferson RomÃ£o&lt;BR /&gt;Desenvolvedor&lt;BR /&gt;Lyo Solutions&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Nov 2019 18:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Insert-on-SQL-Server/m-p/70322#M22927</guid>
      <dc:creator>JefersonRomão</dc:creator>
      <dc:date>2019-11-07T18:23:00Z</dc:date>
    </item>
  </channel>
</rss>

