Hi All,
We are tring to redirect the output of logparser query to SQLite database but we are not getting the expected output .
our command is as follows
logparser.exe -i:FS "select name,path into tblTemp from E:\*.* where attributes not like 'D%'" -o:SQL -database:tempdata.db -driver:"SQLite3 ODBC Driver" -createTable:ON
We get the following output -
Task aborted.
An error occurred while uploading data to SQL table
SQL State: IM001
Native Error: -1
Error Message: not supported
Statistics:
-----------
Elements processed: 140
Elements output: 42
Execution time: 0.01 seconds
the database get created table also get created but no record is inserted into table.
Please help me !!!!
Pravin Thokal.