About Shiji Pan

CEO of Withdata Software

How to batch convert text to wav

Want to batch convert from text files to speech in audio formats .wav files? Using TTSBatchConverter, you can batch convert from text files to speech in audio formats .wav files easily and fast, just a few mouse clicks! Here you can download and install TTSBatchConverter. Batch convert from text ... Read more

Posted in Uncategorized

How to batch convert text to mp3

Want to batch convert from text files to speech in audio formats .mp3 files? Using TTSBatchConverter, you can batch convert from text files to speech in audio formats .mp3 files easily and fast, just a few mouse clicks! Here you can download and install TTSBatchConverter. Batch convert from text ... Read more

Posted in Uncategorized

Use Oracle Instant Client

Download Oracle Instant Client: https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html Unzip the file after download, then add the instant client folder to the system path. To use the instant client to connect to Oracle database, you need to create a tnsnames.ora ... Read more

Posted in Uncategorized

Upsert a row Into Mysql Table

In Mysql, if you want to either updates or inserts a row in a table, depending if the table already has a row that matches the data, you can use “ON DUPLICATE KEY UPDATE”. INSERT INTO employees(id, name, hire_date ) VALUES (1, 'John', '2016-11-29' ) ON DUPLICATE KEY UPDATE ... Read more

Posted in Uncategorized