Skip to content

Instantly share code, notes, and snippets.

View serega's full-sized avatar

Sergey Melderis serega

View GitHub Profile
@serega
serega / abev1o.yzv.jp.html
Created December 11, 2019 21:10
source code from abev1o.yzv.jp
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="/favicon.ico">
@serega
serega / failed_unixodbc.log
Last active February 15, 2018 15:56
Example of failed execution of SQL from turbodbc to SAP IQ
[ODBC][81879][1518633281.249742][SQLFreeHandle.c][387]
Entry:
Handle Type = 3
Input Handle = 0x7f91f4961e00
[ODBC][81879][1518633281.297143][SQLFreeHandle.c][490]
Exit:[SQL_SUCCESS]
[ODBC][81879][1518633281.297385][SQLEndTran.c][417]
Entry:
Connection = 0x7f91f516dc00
Completion Type = 1
@serega
serega / success_unixodbc.log
Created February 14, 2018 18:51
Example of successful execution of SQL from turbodbc to SAP IQ
[ODBC][3235][1518634039.203705][__handles.c][460]
Exit:[SQL_SUCCESS]
Environment = 0x7fc6bc902e00
[ODBC][3235][1518634039.203863][SQLSetEnvAttr.c][189]
Entry:
Environment = 0x7fc6bc902e00
Attribute = SQL_ATTR_ODBC_VERSION
Value = 0x3
StrLen = 0
[ODBC][3235][1518634039.203943][SQLSetEnvAttr.c][381]