Withdata Software

Producing high-quality database tools

Main menu

Skip to primary content
Skip to secondary content
  • Withdata
  • Blog
  • Categories
  • Tags
  • Tools

Post navigation

← Older posts
Newer posts →

Withdata Software Released Tail4win Version 4.6

Posted on September 13, 2013 by Shiji Pan

WITHDATA SOFTWARE has announced Tail4win 4.6, a windows port of the UNIX ‘tail -f’ command. Tail4win 4.6 add global Highlight and Filter, and improve utf8 and unicode encoding support. Tail4win – Windows Tail. Tail4win is convenient: 1.Highlighting and filtering(as “tail ... Read more

Posted in PR | Tagged Tail4win, windows tail

Withdata Software Released TxtToSqlite Version 1.0

Posted on September 3, 2013 by Shiji Pan

Withdata software has announced txttosqlite 1.0, a data conversion tool that import csv(txt) data to SQLite database. TxtToSqlite 1.0 is the first release version. TxtToSqlite – A Better Way to import CSV(TXT) data to Sqlite TxtToSqlite is convenient: 1. Easy visually config, just click on ... Read more

Posted in PR | Tagged CSV, Csv to DB, CSV to Sqlite, Sqlite, TxtToSqlite

How to execute sql file via command line for PostgreSQL

Posted on August 29, 2013 by Shiji Pan

Use psql psql -U username -d myDataBase -a -f myInsertFile More information: http://blog.manoharbhattarai.com.np/2013/04/03/execute-sql-file-from-command-line-in-postgresql/ ... Read more

Posted in PostgreSQL | Tagged command line, command line execute sql, PostgreSQL

How to execute sql file via command line for Oracle

Posted on August 29, 2013 by Shiji Pan

Use sql*plus run SQL file sqlplus username/password@databasename @/path/to/test.sql If you want to see whats going on like this, including any error messages, you need connect to SQL*Plus with sqlplus username/password@databasename Then run the script from the SQL*Plus prompt: set echo ... Read more

Posted in Oracle | Tagged command line, command line execute sql, Oracle

How to execute sql file via command line for DB2

Posted on August 29, 2013 by Shiji Pan

You can save a .sql file to your hard drive, and execute it using the DB2 command line using: db2 -vtf C:\path\to\test.sql -v echoes the command text back to the command line -t sets the statement terminator to ;. -f tells the command line to load the commands from the file. See other command ... Read more

Posted in DB2 | Tagged command line, command line execute sql, DB2

How to execute sql file at SQL Server command line

Posted on August 29, 2013 by Shiji Pan

You can use sqlcmd to run a Transact-SQL script file. A Transact-SQL script file is a text file that can contain a combination of Transact-SQL statements, sqlcmdcommands, and scripting variables. To run the script file 1.Open a command prompt window. 2.In the Command Prompt window, ... Read more

Posted in Sql Server | Tagged command line, command line execute sql, Sql Server

How to execute sql file at MySQL command line

Posted on August 29, 2013 by Shiji Pan

If you’re at the MySQL command line mysql> you can declare the SQL file as source, like: mysql> source 'path/to/test.sql'; Or use the MySQL command line client: mysql -hhostname -uuser database < path/to/test.sql ... Read more

Posted in Mysql | Tagged command line, command line execute sql, Mysql

Withdata Software Released OraLobEditor 3.6

Posted on August 28, 2013 by Shiji Pan

Withdata software has announced oralobeditor 3.6, a tool that helps you edit Oracle lob(clob,blob) data directly. OraLobEditor 3.6 add “Task Schedule”, improve import/export performance, and fix “division by zero” bug in importing/exporting process. OraLobEditor – ... Read more

Posted in OraLobEditor | Tagged BLOB, CLOB, Lob Editor, Oracle, OraLobEditor

Withdata Software Released MyLobEditor 2.0

Posted on August 28, 2013 by Shiji Pan

Withdata software has announced mylobeditor 2.0, a tool that helps you edit MySQL lob(text,blob) data directly. MyLobEditor 2.0 add “Task Schedule”, improve import/export performance, and fix “division by zero” bug in importing/exporting process. MyLobEditor – Edit ... Read more

Posted in MyLobEditor | Tagged BLOB, CLOB, Lob Editor, MyLobEditor, Mysql

Withdata Software Released SqlLobEditor 2.2

Posted on August 28, 2013 by Shiji Pan

Withdata software has announced sqllobeditor 2.2, a tool that helps you edit SQL Server lob(text,ntext,image) data directly. SqlLobEditor 2.2 add “Task Schedule”, improve import/export performance, and fix “division by zero” bug in importing/exporting process. SqlLobEditor ... Read more

Posted in SqlLobEditor | Tagged BLOB, CLOB, Lob Editor, Sql Server, SqlLobEditor

Post navigation

← Older posts
Newer posts →

Recent Posts

  • TextMerger 1.0 Released: A Lightweight Cross-Platform Tool for Fast Text File Merging
  • FileToMongo 5.0 Released: Enhanced Stability, Speed & HTML Table Support
Withdata Software. ©2004 - 2026 All rights reserved.