141 reputation
6
bio website sites.google.com/site/…
location
age
visits member for 1 year, 2 months
seen May 20 at 16:22
stats profile views 6

Interested in spiking neural networks, genetic algorithms, Standard C++, OpenCL, database, ... and a few more things.


May
20
awarded  Commentator
May
20
accepted How to put one table on one disk and anther table on another (a ramdisk)?
May
20
comment How to put one table on one disk and anther table on another (a ramdisk)?
Yes, it seems to be the right solution.
May
20
revised How to put one table on one disk and anther table on another (a ramdisk)?
deleted 49 characters in body
May
20
asked How to put one table on one disk and anther table on another (a ramdisk)?
Apr
30
asked PostgreSQL datasource URL?
Apr
29
awarded  Popular Question
Jan
23
accepted Problem with nested UPDATE queries
Jan
23
awarded  Editor
Jan
23
comment Problem with nested UPDATE queries
@ypercube: I updated the question. Thank you.
Jan
23
revised Problem with nested UPDATE queries
Specified that id is the primary key of Tab1.
Jan
23
asked Problem with nested UPDATE queries
Jan
22
accepted How to search for a specific column name in all the tables in MySQL Workbench?
Jan
22
comment How to search for a specific column name in all the tables in MySQL Workbench?
Thank you. If you add it as an answer I will accept it.
Jan
22
asked How to search for a specific column name in all the tables in MySQL Workbench?
Sep
27
comment RAM/memory based databases
I used a RAM disk. It seems to be the most transparent and portable solution; the OS is in charge of everything...
Sep
20
accepted execute() vs executeQuery() in MySQL Connector C++
Sep
20
comment execute() vs executeQuery() in MySQL Connector C++
Yes, but suppose I have a "readOnly" flag in my program. If it is true, I am forbidden to make any change to the DB. So I would like to know if the current query can modify anything before running it.
Sep
20
comment execute() vs executeQuery() in MySQL Connector C++
OK, that works. Do you know if it is possible to know if any write operation will be performed before running the query itself? I need it in case I want to access the DB in read only mode.
Sep
19
asked execute() vs executeQuery() in MySQL Connector C++