sql 插入TQuery hana

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql 插入TQuery hana相关的知识,希望对你有一定的参考价值。

Dim Ultimo_Consecutivo As Long = TRutinas.SiguienteContador("LDT_GTIR")
            Dim Insert As TInsert = New TInsert(_Transaccion.Conexion)
            Insert.Table = "@LDT_GTIR"
            Insert.Into("Code", New TValue(Ultimo_Consecutivo))
            Insert.Into("Name", New TValue(Ultimo_Consecutivo))
            Insert.Into("U_LDT_DocEntry", New TValue(DocEntry))
            Insert.Into("U_LDT_TipoDoc", New TValue(TIPO_OBJETO))
            Insert.Into("U_LDT_NumeroGTI", New TValue(NumeroGTI))
            Insert.Into("U_LDT_ClaveNumericaGTI", New TValue(ClaveNumericaGTI))
            Insert.Into("U_LDT_GTIMSG", New TValue(GTIMSG))
            Insert.Into("U_LDT_FechaSinc", New TGetDate())
            Insert.Into("U_LDT_MsgError", New TValue(pMensajeError))
            Insert.Into("U_LDT_IdCarga", New TValue(pIDCarga))
            Insert.Genere_Query()
            recset.DoQuery(Insert.SQL)

以上是关于sql 插入TQuery hana的主要内容,如果未能解决你的问题,请参考以下文章

使用 JAVA 在 HANA 中插入数组

如何从 SAP HANA Studio 在 SAP HANA Vora 虚拟表中插入数据?

使用XSJS将映像插入SAP HANA表

HANA系列SAP HANA SQL/MDX及TCP/IP端口介绍

sql sentencia SAP HANA

sql 创建用户HANA