Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- non-Unicode login6_sv
- dbd_db_login6
- SQLDriverConnect 'DSN=VOSTMP;UID=dba;PWD=dba', 'dba', 'xxxx'
- Out connection string: DSN=VOSTMP;UID=dba;PWD=dba;HOST=localhost:1111
- Turning autocommit on
- DRIVER_ODBC_VER = 03.00
- DRIVER_NAME = virtodbc.so, type=0
- DRIVER_VERSION = 06.01.3127 OpenLink
- MAX_COLUMN_NAME_LEN = 128
- DBD::ODBC is unicode built : NO
- SQLMoreResults supported: 1
- SQLDescribeParam supported: 1
- !!DBD::ODBC unsupported attribute passed (PrintError)
- setting AutoCommit
- !!DBD::ODBC unsupported attribute passed (LongTruncOk)
- !!DBD::ODBC unsupported attribute passed (LongReadLen)
- !!DBD::ODBC unsupported attribute passed (Username)
- !!DBD::ODBC unsupported attribute passed (dbi_connect_closure)
- !!DBD::ODBC unsupported attribute passed (Statement)
- SQLExecDirect DB.DBA.TTLP_MT (file_to_string_output ('/tmp/MYReAQc0Da'), 'http://localhost', 'http://example.org/graph', 512)
- Processing sql in non-unicode mode
- SQLExecDirect = 0
- initializing sth query timeout to -1
- ignore named placeholders = 0
- SQLPrepare SELECT count(*) FROM DB.DBA.RDF_QUAD
- Processing sql in non-unicode mode for SQLPrepare
- SQLPrepare = 0
- +dbd_st_execute(4d30e28)
- dbd_st_finish(4d30e28)
- outparams = 0
- SQLExecute/SQLExecDirect(4f10dc0)=0
- SQLRowCount=0 (rows=-1)
- SQLNumResultCols=0 (flds=1)
- dbd_describe done_desc=0
- dbd_describe SQLNumResultCols=0 (columns=1)
- DescribeCol column = 1, name = count, namelen = 5, type = INTEGER(4), precision/column size = 0, scale = 0, nullable = 1
- SQL_COLUMN_DISPLAY_SIZE = 11
- SQL_COLUMN_LENGTH = 0
- now using col 1: type = INTEGER (4), len = 0, display size = 4, prec = 0, scale = 0
- -dbd_describe done_bind=0
- have 1 fields
- -dbd_st_execute(4d30e28)=-1
- bind_columns fbh=4f131b0 fields=1
- Bind 1: type = INTEGER(4), buf=4f13060, buflen=4
- bind_columns=0
- SQLFetch=0
- fetch num_fields=1
- fetch col#1 count datalen=8 displ=4
- SQLFetch=100
- Getting more results: 100
- No more results -- outparams = 0
- dbd_st_finish(4d30e28)
- dbd_st_finish closed query:
- SQLFreeHandle(stmt)=0
- SQLDisconnect=0
- DBD::ODBC Disconnected!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement