Jump to content
Fivewin Brasil

infosys2

Membros
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    2

infosys2 last won the day on January 7 2020

infosys2 had the most liked content!

1 Follower

Contact Methods

  • Skype
    jairfab

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

infosys2's Achievements

  1. Aguem aqui fez alguma funcionalidade para integração com a api do mercado livre ?
  2. infosys2

    SQLRDD

    O Marcos gambeta adicionou ao seu repositório do hb++, e dá pra ser compilado com o harbour 3.2 e 3.4, assim como também já removeu a dependência do bison pra compilar o mesmo, e disse que pretende remover a dependência de usar o xhb.hbp na compilação, o que seria ideal também. Está caminhando, em breve acredito que vai estar no repositório do harbour na pasta contrib. Baixe os fontes já corrigidos para harbour aqui neste link: https://github.com/marcosgambeta/sqlrddpp/tree/main
  3. infosys2

    SQLRDD

    Ja compilei com harbour e bcc7 nao preciza nem mesmo do bison
  4. infosys2

    SQLRDD

    coloca ai este arquivo sqly.h para mim fazer um teste Compilando com este esta linha de comando aqui : hbmk2 -xhb sqlrdd.hbp Error E2209 sqllex.c 16: Unable to open include file 'sqly.h' Error E2147 sqllex.c 23: 'YYSTYPE' cannot start a parameter declaration Error E2147 sqllex.c 31: 'YYSTYPE' cannot start a parameter declaration Error E2147 sqllex.c 42: 'YYSTYPE' cannot start a parameter declaration Error E2451 sqllex.c 71: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2451 sqllex.c 77: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2451 sqllex.c 82: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2288 sqllex.c 93: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 95: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2451 sqllex.c 102: Undefined symbol 'INTEGERVAL' in function sqlyylex Error E2288 sqllex.c 107: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 109: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2451 sqllex.c 116: Undefined symbol 'REALVAL' in function sqlyylex Error E2288 sqllex.c 142: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2288 sqllex.c 143: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 145: Undefined symbol 'STRINGVAL' in function sqlyylex Error E2451 sqllex.c 150: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2288 sqllex.c 163: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2288 sqllex.c 164: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 166: Undefined symbol 'QUOTED_IDENT' in function sqlyylex Error E2451 sqllex.c 170: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2288 sqllex.c 180: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2288 sqllex.c 181: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 183: Undefined symbol 'DATEVAL' in function sqlyylex Error E2451 sqllex.c 186: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2451 sqllex.c 194: Undefined symbol 'BINDVAR' in function sqlyylex Error E2288 sqllex.c 201: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 203: Undefined symbol 'OPERATOR' in function sqlyylex Error E2288 sqllex.c 208: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 210: Undefined symbol 'OPERATOR' in function sqlyylex Error E2288 sqllex.c 215: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 217: Undefined symbol 'ASTERISK' in function sqlyylex Error E2288 sqllex.c 222: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 224: Undefined symbol 'OPERATOR' in function sqlyylex Error E2288 sqllex.c 234: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 236: Undefined symbol 'EQUALS' in function sqlyylex Error E2288 sqllex.c 243: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 245: Undefined symbol 'COMPARE' in function sqlyylex Error E2288 sqllex.c 247: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 249: Undefined symbol 'COMPARE' in function sqlyylex Error E2288 sqllex.c 256: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 258: Undefined symbol 'COMPARE' in function sqlyylex Error E2288 sqllex.c 262: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 264: Undefined symbol 'COMPARE' in function sqlyylex Error E2288 sqllex.c 266: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 268: Undefined symbol 'COMPARE' in function sqlyylex Error E2288 sqllex.c 275: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 277: Undefined symbol 'COMPARE' in function sqlyylex Error E2451 sqllex.c 279: Undefined symbol 'NOT' in function sqlyylex Error E2288 sqllex.c 284: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2228 sqllex.c 284: Too many error or warning messages in function sqlyylex *** 51 errors in Compile *** hbmk2[sqlrdd]: Erro: Executando compilador C/C++. 2 bcc32.exe -c -q -CP437 -d -O2 -OS -Ov -Oc -Oi -6 -tWM -w -Q -w-sig- -n.hbmk\win\bcc -Ic:\bcc7\Include -Ic:\bcc7\Include\dinkumware -Ic:\bcc7\Include\windows\crtl -Ic:\bcc7\Include\windows\rtl -Ic:\bcc7\Include\windows\sdk -IC:\harbour32\include -I.hbmk\win\bcc -I. sqlact.c sqllex.c
  5. infosys2

    SQLRDD

    fiz um teste de compilar um pequeno exemplo em harbour mais deu estes erros aqui C:\SQLRDD\harbour>c:\bcc7\bin\make -fESOCIAL.mak MAKE Version 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc. c:\bcc7\bin\ilink32 -Gn -aa -Tpe -s @b32_LNK.bc Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_SR_DBQUALIFY' referenced from C:\SQLRDD\HARBOUR\LIB\MYSQLRDD.LIB|sqlrdd2 Error: Unresolved external '_HB_FUN_SR_ESCAPESTRING' referenced from C:\SQLRDD\HARBOUR\LIB\MYSQLRDD.LIB|sqlgen1 Error: Unresolved external '_HB_FUN_SR_STRTOHEX' referenced from C:\SQLRDD\HARBOUR\LIB\MYSQLRDD.LIB|sqlgen1 Error: Unresolved external '_HB_IS_TIMEFLAG' referenced from C:\SQLRDD\HARBOUR\LIB\MYSQLRDD.LIB|sqlrdd1 Error: Unresolved external '_HB_FUN_SR_HEXTOSTR' referenced from C:\SQLRDD\HARBOUR\LIB\MYSQLRDD.LIB|utils Error: Unresolved external '_sr_escapeNumber' referenced from C:\SQLRDD\HARBOUR\LIB\MYSQLRDD.LIB|mysql Error: Unresolved external '_hb_timeEncStr' referenced from C:\SQLRDD\HARBOUR\LIB\MYSQLRDD.LIB|mysql Error: Unable to perform link ** error 2 ** deleting JAIR.EXE
  6. infosys2

    SQLRDD

    eu tenei compilar tambem em harbour 3.2 e nao teve muinto erro nao. segue abaixo a lista de erros firebird3.c: Error E2293 firebird3.c 1414: ) expected in function HB_FUN_FBLINEPROCESSED3 *** 1 errors in Compile *** sqlact.c: Error E2209 sqlact.c 15: Unable to open include file 'sqly.h' *** 1 errors in Compile *** sqllex.c: Error E2209 sqllex.c 16: Unable to open include file 'sqly.h' Error E2147 sqllex.c 23: 'YYSTYPE' cannot start a parameter declaration Error E2147 sqllex.c 31: 'YYSTYPE' cannot start a parameter declaration Error E2147 sqllex.c 42: 'YYSTYPE' cannot start a parameter declaration Error E2451 sqllex.c 71: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2451 sqllex.c 77: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2451 sqllex.c 82: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2288 sqllex.c 93: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 95: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2451 sqllex.c 102: Undefined symbol 'INTEGERVAL' in function sqlyylex Error E2288 sqllex.c 107: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 109: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2451 sqllex.c 116: Undefined symbol 'REALVAL' in function sqlyylex Error E2288 sqllex.c 142: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2288 sqllex.c 143: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 145: Undefined symbol 'STRINGVAL' in function sqlyylex Error E2451 sqllex.c 150: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2288 sqllex.c 163: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2288 sqllex.c 164: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 166: Undefined symbol 'QUOTED_IDENT' in function sqlyylex Error E2451 sqllex.c 170: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2288 sqllex.c 180: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2288 sqllex.c 181: Pointer to structure required on left side of -> or ->* in function sqlyylex Error E2451 sqllex.c 183: Undefined symbol 'DATEVAL' in function sqlyylex Error E2451 sqllex.c 186: Undefined symbol 'ERRORVAL' in function sqlyylex Error E2228 sqllex.c 186: Too many error or warning messages in function sqlyylex *** 26 errors in Compile *** Error E2209 oci.h 320: Unable to open include file 'oratypes.h' Error E2209 oci.h 324: Unable to open include file 'ocidfn.h' Error E2257 oci.h 1699: , expected Error E2209 oci.h 1945: Unable to open include file 'oci1.h' Error E2209 oci.h 1949: Unable to open include file 'oro.h' Error E2209 oci.h 1953: Unable to open include file 'ori.h' Error E2209 oci.h 1957: Unable to open include file 'orl.h' Error E2209 oci.h 1961: Unable to open include file 'ort.h' Error E2209 oci.h 1965: Unable to open include file 'ociextp.h' Error E2209 oci.h 1969: Unable to open include file 'ociapr.h' Error E2209 oci.h 1970: Unable to open include file 'ociap.h' Error E2209 oci.h 1977: Unable to open include file 'oci8dp.h' Error E2209 oci.h 1981: Unable to open include file 'ociextp.h' Error E2209 oci.h 1985: Unable to open include file 'ocixad.h' Error E2209 ociap.h 168: Unable to open include file 'oratypes.h' Error E2209 ociap.h 177: Unable to open include file 'ocidfn.h' Error E2209 ociap.h 181: Unable to open include file 'nzt.h' Error E2209 ociap.h 189: Unable to open include file 'ort.h' Error E2293 ociap.h 5869: ) expected Error E2293 ociap.h 5873: ) expected Error E2293 ociap.h 5878: ) expected Error E2293 ociap.h 5882: ) expected Error E2293 ociap.h 5886: ) expected Error E2293 ociap.h 5890: ) expected Error E2293 ociap.h 5893: ) expected Error E2228 ociap.h 5893: Too many error or warning messages *** 26 errors in Compile *** sqlora2.c: Error E2193 sqlora2.c 643: Too few parameters in call to 'hb_timeEncode' in function HB_FUN_ORACLEGETBINDDATA2 Error E2227 sqlora2.c 869: Extra parameter in call to hb_itemPutCPtr in function SQLO2_FieldGet Ou seja poucos erros: firebird3.c: sqlact.c: sqllex.c: sqlora2.c: Ainda nao fiz teste mas ja me arrisco a dizer que vai funcionar na maioria dos banco de dados!
  7. infosys2

    SQLRDD

    usei o hbmake.exe do xharbour1.2.3
  8. infosys2

    SQLRDD

    Baxei aqui na minha maquia e compilei apenas o sqlrdd. so ficou 6 arquivos que nao conseguir compilar por que nao conseguir encontrar alguns include existentes neste arquivos sqlact.c sqlex1ora.c sqlex2ora.c sqlex3ora.c sqllex.c sqlora.c Depois de compilado conseguir fazer o seguinte teste com xharbour1.2.3 bcc7 : RddSetDefault( "SQLRDD" ) SET DELETED ON IF SR_ExistTable( "clientes" ) USE clientes NEW alias temp VIA "SQLRDD" BROWSE() endif dbcloseall()
  9. Com a dll do acbr tem opcoes de varios tipos de layouts
  10. Alexandre ! Qual versão do sqllib você usa com xharbour ? eu gostaria de fazer um teste para ver como funciona. Eu tenho um programa compilado com a versao 1.1 do xharbour e fwh 2009 mas nunca utilizei este programa para ver se funciona... queria ver se funciona mas não sei com qual versão do mysql que eu poderia testar sera qu so serve a versai mysql 5.5 ?
  11. Bom dia Alexandre! eu gostaria de ver como funciona isto via navegador tem como vc mostrar para mim jairfab@gmail.com skype jairfab
  12. Voce pode utilizar os seguintes modelos de xml para fazer downloads // Eventos de tabelas <?xml version="1.0" encoding="UTF-8"?> <eSocial xmlns="http://www.esocial.gov.br/schema/consulta/identificadores-eventos/tabela/v1_0_0"> <consultaIdentificadoresEvts> <ideEmpregador> <tpInsc>1</tpInsc> <nrInsc>06117473000150</nrInsc> </ideEmpregador> <consultaEvtsTabela> <tpEvt>str123</tpEvt> <chEvt>str1234</chEvt> <dtIni>2018-10-02T12:12:12</dtIni> <dtFim>2018-10-02T12:12:12</dtFim> </consultaEvtsTabela> </consultaIdentificadoresEvts> </eSocial // eventos de trabalhadores <?xml version="1.0" encoding="UTF-8"?> <eSocial xmlns="http://www.esocial.gov.br/schema/consulta/identificadores-eventos/trabalhador/v1_0_0"> <consultaIdentificadoresEvts> <ideEmpregador> <tpInsc>1</tpInsc> <nrInsc>06117473000150</nrInsc> </ideEmpregador> <consultaEvtsTrabalhador> <cpfTrab>35090092079</cpfTrab> <dtIni>2018-10-02T12:12:12</dtIni> <dtFim>2018-10-02T12:12:12</dtFim> </consultaEvtsTrabalhador> </consultaIdentificadoresEvts> </eSocial // Eventos do empregador <?xml version="1.0" encoding="UTF-8"?> <eSocial xmlns="http://www.esocial.gov.br/schema/consulta/identificadores-eventos/empregador/v1_0_0"> <consultaIdentificadoresEvts> <ideEmpregador> <tpInsc>1</tpInsc> <nrInsc>06117473000150</nrInsc> </ideEmpregador> <consultaEvtsEmpregador> <tpEvt>str123</tpEvt> <perApur>2017-10</perApur> </consultaEvtsEmpregador> </consultaIdentificadoresEvts> </eSocial // por numero de recibo <?xml version="1.0" encoding="UTF-8"?> <eSocial xmlns="http://www.esocial.gov.br/schema/download/solicitacao/nrRecibo/v1_0_0"> <download> <ideEmpregador> <tpInsc>1</tpInsc> <nrInsc>06117473000150</nrInsc> </ideEmpregador> <solicDownloadEventosPorNrRecibo> <nrRec>1.2.0000000000133846592</nrRec> </solicDownloadEventosPorNrRecibo> </download> </eSocial // Eventos periodicos pelo ID <?xml version="1.0" encoding="UTF-8"?> <eSocial xmlns="http://www.esocial.gov.br/schema/download/solicitacao/id/v1_0_0"> <download> <ideEmpregador> <tpInsc>1</tpInsc> <nrInsc>06117473000150</nrInsc> </ideEmpregador> <solicDownloadEvtsPorId> <id>ID1061174730000002018081415303000001</id> </solicDownloadEvtsPorId> </download> </eSocial
  13. Windows 7 nao tem este recurso tentei varias veses inclusive instale os pack mais atualuizados e nao deu certo. oServerWS := CreateObject( 'MSXML2.ServerXMLHTTP.5.0' ) oServerWS := CreateObject( 'MSXML2.ServerXMLHTTP.6.0' ) oServerWS := CreateObject("Microsoft.XMLHTTP")
  14. Sim agora esta tudo funcionando!
×
×
  • Create New...